linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-06 13:20:08 to 2023-10-12 19:28:38 UTC [more...]

[PATCH v3] staging: wlan-ng: remove strncpy() use in favor of strscpy()
 2023-10-12 19:28 UTC 

[PATCH v2] staging: wlan-ng: remove strcpy() use in favor of strscpy()
 2023-10-12 19:06 UTC 

[PATCH v2] staging/wlan-ng: remove strcpy() use in favor of strscpy()
 2023-10-12 18:06 UTC  (4+ messages)

[PATCH] [RFC] wireless: move obsolete drivers to staging
 2023-10-12 16:36 UTC  (23+ messages)

[PATCH v5 0/4] iio: resolver: move ad2s1210 out of staging
 2023-10-12 16:23 UTC  (10+ messages)
` [PATCH v5 1/4] staging: iio: resolver: ad2s1210: refactor sample toggle
` [PATCH v5 2/4] staging: iio: resolver: ad2s1210: clear faults after soft reset
` [PATCH v5 3/4] staging: iio: resolver: ad2s1210: simplify code with guard(mutex)
` [PATCH v5 4/4] iio: resolver: ad2s1210: move out of staging

[PATCH] staging: rts5208: Parenthesize macro arguments
 2023-10-12 13:03 UTC  (6+ messages)

[PATCH 0/2] staging: rts5208: Fix checkpatch macro warnings
 2023-10-12 12:50 UTC 

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

[PATCH] staging/wlan-ng: remove strcpy() use in favor of strscpy()
 2023-10-12 10:15 UTC  (5+ messages)

[RFC PATCH 0/2] staging: rtl8192u: Fix two crashing bugs
 2023-10-12  6:35 UTC  (4+ messages)
` [RFC PATCH 1/2] staging: rtl8192u: Fix missing alloc_workqueue()
` [RFC PATCH 2/2] staging: rtl8192u: Fix sleeping kzalloc() called from invalid context

[PATCH] tty: gdm724x : fixes missing a blank line after declarations
 2023-10-11 17:45 UTC  (2+ messages)

[PATCH] staging: rtl8723bs:Fix coding style errors and warning
 2023-10-11 17:35 UTC  (4+ messages)

[PATCH v10 00/54] Add DELETE_BUF ioctl
 2023-10-11  9:36 UTC  (14+ messages)
` [PATCH v10 01/54] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v10 11/54] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v10 13/54] media: Report the maximum possible number of buffers for the queue
` [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 v4 00/17] iio: resolver: move ad2s1210 out of staging
 2023-10-10 17:46 UTC  (37+ messages)
` [PATCH v4 01/17] staging: iio: resolver: ad2s1210: do not use fault register for dummy read
` [PATCH v4 02/17] staging: iio: resolver: ad2s1210: implement hysteresis as channel attr
` [PATCH v4 03/17] staging: iio: resolver: ad2s1210: convert fexcit to channel attribute
` [PATCH v4 04/17] staging: iio: resolver: ad2s1210: convert resolution to devicetree property
` [PATCH v4 05/17] staging: iio: resolver: ad2s1210: add phase lock range support
` [PATCH v4 06/17] staging: iio: resolver: ad2s1210: add triggered buffer support
` [PATCH v4 07/17] staging: iio: resolver: ad2s1210: convert LOT threshold attrs to event attrs
` [PATCH v4 08/17] staging: iio: resolver: ad2s1210: convert LOS threshold to event attr
` [PATCH v4 09/17] staging: iio: resolver: ad2s1210: convert DOS overrange "
` [PATCH v4 10/17] staging: iio: resolver: ad2s1210: convert DOS mismatch "
` [PATCH v4 11/17] staging: iio: resolver: ad2s1210: rename DOS reset min/max attrs
` [PATCH v4 12/17] iio: event: add optional event label support
` [PATCH v4 13/17] staging: iio: resolver: ad2s1210: implement fault events
` [PATCH v4 14/17] staging: iio: resolver: ad2s1210: add register/fault support summary
` [PATCH v4 15/17] staging: iio: resolver: ad2s1210: add label attribute support
` [PATCH v4 16/17] staging: iio: resolver: ad2s1210: remove fault attribute
` [PATCH v4 17/17] staging: iio: resolver: ad2s1210: simplify code with guard(mutex)

[PATCH] staging: nvec: paz00: remove unneeded call to platform_set_drvdata()
 2023-10-10 16:13 UTC  (2+ messages)

[PATCH v3 00/27] iio: resolver: move ad2s1210 out of staging
 2023-10-10  9:29 UTC  (6+ messages)
` [PATCH v3 02/27] staging: iio: resolver: ad2s1210: fix use before initialization

[PATCH][next] staging: greybus: Add __counted_by for struct apr_rx_buf and use struct_size()
 2023-10-10  2:01 UTC  (3+ messages)

[PATCH v2] staging: qlge: Replace strncpy with strscpy
 2023-10-09 18:53 UTC  (5+ messages)

[PATCH] tty: gdm724x : Add blank line after variable declarations
 2023-10-09 14:54 UTC  (2+ messages)

[PATCH v2] staging: vc04_services: vchiq_bus: Do not kfree device
 2023-10-09 10:47 UTC 

[PATCH] staging: vc04_services: vchiq_bus: Do not kfree device
 2023-10-09 10:16 UTC  (2+ messages)

[PATCH v12 0/6] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-10-09 10:12 UTC  (5+ messages)
` [PATCH v12 5/6] staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_type

[PATCH v5 0/3] Type encoding info dropped from arrary name "abyBBVGA" and variable names "byBBVGACurrent", "byBBVGANew"
 2023-10-08 19:01 UTC  (4+ messages)
` [PATCH v5 1/3] staging: vt6655: Type encoding info dropped from array name "abyBBVGA"
` [PATCH v5 2/3] staging: vt6655: Type encoding info dropped from variable name "byBBVGACurrent"
` [PATCH v5 3/3] staging: vt6655: Type encoding info dropped from variable name "byBBVGANew"

[PATCH v10 0/8] Add StarFive Camera Subsystem driver
 2023-10-08  8:51 UTC  (9+ messages)
` [PATCH v10 1/8] media: dt-bindings: Add JH7110 Camera Subsystem
` [PATCH v10 2/8] media: admin-guide: Add starfive_camss.rst for Starfive "
` [PATCH v10 3/8] media: staging: media: starfive: camss: Add core driver
` [PATCH v10 4/8] media: staging: media: starfive: camss: Add video driver
` [PATCH v10 5/8] media: staging: media: starfive: camss: Add ISP driver
` [PATCH v10 6/8] media: staging: media: starfive: camss: Add capture driver
` [PATCH v10 7/8] media: staging: media: starfive: camss: Add interrupt handling
` [PATCH v10 8/8] media: staging: media: starfive: camss: Register devices

[PATCH
 2023-10-08  2:13 UTC  (5+ messages)

[PATCH] staging: media: ipu3: remove ftrace-like logging
 2023-10-07 20:05 UTC 

[PATCH 00/10] staging: rtl8192e: Remove last private functions from iw_handler_def
 2023-10-06 19:05 UTC  (11+ messages)
` [PATCH 01/10] staging: rtl8192e: Remove function _rtl92e_wx_set_force_lps()
` [PATCH 02/10] staging: rtl8192e: Remove function _rtl92e_wx_set_lps_awake_interval()
` [PATCH 03/10] staging: rtl8192e: Remove constant variable reg_max_lps_awake_intvl
` [PATCH 04/10] staging: rtl8192e: Remove function _rtl92e_wx_adapter_power_status()
` [PATCH 05/10] staging: rtl8192e: Remove constant variable ps_force
` [PATCH 06/10] staging: rtl8192e: Remove function _rtl92e_wx_set_scan_type()
` [PATCH 07/10] staging: rtl8192e: Remove unchanged variable active_scan
` [PATCH 08/10] staging: rtl8192e: Remove function _rtl92e_wx_set_debug()
` [PATCH 09/10] staging: rtl8192e: Remove unused variable rt_global_debug_component
` [PATCH 10/10] staging: rtl8192e: Remove unused file rtllib_debug.h

[PATCH] staging: qlge: Replace strncpy with strscpy
 2023-10-06 15:36 UTC  (4+ messages)

[lvc-project] [PATCH] staging: rtl8712: fix buffer overflow in r8712_xmitframe_complete()
 2023-10-06 13:37 UTC  (2+ messages)

[PATCH 1/3] staging: greybus: raw: make raw_class constant
 2023-10-06 13:20 UTC  (3+ 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).