public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-04-09 05:05:16 to 2026-04-13 05:37:54 UTC [more...]

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-04-13  5:37 UTC  (4+ messages)
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info

[PATCH 1/5] staging: media: tegra-video: add NULL checks for of_device_get_match_data()
 2026-04-13  5:21 UTC  (3+ messages)

[PATCH v2] staging: most: video: replace BUG_ON() with pr_warn() in comp_exit()
 2026-04-12 22:23 UTC  (2+ messages)
` [PATCH v3] staging: most: video: remove redundant cleanup "

[PATCH 5/5] staging: media: ipu7: fix double-free of pdata in error paths
 2026-04-12 20:51 UTC 

[PATCH 3/5] staging: nvec: fix use-after-free in nvec_rx_completed()
 2026-04-12 20:51 UTC  (2+ messages)
` [PATCH 4/5] staging: nvec: fix pm_power_off teardown in tegra_nvec_remove()

[PATCH 2/5] staging: media: max96712: add NULL check for of_device_get_match_data()
 2026-04-12 20:51 UTC 

[PATCH v3 1/2] staging: most: dim2: replace BUG_ON() in enqueue()
 2026-04-12 20:43 UTC  (6+ messages)
` [PATCH v3 1/2] staging: most: dim2: replace BUG_ON() in poison_channel()
` [PATCH v3 2/2] staging: rtl8723bs: rename dot11AuthAlgrthm to fix CamelCase

[PATCH v2 0/4] Add QST QMC5883P magnetometer driver
 2026-04-12 18:52 UTC  (22+ messages)
` [PATCH v2 1/4] dt-bindings: vendor-prefixes: Add QST Corporation
` [PATCH v2 2/4] dt-bindings: iio: magnetometer: Add binding for QST QMC5883P
` [PATCH v2 3/4] staging: iio: magnetometer: Add QST QMC5883P driver
` [PATCH v2 4/4] MAINTAINERS: Add entry for QST QMC5883P magnetometer driver

[PATCH v4 0/4] staging: iio: adc: ad7816: code cleanups and modernization
 2026-04-12 18:50 UTC  (7+ messages)
` [PATCH v4 1/4] staging: iio: adc: ad7816: redefine mode constants to start from 0
` [PATCH v4 4/4] staging: iio: adc: ad7816: use modern IIO attribute macros

[PATCH v3 0/4] staging: iio: adc: ad7816: code cleanups and modernization
 2026-04-12 18:49 UTC  (5+ messages)
` [PATCH v3 1/4] staging: iio: adc: ad7816: redefine mode constants to start from 0

[PATCH] staging: iio: adc: ad7816: use sysfs_streq() instead of strcmp()
 2026-04-12 18:42 UTC  (3+ messages)

[PATCH] staging: fbtft: fix coding style issue in fbtft-bus.c
 2026-04-12 17:33 UTC  (2+ messages)
` [PATCH v3] staging: fbtft: replace empty macro args with identity converter

[PATCH] media: tegra-video: tegra210: remove redundant NULL check in dequeue_buf_done
 2026-04-12 17:24 UTC 

[PATCH] staging: fbtft: fix coding style issue in fbtft-bus.c
 2026-04-12 17:21 UTC  (2+ messages)
` [PATCH] staging: fbtft: replace empty macro args with identity converter

[PATCH] staging: fbtft: fix coding style issue in fbtft-bus.c
 2026-04-12 16:49 UTC 

[PATCH] media: tegra-video: tegra210: ensure PHY is disabled in pg_mode stop path
 2026-04-12 16:36 UTC 

[PATCH v2 1/3] staging: rtl8723bs: remove commented out dead code in sdio_halinit.c
 2026-04-12 16:13 UTC  (8+ messages)
` [PATCH v2 2/3] staging: rtl8723bs: fix whitespace issues "
` [PATCH v2 3/3] staging: rtl8723bs: remove unnecessary else after return "

[PATCH] media: tegra-video: vi: validate format index before bitmap_set
 2026-04-12 15:48 UTC 

[PATCH] staging: fbtft: Use %pe format specifier for error pointers
 2026-04-12 14:45 UTC 

[PATCH] staging: media: atomisp: remove outdated TODO comment
 2026-04-12 14:05 UTC 

[PATCH] staging: rtl8723bs: replace magic numbers with named constants
 2026-04-12 12:57 UTC  (5+ messages)

[PATCH 2/2] staging: media: tegra-video: add missing error checks in vi_tpg_fmts_bitmap_init()
 2026-04-12  8:48 UTC 

[PATCH 1/2] staging: rtl8723bs: fix coding style issues in sdio_halinit.c
 2026-04-12  5:32 UTC  (3+ messages)
` [PATCH 2/2] staging: rtl8723bs: remove unnecessary else after return "

[PATCH 1/2] staging: media: tegra-video: fix wrong return type in tegra_get_format_fourcc_by_idx()
 2026-04-12  4:52 UTC  (3+ messages)
` [PATCH 2/2] staging: media: tegra-video: add missing error checks in vi_tpg_fmts_bitmap_init()

[PATCH v2] staging: media: atomisp: use array3_size() for overflow-safe allocation
 2026-04-12  0:05 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] media: tegra-video: vi: fix invalid u32 return value in format lookup
 2026-04-12  0:02 UTC 

[PATCH] staging: octeon: remove SPI, POW, PKO, and Helper typedef enums
 2026-04-12  0:02 UTC 

[RESEND PATCH v2 0/2] iio: frequency: ad9832: cleanups
 2026-04-11 18:38 UTC  (7+ messages)
` [RESEND PATCH v2 1/2] iio: frequency: ad9832: remove kernel.h proxy header
` [RESEND PATCH v2 2/2] iio: frequency: ad9832: simplify bitwise math

[PATCH] greybus: audio: extract topology size retrieval into a helper
 2026-04-11 18:20 UTC 

[PATCH] staging: media: atomisp: fix indentation to use tabs instead of spaces
 2026-04-11 17:34 UTC  (5+ messages)
` [PATCH v2] staging: media: atomisp: use umin() for strscpy size arguments

[PATCH 0/1] staging: rtl8723bs: verify boolean and logics and rename dot11AuthAlgrthm
 2026-04-11 16:48 UTC  (4+ messages)
` [PATCH] "

[PATCH] staging: fbtft: improve TODO comment clarity
 2026-04-11 16:11 UTC  (2+ messages)

[PATCH v2] staging: nvec: Fix block comment formatting
 2026-04-11 14:31 UTC 

[PATCH] staging: nvec: Fix block comment formatting
 2026-04-11 13:57 UTC 

[PATCH v3 0/2] iio: frequency: ad9832: cleanups
 2026-04-11 12:35 UTC  (3+ messages)
` [PATCH v3 1/2] iio: frequency: ad9832: remove kernel.h proxy header
` [PATCH v3 2/2] iio: frequency: ad9832: simplify bitwise math

[PATCH] staging: most: net: remove filename from top-of-file comment
 2026-04-11  9:51 UTC 

[PATCH] staging: iio: frequency: ad9832: use guard(mutex) for locking
 2026-04-11  8:53 UTC  (3+ messages)

[PATCH] staging: vme_user: vme_tsi148: added missing blank line
 2026-04-11  3:56 UTC  (2+ messages)

[PATCH 0/2] iio: frequency: ad9832: cleanups
 2026-04-10 19:12 UTC  (5+ messages)
` [PATCH 1/2] iio: frequency: ad9832: remove kernel.h proxy header
` [PATCH 2/2] iio: frequency: ad9832: simplify bitwise math

[PATCH] media: atomisp: avoid ACPI package count underflow in gmin_cfg_get_dsm
 2026-04-10 18:27 UTC  (3+ messages)

[PATCH] staging: media: av7110: remove dead code from av7110_hw.c
 2026-04-10 16:14 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: fix comparison to false
 2026-04-10 15:54 UTC  (4+ messages)

[PATCH] iio: frequency: ad983x: replace do_div() with div64_ul()
 2026-04-10  8:11 UTC  (13+ messages)
    ` [PATCH v2] "

[PATCH v3 0/4] staging: rtl8723bs: coding style cleanups for rtl8723b_phycfg.c
 2026-04-10  6:37 UTC  (7+ messages)
` [PATCH v3 1/4] staging: rtl8723bs: fix spacing around operators in rtl8723b_phycfg.c
` [PATCH v3 2/4] staging: rtl8723bs: remove space after type cast
` [PATCH v3 3/4] staging: rtl8723bs: wrap long lines in rtl8723b_phycfg.c
` [PATCH v3 4/4] staging: rtl8723bs: remove unnecessary blank "

[PATCH RESEND] staging: rtl8723bs: fix comparison to false
 2026-04-10  6:16 UTC  (4+ messages)

[PATCH 4/4] staging: nvec: fix block comment formatting
 2026-04-09 22:06 UTC 

[PATCH 0/4] Add QST QMC5883P magnetometer driver
 2026-04-09 21:00 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: vendor-prefixes: Add QST Corporation
` [PATCH 2/4] dt-bindings: iio: magnetometer: Add binding for QST QMC5883P
` [PATCH 3/4] staging: iio: magnetometer: Add QST QMC5883P driver
` [PATCH 4/4] MAINTAINERS: Add entry for QST QMC5883P magnetometer driver

[PATCH] media: cedrus: skip invalid H.264 reference list entries
 2026-04-09 17:48 UTC  (10+ messages)
` [PATCH v2] media: cedrus: reject invalid active H.264 ref indices

[PATCH v2 0/3] media: imx-csi: cleanup media pipeline start
 2026-04-09 17:17 UTC  (5+ messages)

[PATCH v2 0/2] staging: sm750fb: improve error handling in de_wait path
 2026-04-09 15:58 UTC  (3+ messages)
` [PATCH v2 1/2] staging: sm750fb: return -ETIMEDOUT on timeout in de_wait functions
` [PATCH v2 2/2] staging: sm750fb: propagate error codes from de_wait()

[PATCH v4 0/5] staging: rtl8723bs: Code cleanup in drivers/staging/rtl8723bs
 2026-04-09 15:55 UTC  (21+ messages)
` [PATCH v4 1/5] staging: rtl8723bs: move constant to right side of test in comparison
` [PATCH v4 2/5] staging: rtl8723bs: remove empty if statement block
` [PATCH v4 3/5] staging: rtl8723bs: simplify boolean return in IsFrameTypeCtrl()
` [PATCH v4 4/5] staging: rtl8723bs: use read_poll_timeout_atomic in _is_fw_read_cmd_down
` [PATCH v4 5/5] staging: rtl8723bs: remove duplicate rate checks in PHY_GetTxPowerIndexBase()

[PATCH 0/2] staging: sm750fb: improve error handling in de_wait path
 2026-04-09 15:22 UTC  (6+ messages)
` [PATCH 1/2] staging: sm750fb: return -ETIMEDOUT on timeout in de_wait functions
` [PATCH 2/2] staging: sm750fb: propagate error codes from de_wait()

[PATCH 1/2] staging: rtl8723bs: remove commented-out dead code in HalPhyRf_8723B.c
 2026-04-09 14:03 UTC  (5+ messages)
` [PATCH 2/2] staging: rtl8723bs: fix comment style "

[RFT PATCH v3 0/5] staging: rtl8723bs: Code cleanup in drivers/staging/rtl8723bs
 2026-04-09 13:33 UTC  (4+ messages)

[PATCH v2 0/4] staging: rtl8723bs: coding style cleanups for rtl8723b_phycfg.c
 2026-04-09 13:25 UTC  (4+ messages)
` [PATCH v2 3/4] staging: rtl8723bs: wrap long lines in rtl8723b_phycfg.c
` [PATCH v2 4/4] staging: rtl8723bs: remove unnecessary blank "

[PATCH v2] media: cedrus: Fix missing cleanup in error path
 2026-04-09 13:15 UTC  (2+ messages)

[PATCH v2] media: cedrus: Fix failure to clean up hardware on probe failure
 2026-04-09 13:10 UTC  (2+ messages)

[PATCH v4] staging: rtl8723bs: fix heap buffer overflow in cfg80211_rtw_add_key()
 2026-04-09  5:24 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox