linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-17 08:28:13 to 2023-10-19 10:14:09 UTC [more...]

[PATCH v2 0/2] staging: sm750fb: Remove unused return values from functions
 2023-10-19 10:13 UTC 

[PATCH] staging: vc04_services: remove empty functions
 2023-10-19  9:46 UTC 

[PATCH v10 0/8] Add StarFive Camera Subsystem driver
 2023-10-19  9:02 UTC  (13+ messages)

[PATCH v3 0/3] staging: vc04_services: Tweak module autoloading support
 2023-10-19  9:01 UTC  (4+ messages)
` [PATCH v3 1/3] staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLE
` [PATCH v3 2/3] staging: vc04_services: bcm2835-audio: Drop MODULE_ALIAS
` [PATCH v3 3/3] staging: vc04_services: bcm2835-camera: "

[PATCH v1 0/4] staging: vc04: Drop custom logging based on printk
 2023-10-19  8:21 UTC  (5+ messages)
` [PATCH v1 1/4] staging: vc04: Convert vchiq_log_error() to use dynamic debug
` [PATCH v1 2/4] staging: vc04: Convert vchiq_log_warning() "
` [PATCH v1 3/4] staging: vc04: Convert(and rename) vchiq_log_info() "
` [PATCH v1 4/4] staging: vc04: Convert vchiq_log_trace() "

[PATCH] staging: bcm2835-audio: remove function snd_bcm2835_new_ctl()
 2023-10-19  7:28 UTC 

[PATCH v2 0/2] staging: vme_user: Replace printk's & clean up log messages
 2023-10-19  7:20 UTC  (3+ messages)
` [PATCH v2 1/2] staging: vme_user: Replace printk() with pr_*(),dev_*()
` [PATCH v2 2/2] staging: vme_user: Use __func__ instead of function name

[PATCH v4] staging: vme_user: replace strcpy with strscpy
 2023-10-19  6:55 UTC 

[PATCH v3] staging: vme_user: replace strcpy with strscpy
 2023-10-19  5:50 UTC  (2+ messages)

[PATCH] staging: rts5208: Replace delay function
 2023-10-18 22:17 UTC  (12+ messages)

[PATCH 0/2] staging: vme_user: Replace printk's & cleanup log messages
 2023-10-18 22:13 UTC  (13+ messages)
` [PATCH 1/2] staging: vme_user: Replace printk() with pr_*(),dev_*()
` [PATCH 2/2] staging: vme_user: Use __func__ instead of function name

[PATCH] [RFC] wireless: move obsolete drivers to staging
 2023-10-18 20:37 UTC  (19+ messages)

[PATCH v2 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
 2023-10-18 19:47 UTC  (3+ messages)
` [PATCH v2 1/2] staging: qlge: Fix coding style in qlge.h
` [PATCH v2 2/2] staging: qlge: Prefer using the BIT macro

[PATCH 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
 2023-10-18 17:01 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "

[PATCH 0/2] Remove unused return values from functions
 2023-10-18 13:25 UTC  (13+ messages)
` [PATCH 1/2] staging: sm750fb: Remove unused return value in display_control_adjust_sm750le()
` [PATCH 2/2] staging: sm750fb: Remove unused return value in program_mode_registers()

[PATCH v2 0/5] staging: sm750fb: Renaming camelcase to snakecase
 2023-10-18 13:27 UTC  (10+ messages)
` [PATCH v2 1/5] Staging: sm750fb: Rename displayControlAdjust_SM750E

[PATCH v2 0/3] vc04_services: Tweak module autoloading support
 2023-10-18 13:22 UTC  (8+ messages)
` [PATCH v2 1/3] staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLE
` [PATCH v2 2/3] staging: vc04_services: bcm2835-audio: Drop MODULE_ALIAS
` [PATCH v2 3/3] staging: vc04_services: bcm2835-camera: "

[PATCH] media: css: Write LINE_LENGTH_PCK correctly
 2023-10-18 13:16 UTC  (2+ messages)

[PATCH v2] media: staging: max96712: fix copy-paste error
 2023-10-18 13:07 UTC  (5+ messages)
` [PATCH] media: staging: max96712: Fix device name in description

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

[PATCH v2] staging: gdm724x: Add blank line after declaration
 2023-10-18 10:23 UTC  (2+ messages)

[PATCH V2] staging: vme_user: replace strcpy with strscpy
 2023-10-18 10:22 UTC  (2+ messages)

[PATCH] staging: vme_user: replace strcpy with strscpy
 2023-10-18 10:17 UTC  (3+ messages)

[PATCH v2] Staging: sm750fb: Rename display_control_adjust_sm750LE
 2023-10-18  9:31 UTC  (4+ messages)

[PATCH] staging: vme_user: fix coding style - remove CamelCasing
 2023-10-18  8:13 UTC  (6+ messages)

[PATCH] Staging: sm750fb: Rename display_control_adjust_sm750LE
 2023-10-18  8:00 UTC 

[PATCH v2] staging: vc04_services: vchiq_bus: Do not kfree device
 2023-10-18  5:52 UTC 

[PATCH 0/3] vc04_services: Tweak module autoloading support
 2023-10-18  5:12 UTC  (5+ messages)
` [PATCH 1/3] staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLE
` [PATCH 2/3] staging: vc04_services: bcm2835-audio: Drop MODULE_ALIAS
` [PATCH 3/3] staging: vc04_services: bcm2835-camera: "

[PATCH] staging: rtl8192u: remove entry from Makefile
 2023-10-17 18:29 UTC  (5+ messages)

[PATCH 0/4] Rename variable bUpdateBBVGA, byCurrentCh, byCurPwr and byBBPreEDRSSI
 2023-10-17 18:01 UTC  (6+ messages)

[PATCH] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
 2023-10-17 14:23 UTC  (3+ messages)

[PATCH] staging: vt6655: Type encoding info dropped from variable name "bUpdateBBVGA"
 2023-10-17 14:15 UTC 

[PATCH] staging: rts5208: Replace the occurrences of (1<<x) by BIT(x)
 2023-10-17 14:14 UTC  (5+ messages)

[PATCH] staging: wlan-ng: remove function prism2sta_ev_txexc
 2023-10-17 10:12 UTC 

[PATCH v11 00/56] Add DELETE_BUF ioctl
 2023-10-17  9:59 UTC  (4+ messages)
` [PATCH v11 41/56] media: cedrus: Stop direct calls to queue num_buffers field

[PATCH] staging: wlan-ng: use netdev_dbg over pr_debug
 2023-10-17  9:18 UTC 


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