public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-12 10:47:29 to 2026-01-18 16:20:14 UTC [more...]

[PATCH] staging: vme_user: fix missing blank line after declarations
 2026-01-18 16:19 UTC 

[PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups
 2026-01-18 12:02 UTC  (8+ messages)
` [PATCH 1/4] staging: rtl8723bs: fix operator and type cast spacing
` [PATCH 2/4] staging: rtl8723bs: simplify boolean expressions
` [PATCH 3/4] staging: rtl8723bs: rename CamelCase identifiers to snake_case
` [PATCH 4/4] staging: rtl8723bs: fix line length and alignment issues

[PATCH v2 0/4] staging: rtl8723bs: fix remaining checkpatch.pl
 2026-01-18 11:54 UTC  (5+ messages)
` [PATCH v2 1/4] staging: rtl8723bs: fix open parenthesis alignment
` [PATCH v2 2/4] staging: rtl8723bs: fix multiple blank line check
` [PATCH v2 3/4] staging: rtl8723bs: fix missing blank line after declaration
` [PATCH v2 4/4] staging: rtl8723bs: fix line length check

[PATCH v2 0/2] media: staging: Drop StarFive JH7110 Camera Subsystem
 2026-01-18 10:10 UTC  (9+ messages)
` [PATCH v2 1/2] media: dt-bindings: Drop starfive,jh7110-camss from staging
` [PATCH v2 2/2] media: staging: Drop starfive-camss "

[PATCH 0/1] staging: greybus: fw-core: use %pe for error printing
 2026-01-18  6:05 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 00/10] staging: rtl8723bs: HAL coding style cleanup
 2026-01-17 15:29 UTC  (14+ messages)
` [PATCH 01/10] staging: rtl8723bs: Fix block comment alignment in HalHWImg8723B_MAC.c
` [PATCH 02/10] staging: rtl8723bs: Fix spaces around operator checks "
` [PATCH 03/10] staging: rtl8723bs: Fix style and formatting "
` [PATCH 04/10] staging: rtl8723bs: Fix block comment alignment in HalHWImg8723B_BB.c
` [PATCH 05/10] staging: rtl8723bs: Fix spacing coding style issues "
` [PATCH 06/10] staging: rtl8723bs: Fix parenthesis and blank line "
` [PATCH 07/10] staging: rtl8723bs: Fix block comment alignment in HalHWImg8723B_RF.c
` [PATCH 08/10] staging: rtl8723bs: Fix style and alignment issues "
` [PATCH 09/10] staging: rtl8723bs: Fix operator spacing "
` [PATCH 10/10] staging: rtl8723bs: Fix blank line checks "

[PATCH] staging: greybus: arche: drop dangling Kconfig symbol
 2026-01-17  5:40 UTC  (5+ messages)

[PATCH v7 1/2] staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=n
 2026-01-17  4:29 UTC  (2+ messages)
` [PATCH v7 2/2] staging: fbtft: Make framebuffer registration message debug-only

[PATCH v5 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2026-01-17  0:33 UTC  (5+ messages)
` (subset) "

[PATCH RESEND v2 0/5] media: staging: media: imx6-mipi-csi2: trivial cleanup to prepare convert to common dw mipi csi2
 2026-01-16 16:18 UTC  (6+ messages)
` [PATCH RESEND v2 1/5] media: staging: media: imx6-mipi-csi2: replace spaces with tabs for alignment
` [PATCH RESEND v2 2/5] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH RESEND v2 3/5] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH RESEND v2 4/5] media: staging: media: imx6-mipi-csi2: use guard() to simplify code
` [PATCH RESEND v2 5/5] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() "

[PATCH 1/5] staging: rtl8723bs: core/rtw_mlme_ext.c: refactor security IE parsing in OnAssocReq
 2026-01-16 16:08 UTC  (5+ messages)
` [PATCH 2/5] staging: rtl8723bs: core/rtw_mlme_ext.c: remove unnecessary else statement
` [PATCH 3/5] staging: rtl8723bs: core/rtw_mlme_ext.c: remove braces for one-line if-statements
` [PATCH 4/5] staging: rtl8723bs: replace ternary comparison with min_t()
` [PATCH 5/5] staging: rtl8723bs: core/rtw_mlme_ext.c: initialize copy_len, clearing later control-flow

[PATCH v3 0/2] staging: rtl8723bs: fix remaining coding style issues
 2026-01-16 15:57 UTC  (3+ messages)
` [PATCH v3 1/2] staging: rtl8723bs: fix spacing around operators
` [PATCH v3 2/2] staging: rtl8723bs: fix alignment to match open parenthesis

[PATCH v2 0/2] staging: rtl8723bs: fix remaining coding style issues
 2026-01-16 15:40 UTC  (4+ messages)
` [PATCH v2 1/2] Add missing spaces around mathematical and logical operators (+, -, /, |, ?, :) and remove multiple spaces around operators to comply with the Linux kernel coding style
` [PATCH v2 2/2] Align arguments and conditions with the open parenthesis of the preceding line "

[PATCH v3 0/4] staging: rtl8723bs: coding style and refactoring cleanups
 2026-01-16 15:23 UTC  (11+ messages)
` [PATCH v3 1/4] staging: rtl8723bs: fix operator and type cast spacing
` [PATCH v3 2/4] staging: rtl8723bs: simplify boolean expressions
` [PATCH v3 3/4] staging: rtl8723bs: rename CamelCase identifiers to snake_case
` [PATCH v3 4/4] staging: rtl8723bs: fix line length and alignment issues

[PATCH 0/3] staging: rtl8723bs: fix multiple coding style issues
 2026-01-16 13:08 UTC  (6+ messages)
` [PATCH 1/3] staging: rtl8723bs: fix spacing around operators
` [PATCH 2/3] staging: rtl8723bs: remove unnecessary blank lines
` [PATCH 3/3] staging: rtl8723bs: fix alignment to match open parenthesis

[PATCH 1/2] staging: rtl8723bs: core/rtw_mlme_ext.c: flatten control flow in OnAssocReq()
 2026-01-16 13:06 UTC  (4+ messages)
` [PATCH 2/2] staging: rtl8723bs: core/rtw_mlme_ext.c: flatten indentation with early loop continue "

[PATCH v5 0/4] staging: rtl8723bs: coding style fixes
 2026-01-16 12:05 UTC  (5+ messages)
` [PATCH v5 1/4] staging: rtl8723bs: fix block comment style
` [PATCH v5 2/4] staging: rtl8723bs: remove extra blank lines
` [PATCH v5 3/4] staging: rtl8723bs: add blank lines after declarations
` [PATCH v5 4/4] staging: rtl8723bs: expand multiple assignment into separate statements

[PATCH v5] staging: media: atomisp: Fix typos and formatting in headers
 2026-01-16 11:47 UTC 

[PATCH v4] staging: media: atomisp: Fix typos and formatting in headers
 2026-01-16  8:10 UTC  (2+ messages)

[PATCH v6] staging: fbtft: Use fbdev logging helpers when FB_DEVICE is disabled
 2026-01-16  2:59 UTC  (8+ messages)

[PATCH v3] staging: media: atomisp: Fix typos and formatting in headers
 2026-01-15 16:40 UTC  (3+ messages)

[PATCH v5] staging: octeon: Remove port status typedefs
 2026-01-15 15:31 UTC  (2+ messages)

[PATCH v4] staging: octeon: Remove port status typedefs
 2026-01-15 15:22 UTC  (3+ messages)

[PATCH v2 1/2] staging: axis-fifo: introduce helper functions for register access
 2026-01-15 14:19 UTC 

[PATCH 0/2] media: staging: Drop StarFive JH7110 Camera Subsystem
 2026-01-15  8:19 UTC  (5+ messages)
` [PATCH 1/2] media: dt-bindings: Drop starfive,jh7110-camss from staging
  ` 回复: "
` [PATCH 2/2] media: staging: Drop starfive-camss "

[PATCH v3] staging: sm750fb: Convert sw_i2c_read_sda to return bool
 2026-01-15 12:50 UTC  (3+ messages)

[PATCH v3] staging: octeon: Remove port status typedefs
 2026-01-15 11:31 UTC  (2+ messages)

[PATCH v2 1/2] staging: axis-fifo: introduce helper functions for register access
 2026-01-15 11:30 UTC  (6+ messages)
` [PATCH v2 2/2] staging: axis-fifo: Use bulk I/O accessors for data transfers

[PATCH] staging: media: atomisp: refactor sizeof(struct type) to sizeof(*ptr)
 2026-01-15 11:21 UTC  (6+ messages)

[PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups
 2026-01-15  9:49 UTC  (6+ messages)
` [PATCH 1/4] staging: rtl8723bs: fix operator and type cast spacing
` [PATCH 2/4] staging: rtl8723bs: simplify boolean expressions
` [PATCH 3/4] staging: rtl8723bs: rename CamelCase identifiers to snake_case
` [PATCH 4/4] staging: rtl8723bs: fix line length and alignment issues

[PATCH] staging: fbtft: replace udelay with usleep_range
 2026-01-15  8:59 UTC  (3+ messages)

[PATCH v4] media: atomisp: replace ia_css_region with v4l2_rect
 2026-01-15  3:12 UTC 

[PATCH v2] staging: media: atomisp: Fix typos and comment alignment issues in include/linux/* header files
 2026-01-14 21:02 UTC  (2+ messages)

[PATCH v3] media: atomisp: replace ia_css_region with v4l2_rect
 2026-01-14 20:26 UTC  (2+ messages)

[PATCH 4/4] staging: atomisp: Replace ia_css_region with v4l2_rect
 2026-01-14 18:14 UTC  (5+ messages)

[PATCH v2] media: atomisp: replace ia_css_region with v4l2_rect
 2026-01-14 18:07 UTC 

[PATCH] media: atomisp: remove private white balance IOCTLs
 2026-01-14 17:37 UTC  (3+ messages)

[PATCH v2 1/2] staging: axis-fifo: introduce helper functions for register access
 2026-01-14 15:12 UTC  (3+ messages)
` [PATCH v2 2/2] staging: axis-fifo: Use bulk I/O accessors for data transfers

[PATCH 0/2] staging: axis-fifo: I/O accessor cleanups
 2026-01-14 12:17 UTC  (4+ messages)
` [PATCH 1/2] staging: axis-fifo: introduce helper functions for register access
` [PATCH 2/2] staging: axis-fifo: Use bulk I/O accessors for data transfers

[PATCH] rtl8723bs: fix memory leak on failure path
 2026-01-14 10:53 UTC  (2+ messages)

[PATCH v3] staging: fbtft: Change udelay() to fsleep()
 2026-01-14  6:55 UTC  (4+ messages)

[PATCH v2 0/6] staging: ad9832: driver cleanup
 2026-01-14  1:34 UTC  (3+ messages)
` [PATCH v2 3/6] staging: iio: ad9832: convert to devm_mutex_init()

[PATCH v2] staging: fbtft: Change udelay() to usleep_range()
 2026-01-13 21:13 UTC  (2+ messages)

[PATCH] staging: fbtft: Change udelay() to usleep_range()
 2026-01-13 17:53 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Rename supportRate and SupportRateNum to snake_case
 2026-01-13 17:03 UTC 

[PATCH] staging: greybus: add WQ_PERCPU to alloc_workqueue users
 2026-01-13 13:57 UTC 

[PATCH 0/2] host1x: Convert to bus methods
 2026-01-13 12:33 UTC  (3+ messages)

[PATCH v2] staging: rtl8723bs: remove unnecessary else after break
 2026-01-13 10:37 UTC 

[PATCH v2] staging: octeon: Remove port status typedefs
 2026-01-13  7:14 UTC  (4+ messages)

[PATCH v5] staging: fbtft: use dev_of_fbinfo() instead of info->dev
 2026-01-12 18:26 UTC  (3+ messages)

[PATCH v2 0/5] media: staging: media: imx6-mipi-csi2: trivial cleanup to prepare convert to common dw mipi csi2
 2026-01-12 15:39 UTC  (2+ messages)

[PATCH v2] media: staging: atomisp: remove unnecessary NULL checks in sensor drivers
 2026-01-12 12:07 UTC 

[PATCH v4 0/4] staging: rtl8723bs: coding style fixes
 2026-01-12 11:37 UTC  (8+ messages)
` [PATCH v4 1/4] staging: rtl8723bs: fix block comment style
` [PATCH v4 2/4] staging: rtl8723bs: remove extra blank lines
` [PATCH v4 3/4] staging: rtl8723bs: add blank lines after declarations
` [PATCH v4 4/4] staging: rtl8723bs: expand multiple assignment into separate statements

[PATCH] staging: rtl8723bs: remove unnecessary else after break
 2026-01-12 10:59 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: avoid non-kernel-doc comment warning
 2026-01-12 10:58 UTC  (2+ messages)

[PATCH v3 1/2] staging: atomisp: Remove input_system typedefs
 2026-01-12 10:57 UTC  (2+ messages)

[PATCH v2 1/2] staging: atomisp: Remove input_system typedefs
 2026-01-12 10:49 UTC  (2+ messages)

[PATCH v2] staging: sm750fb: Convert sw_i2c_read_sda to return bool
 2026-01-12 10:49 UTC  (2+ messages)

[PATCH v2 0/4] staging: rtl8723bs: coding style fixes
 2026-01-12 10:48 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