Linux-Rockchip Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-27 15:39:09 to 2023-10-03 08:34:36 UTC [more...]

[PATCH v10 00/54] Add DELETE_BUF ioctl
 2023-10-03  8:07 UTC  (52+ messages)
` [PATCH v10 02/54] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v10 04/54] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v10 05/54] media: mediatek: jpeg: "
` [PATCH v10 06/54] media: mediatek: vdec: Remove useless loop
` [PATCH v10 08/54] media: visl: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v10 09/54] media: atomisp: "
` [PATCH v10 10/54] media: dvb-core: "
` [PATCH v10 11/54] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v10 12/54] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v10 13/54] media: Report the maximum possible number of buffers for the queue
` [PATCH v10 14/54] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v10 15/54] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v10 16/54] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v10 17/54] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v10 18/54] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v10 19/54] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v10 20/54] media: Remove duplicated index vs q->num_buffers check
` [PATCH v10 21/54] media: core: Add helper to get queue number of buffers
` [PATCH v10 22/54] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v10 23/54] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed field
` [PATCH v10 24/54] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v10 25/54] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v10 26/54] media: pci: dt3155: Remove useless check
` [PATCH v10 27/54] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v10 28/54] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v10 29/54] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v10 30/54] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v10 31/54] media: coda: "
` [PATCH v10 32/54] media: mediatek: vcodec: "
` [PATCH v10 33/54] media: nxp: "
` [PATCH v10 34/54] media: renesas: Set min_buffers_needed to 16
` [PATCH v10 35/54] media: ti: Use queue min_buffers_needed field to set the min number of buffers
` [PATCH v10 36/54] media: verisilicon: Stop direct calls to queue num_buffers field
` [PATCH v10 37/54] media: test-drivers: "
` [PATCH v10 38/54] media: usb: airspy: Set min_buffers_needed to 8
` [PATCH v10 39/54] media: usb: cx231xx: Set min_buffers_needed to CX231XX_MIN_BUF
` [PATCH v10 40/54] media: usb: hackrf: Set min_buffers_needed to 8
` [PATCH v10 41/54] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v10 42/54] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v10 43/54] media: imx: "
` [PATCH v10 44/54] media: meson: vdec: "
` [PATCH v10 45/54] touchscreen: sur40: "
` [PATCH v10 46/54] sample: v4l: "
` [PATCH v10 47/54] media: cedrus: "
` [PATCH v10 48/54] media: nuvoton: "
` [PATCH v10 49/54] media: core: Rework how create_buf index returned value is computed
` [PATCH v10 50/54] media: core: Add bitmap manage bufs array entries
` [PATCH v10 51/54] media: core: Free range of buffers
` [PATCH v10 52/54] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v10 53/54] media: v4l2: Add mem2mem helpers for "
` [PATCH v10 54/54] media: test-drivers: Use helper "

[PATCH v8 00/24] iommu: Make default_domain's mandatory
 2023-10-03  8:34 UTC  (5+ messages)
` [PATCH v8 20/24] iommu: Require a default_domain for all iommu drivers

[PATCH V2] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-03  7:40 UTC  (2+ messages)

Does mainline kernel support Rockchip CAN/CANFD controller for RK356x?
 2023-10-03  7:35 UTC 

[PATCH] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-03  6:34 UTC  (2+ messages)

[PATCH 00/40] soc: Convert to platform remove callback returning void
 2023-10-03  1:10 UTC  (9+ messages)
` [PATCH 30/40] soc/rockchip: io-domain: "
` (subset) [PATCH 00/40] soc: "

[PATCH v6 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-10-02 17:18 UTC  (6+ messages)
` [PATCH v6 1/3] media: dt-bindings: media: add rockchip-vip
` [PATCH v6 2/3] media: rockchip: Add a driver for Rockhip's camera interface
` [PATCH v6 3/3] arm64: dts: rockchip: Add the "

[PATCH v9 00/53] Add DELETE_BUF ioctl
 2023-10-02 14:46 UTC  (57+ messages)
` [PATCH v9 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v9 02/53] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v9 03/53] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v9 04/53] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v9 05/53] media: mediatek: jpeg: "
` [PATCH v9 06/53] media: mediatek: vdec: Remove useless loop
` [PATCH v9 07/53] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v9 08/53] media: visl: "
` [PATCH v9 09/53] media: atomisp: "
` [PATCH v9 10/53] media: dvb-core: "
` [PATCH v9 11/53] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v9 12/53] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v9 13/53] media: Report the maximum possible number of buffers for the queue
` [PATCH v9 14/53] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v9 15/53] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v9 16/53] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v9 17/53] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v9 18/53] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v9 19/53] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v9 20/53] media: Remove duplicated index vs q->num_buffers check
` [PATCH v9 21/53] media: core: Add helper to get queue number of buffers
` [PATCH v9 22/53] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v9 23/53] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed field
` [PATCH v9 24/53] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v9 25/53] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v9 26/53] media: pci: dt3155: Remove useless check
` [PATCH v9 27/53] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v9 28/53] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v9 29/53] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v9 30/53] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v9 31/53] media: coda: "
` [PATCH v9 32/53] media: mediatek: vcodec: "
` [PATCH v9 33/53] media: nxp: "
` [PATCH v9 34/53] media: renesas: Set min_buffers_needed to 16
` [PATCH v9 35/53] media: ti: Use queue min_buffers_needed field to set the min number of buffers
` [PATCH v9 36/53] media: verisilicon: Stop direct calls to queue num_buffers field
` [PATCH v9 37/53] media: test-drivers: "
` [PATCH v9 38/53] media: usb: airspy: Set min_buffers_needed to 8
` [PATCH v9 39/53] media: usb: cx231xx: Set min_buffers_needed to CX231XX_MIN_BUF
` [PATCH v9 40/53] media: usb: hackrf: Set min_buffers_needed to 8
` [PATCH v9 41/53] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v9 42/53] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v9 43/53] media: imx: "
` [PATCH v9 44/53] media: meson: vdec: "
` [PATCH v9 45/53] touchscreen: sur40: "
` [PATCH v9 46/53] sample: v4l: "
` [PATCH v9 47/53] media: cedrus: "
` [PATCH v9 48/53] media: core: Rework how create_buf index returned value is computed
` [PATCH v9 49/53] media: core: Add bitmap manage bufs array entries
` [PATCH v9 50/53] media: core: Free range of buffers
` [PATCH v9 51/53] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v9 52/53] media: v4l2: Add mem2mem helpers for "
` [PATCH v9 53/53] media: test-drivers: Use helper "

[PATCH v8 00/53] Add DELETE_BUF ioctl
 2023-10-02 13:49 UTC  (42+ messages)
` [PATCH v8 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v8 13/53] media: Report the maximum possible number of buffers for the queue
` [PATCH v8 22/53] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v8 24/53] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v8 25/53] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v8 27/53] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v8 28/53] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v8 29/53] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v8 30/53] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v8 31/53] media: coda: "
` [PATCH v8 32/53] media: mediatek: vcodec: "
` [PATCH v8 33/53] media: nxp: "
` [PATCH v8 34/53] media: renesas: Set min_buffers_needed to 16
` [PATCH v8 35/53] media: ti: Use queue min_buffers_needed field to set the min number of buffers
` [PATCH v8 36/53] media: verisilicon: Stop direct calls to queue num_buffers field
` [PATCH v8 37/53] media: test-drivers: "
` [PATCH v8 38/53] media: usb: airspy: Set min_buffers_needed to 8
` [PATCH v8 39/53] media: usb: cx231xx: Set min_buffers_needed to CX231XX_MIN_BUF
` [PATCH v8 40/53] media: usb: hackrf: Set min_buffers_needed to 8
` [PATCH v8 41/53] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v8 42/53] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v8 43/53] media: imx: "
` [PATCH v8 44/53] media: meson: vdec: "
` [PATCH v8 45/53] touchscreen: sur40: "
` [PATCH v8 46/53] sample: v4l: "
` [PATCH v8 47/53] media: cedrus: "
` [PATCH v8 48/53] media: core: Rework how create_buf index returned value is computed
` [PATCH v8 49/53] media: core: Add bitmap manage bufs array entries
` [PATCH v8 50/53] media: core: Free range of buffers
` [PATCH v8 51/53] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v8 52/53] media: v4l2: Add mem2mem helpers for "
` [PATCH v8 53/53] media: test-drivers: Use helper "

[PATCH 00/23] gpio: Convert to platform remove callback returning void
 2023-10-02  6:52 UTC  (5+ messages)
` [PATCH 16/23] gpio: rockchip: "

[PATCH 00/13] arm64: rockchip: Add more RV1126 DT nodes
 2023-10-01 23:02 UTC  (7+ messages)
` [PATCH 01/13] dt-bindings: pwm: rockchip: Document rv1126-pwm
` (subset) [PATCH 00/13] arm64: rockchip: Add more RV1126 DT nodes

[PATCH 00/31] thermal: Convert to platform remove callback returning void
 2023-10-01 22:53 UTC  (5+ messages)
` [PATCH 22/31] thermal: rockchip: "

[PATCH] mtd: rawnand: rockchip: Use struct_size()
 2023-10-01  7:49 UTC  (2+ messages)

[PATCH] drm/rockchip: vop2: Convert to use maple tree register cache
 2023-09-30 23:42 UTC 

[PATCH V5] nvmem: add explicit config option to read old syntax fixed OF cells
 2023-09-29  8:57 UTC  (3+ messages)

[PATCH v2 0/4] Convert Rockchip ASoC drivers to GPIO descriptors
 2023-09-28 22:12 UTC  (5+ messages)
` [PATCH v2 1/4] ASoC: rockchip: Convert RK3288 HDMI "
` [PATCH v2 2/4] ASoC: rockchip: Drop includes from RK3399
` [PATCH v2 3/4] ASoC: rockchip: Drop includes from Rockchip MAX98090
` [PATCH v2 4/4] ASoC: rockchip: Drop includes from Rockchip RT5645

[PATCH] dt-bindings: mfd: Add missing unevaluatedProperties on child node schemas
 2023-09-28 13:53 UTC  (2+ messages)
` (subset) "

[PATCH 0/4] Convert Rockchip ASoC drivers to GPIO descriptors
 2023-09-28 12:47 UTC  (7+ messages)
` [PATCH 1/4] ASoC: rockchip: Convert RK3288 HDMI "
` [PATCH 2/4] ASoC: rockchip: Drop includes from RK3399
` [PATCH 3/4] ASoC: rockchip: Drop includes from Rockchip MAX98090
` [PATCH 4/4] ASoC: rockchip: Drop includes from Rockchip RT5645

[PATCH v3 0/3] Add Support for Orange Pi 5
 2023-09-28 10:51 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: arm: rockchip: Add Orange Pi 5 board
` [PATCH v3 2/3] arm64: dts: rockchip: Add sfc node to rk3588s
` [PATCH v3 3/3] arm64: dts: rockchip: Add Orange Pi 5


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).