linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-27 15:36:23 to 2023-10-02 14:46:29 UTC [more...]

[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  (41+ 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 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 v3 00/27] iio: resolver: move ad2s1210 out of staging
 2023-10-02  9:17 UTC  (65+ messages)
` [PATCH v3 01/27] dt-bindings: iio: resolver: add devicetree bindings for ad2s1210
` [PATCH v3 02/27] staging: iio: resolver: ad2s1210: fix use before initialization
` [PATCH v3 03/27] staging: iio: resolver: ad2s1210: remove call to spi_setup()
` [PATCH v3 04/27] staging: iio: resolver: ad2s1210: check return of ad2s1210_initial()
` [PATCH v3 05/27] staging: iio: resolver: ad2s1210: remove spi_set_drvdata()
` [PATCH v3 06/27] staging: iio: resolver: ad2s1210: sort imports
` [PATCH v3 07/27] staging: iio: resolver: ad2s1210: always use 16-bit value for raw read
` [PATCH v3 08/27] staging: iio: resolver: ad2s1210: implement IIO_CHAN_INFO_SCALE
` [PATCH v3 09/27] staging: iio: resolver: ad2s1210: use devicetree to get CLKIN rate
` [PATCH v3 10/27] staging: iio: resolver: ad2s1210: use regmap for config registers
` [PATCH v3 11/27] staging: iio: resolver: ad2s1210: add debugfs reg access
` [PATCH v3 12/27] staging: iio: resolver: ad2s1210: remove config attribute
` [PATCH v3 13/27] staging: iio: resolver: ad2s1210: rework gpios
` [PATCH v3 14/27] staging: iio: resolver: ad2s1210: implement hysteresis as channel attr
` [PATCH v3 15/27] staging: iio: resolver: ad2s1210: refactor setting excitation frequency
` [PATCH v3 16/27] staging: iio: resolver: ad2s1210: read excitation frequency from control register
` [PATCH v3 17/27] staging: iio: resolver: ad2s1210: convert fexcit to channel attribute
` [PATCH v3 18/27] staging: iio: resolver: ad2s1210: convert resolution to devicetree property
` [PATCH v3 19/27] staging: iio: resolver: ad2s1210: add phase lock range support
` [PATCH v3 20/27] staging: iio: resolver: ad2s1210: add triggered buffer support
` [PATCH v3 21/27] staging: iio: resolver: ad2s1210: convert LOT threshold attrs to event attrs
` [PATCH v3 22/27] staging: iio: resolver: ad2s1210: convert LOS threshold to event attr
` [PATCH v3 23/27] staging: iio: resolver: ad2s1210: convert DOS overrange "
` [PATCH v3 24/27] staging: iio: resolver: ad2s1210: convert DOS mismatch "
` [PATCH v3 25/27] staging: iio: resolver: ad2s1210: rename DOS reset min/max attrs
` [PATCH v3 26/27] staging: iio: resolver: ad2s1210: implement fault events
` [PATCH v3 27/27] staging: iio: resolver: ad2s1210: add label attribute support

[PATCH 0/3] Type encoding info dropped from arrary name "abyBBVGA" and variable names "byBBVGACurrent", "byBBVGANew"
 2023-10-01 13:53 UTC  (2+ messages)

[PATCH 00/11] staging: rtl8192e: Remove broken function _rtl92e_if_silent_reset()
 2023-10-01 13:45 UTC  (12+ messages)
` [PATCH 01/11] staging: rtl8192e: Remove ibss_maxjoin_chal
` [PATCH 02/11] staging: rtl8192e: Remove dead code from _rtl92e_if_check_reset()
` [PATCH 03/11] staging: rtl8192e: Remove RESET_TYPE_NORMAL
` [PATCH 04/11] staging: rtl8192e: Remove broken function _rtl92e_if_silent_reset()
` [PATCH 05/11] staging: rtl8192e: Remove unused variable rst_progress
` [PATCH 06/11] staging: rtl8192e: Remove unused variable reset_in_progress
` [PATCH 07/11] staging: rtl8192e: Remove unused parameter from _rtl92e_sta_up()
` [PATCH 08/11] staging: rtl8192e: Remove unused parameter from _rtl92e_up()
` [PATCH 09/11] staging: rtl8192e: Remove unused variable is_silent_reset
` [PATCH 10/11] staging: rtl8192e: Remove unused variables priv->reset_count and reset_cnt
` [PATCH 11/11] staging: rtl8192e: Remove r8192_private_handler _rtl92e_wx_force_reset()

[PATCH v12 0/6] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-09-30 10:10 UTC  (2+ messages)

next: mips: cavium_octeon_defconfig failed - drivers/staging/octeon/ethernet.c:204:37: error: storage size of 'rx_status' isn't known
 2023-09-29 14:45 UTC  (5+ messages)

[PATCH 1/3] staging: vt6655: Type encoding info dropped from array name "abyBBVGA"
 2023-09-29  7:19 UTC  (3+ messages)

[PATCH 3/3] staging: vt6655: Type encoding info dropped from variable name "byBBVGANew"
 2023-09-28 15:10 UTC 

[PATCH 2/3] staging: vt6655: Type encoding info dropped from variable name "byBBVGACurrent"
 2023-09-28 15:08 UTC 

[PATCH v9 0/8] Add StarFive Camera Subsystem driver
 2023-09-28 12:04 UTC  (7+ messages)

[PATCH v4] staging: rtl8192e: renamed (3) variables
 2023-09-28  5:00 UTC  (3+ messages)

[PATCH v2] staging: rtl8192u: ieee80211: renamed duplicate variable
 2023-09-28  4:58 UTC  (3+ messages)

[PATCH] staging: rtl8192u: ieee80211: renamed (3) variables
 2023-09-28  0:23 UTC 

[PATCH v3] Subject: [PATCH v3] staging: rtl8192e: renamed (3) variables
 2023-09-27 22:35 UTC 

[PATCH 0/3 v2] staging: rtl8192e: renamed a variable
 2023-09-27 19:25 UTC  (4+ messages)


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).