messages from 2023-09-25 00:41:22 to 2023-10-02 13:50:11 UTC [more...]
[PATCH v8 00/53] Add DELETE_BUF ioctl
2023-10-02 13:49 UTC (63+ messages)
` [PATCH v8 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v8 02/53] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v8 03/53] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v8 04/53] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v8 05/53] media: mediatek: jpeg: "
` [PATCH v8 06/53] media: mediatek: vdec: Remove useless loop
` [PATCH v8 07/53] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v8 08/53] media: visl: "
` [PATCH v8 09/53] media: atomisp: "
` [PATCH v8 10/53] media: dvb-core: "
` [PATCH v8 11/53] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v8 12/53] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v8 13/53] media: Report the maximum possible number of buffers for the queue
` [PATCH v8 14/53] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v8 15/53] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v8 16/53] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v8 17/53] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v8 18/53] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v8 19/53] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v8 20/53] media: Remove duplicated index vs q->num_buffers check
` [PATCH v8 21/53] media: core: Add helper to get queue number of buffers
` [PATCH v8 22/53] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v8 23/53] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed 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 26/53] media: pci: dt3155: Remove useless check
` [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 v9 00/53] Add DELETE_BUF ioctl
2023-10-02 13:46 UTC (55+ 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 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/40] soc: Convert to platform remove callback returning void
2023-10-01 22:58 UTC (8+ messages)
` [PATCH 30/40] soc/rockchip: io-domain: "
[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 v6 0/3] media: rockchip: Add a driver for Rockchip's camera interface
2023-09-30 15:04 UTC (5+ 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 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 (4+ 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
Ihre E-Mail konnte nicht zugestellt werden
2023-09-27 12:09 UTC
[PATCH] spi: dt-bindings: Make "additionalProperties: true" explicit
2023-09-26 12:59 UTC (5+ messages)
[PATCH 00/31] Fix and improve Rockchip RK3128 support
2023-09-26 8:08 UTC (2+ messages)
` (subset) "
[PATCH] dt-bindings: pinctrl: Add missing additionalProperties on child node schemas
2023-09-26 6:55 UTC (2+ messages)
[PATCH] ARM64: dts: rk3399: Add the missing L2 cache information This patch fixes the kernel warning "cacheinfo: Unable to detect cache hierarchy for CPU 0" for the rk3399
2023-09-25 17:08 UTC
[PATCH 0/7] Introduce generic_single_device_group()
2023-09-25 11:42 UTC (3+ messages)
[PATCH v8 00/24] iommu: Make default_domain's mandatory
2023-09-25 9:41 UTC (2+ messages)
[PATCH V4] nvmem: add explicit config option to read old syntax fixed OF cells
2023-09-25 9:00 UTC (2+ messages)
[PATCH 00/13] media: rockchip: rga: add support for multi-planar formats
2023-09-25 7:45 UTC (8+ messages)
` [PATCH 02/13] media: rockchip: rga: extract helper to fill descriptors
[PATCH v2 00/14] media: rkisp1: Various cleanups and fixes
2023-09-25 6:35 UTC (16+ messages)
` [PATCH v2 01/14] MAINTAINERS: Add co-maintainer for the rkisp1 driver
` [PATCH v2 02/14] media: rkisp1: resizer: Use V4L2 subdev active state
` [PATCH v2 03/14] media: rkisp1: isp: "
` [PATCH v2 04/14] media: rkisp1: csi: "
` [PATCH v2 05/14] media: rkisp1: Convert hex constants to lowercase
` [PATCH v2 06/14] media: rkisp1: Constify rkisp1_v12_params_ops
` [PATCH v2 07/14] media: rkisp1: Fix line stride calculation
` [PATCH v2 08/14] media: rkisp1: Remove dual crop control register from config structure
` [PATCH v2 09/14] media: rkisp1: Program RKISP1_CIF_MI_SP_Y_PIC_SIZE register
` [PATCH v2 10/14] media: rkisp1: resizer: Constify argument and local variables
` [PATCH v2 11/14] media: rkisp1: resizer: Use v4l2_area instead of v4l2_rect to store size
` [PATCH v2 12/14] media: rkisp1: resizer: Drop unneeded local variable
` [PATCH v2 13/14] media: rkisp1: resizer: Improve debug message when configuring resizer
` [PATCH v2 14/14] media: rkisp1: resizer: Fix resizer disable check when starting stream
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).