linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 09:25:52 to 2023-10-21 10:01:32 UTC [more...]

[PATCH v2 0/2] staging: sm750fb: Remove unused return values from functions
 2023-10-21 10:01 UTC  (4+ messages)
` [PATCH v2 1/2] staging: sm750fb: Remove unused return value in display_control_adjust_sm750le()
` [PATCH v2 2/2] staging: sm750fb: Remove unused return variable in program_mode_registers()

[PATCH v1 0/4] staging: vc04: Drop custom logging based on printk
 2023-10-21  9:59 UTC  (10+ 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 v2 0/2] staging: qlge: Replace the occurrences of (1<<x) by BIT(x)
 2023-10-21  9:54 UTC  (8+ 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: Remove qlge
 2023-10-21  9:53 UTC  (5+ messages)
` [PATCH 1/2] staging: qlge: Update TODO
` [PATCH 2/2] staging: qlge: Retire the driver

[PATCH] staging: greybus: Alignment should match open parenthesis
 2023-10-21  9:48 UTC  (3+ messages)

[PATCH] staging: octeon: Fix warnings due to introduction of new typedefs
 2023-10-21  9:08 UTC  (6+ messages)

[PATCH 0/2] Fix instances where new typedefs were introduced
 2023-10-21  7:31 UTC  (4+ messages)
` [PATCH 1/2] staging: octeon: Fix warnings due to introduction of new typedefs
` [PATCH 2/2] staging: octeon: Fix remaining instances affected by removal of typedefs

[PATCH 0/5] staging: media: av7110: Fix various formatting and small code issues
 2023-10-20 23:23 UTC  (6+ messages)
` [PATCH 1/5] staging: media: av7110: Fix missing newlines after declaration warnings
` [PATCH 2/5] staging: media: av7110: Fix various whitespace checkpatch errors
` [PATCH 3/5] staging: media: av7110: Remove unnecessary whitespace before quoted newlines
` [PATCH 4/5] staging: media: av7110: Fix 'long int' and 'unsigned' variable declarations
` [PATCH 5/5] staging: media: av7110: Fix various formating issues

[linux-next:master] BUILD REGRESSION 2030579113a1b1b5bfd7ff24c0852847836d8fd1
 2023-10-20 19:38 UTC 

[PATCH] staging: greybus: camera: fixes alignment should match open parenthesis
 2023-10-20 16:02 UTC  (3+ messages)

[PATCH] staging: vc04_services: remove empty functions
 2023-10-20 14:25 UTC  (9+ messages)

[PATCH] staging: rts5208: Add parenthesis to macro arguments
 2023-10-20  7:48 UTC  (3+ messages)

[PATCH 0/2] tty: gdm724x: Fix coding style in gdm_tty.c
 2023-10-20  2:14 UTC  (6+ messages)
` [PATCH 1/2] tty: gdm724x: Match alignment with open parenthesis

[PATCH v2 0/2] staging: vme_user: Replace printk's & clean up log messages
 2023-10-20  2:06 UTC  (11+ 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 v3 0/5] staging: vme_user: Remove printk's & clean up log messages
 2023-10-20  1:55 UTC  (6+ messages)
` [PATCH v3 1/5] staging: vme_user: Replace printk() with dev_*()
` [PATCH v3 2/5] staging: vme_user: Use __func__ instead of function name
` [PATCH v3 3/5] staging: vme_user: Remove printk() in find_bridge()
` [PATCH v3 4/5] staging: vme_user: Remove NULL-checks
` [PATCH v3 5/5] staging: vme_user: Use dev_err() in vme_check_window()

[PATCH 0/2] staging: vme_user: Replace printk's & cleanup log messages
 2023-10-19 20:55 UTC  (12+ 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 v2] staging: vc04_services: vchiq_bus: Do not kfree device
 2023-10-19 18:18 UTC  (2+ messages)

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

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

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

[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  (10+ messages)

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

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

[PATCH 0/2] Remove unused return values from functions
 2023-10-18 13:25 UTC  (12+ messages)
` [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  (8+ 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] media: staging: max96712: Fix device name in description
 2023-10-18 13:07 UTC  (3+ messages)

[PATCH v12 00/56] Add DELETE_BUF ioctl
 2023-10-18 11:17 UTC  (13+ messages)
` [PATCH v12 22/56] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v12 30/56] media: test-drivers: Stop direct calls to queue num_buffers field
` [PATCH v12 35/56] media: cedrus: "
` [PATCH v12 36/56] media: nuvoton: "
` [PATCH v12 39/56] media: usb: "
` [PATCH v12 44/56] media: core: Report the maximum possible number of buffers for the queue

[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  (2+ messages)

[PATCH v2] Staging: sm750fb: Rename display_control_adjust_sm750LE
 2023-10-18  9:31 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).