public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-16 12:06:08 to 2026-01-27 14:10:02 UTC [more...]

[PATCH] staging: rtl8723bs: Remove trailing whitespace and parentheses in rtw_mlme.c
 2026-01-27 14:09 UTC  (2+ messages)

[PATCH] staging: sm750fb: replace magic number with defined constant
 2026-01-27 13:32 UTC  (2+ messages)

[RFC PATCH] staging: rtl8723bs: fix potential race in expire_timeout_chk
 2026-01-27 13:10 UTC 

[PATCH] staging: sm750fb: rename initParm to init_parm
 2026-01-27 12:11 UTC 

[PATCH] staging: sm750fb: make fixId array const
 2026-01-27 11:42 UTC 

[PATCH v1] staging: rtl8723bs: rename members of struct registry_priv
 2026-01-27  7:43 UTC  (4+ messages)

[PATCH v2 0/8] staging: rtl8723bs: rename members of struct registry_priv and remove dead code
 2026-01-27  1:21 UTC  (9+ messages)
` [PATCH v2 1/8] staging: rtl8723bs: rename RegEnableTxPowerLimit to reg_enable_tx_power_limit
` [PATCH v2 2/8] staging: rtl8723bs: rename RegEnableTxPowerByRate to reg_enable_tx_power_by_rate
` [PATCH v2 3/8] staging: rtl8723bs: rename RegPowerBase to reg_power_base
` [PATCH v2 4/8] staging: rtl8723bs: rename RegPwrTblSel to reg_pwr_tbl_sel
` [PATCH v2 5/8] staging: rtl8723bs: remove unused variable TxBBSwing_2G
` [PATCH v2 6/8] staging: rtl8723bs: remove unused variable AmplifierType_2G
` [PATCH v2 7/8] staging: rtl8723bs: remove unused variable bEn_RFE
` [PATCH v2 8/8] staging: rtl8723bs: remove unused variable RFE_Type

[PATCH RESEND v8 00/21] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2026-01-26 21:46 UTC  (9+ messages)
` [PATCH RESEND v8 17/21] media: i2c: maxim-serdes: add MAX9296A driver
` [PATCH RESEND v8 20/21] media: i2c: remove MAX96717 driver

[PATCH v7 0/2] staging: rtl8723bs: Fix error handling in _rtw_pktfile_read()
 2026-01-26 16:34 UTC  (3+ messages)
` [PATCH v7 1/2] staging: rtl8723bs: update _rtw_pktfile_read() to return error codes
` [PATCH v7 2/2] staging: rtl8723bs: clean up _rtw_pktfile_read()

[PATCH v2] media: rc: fix race between unregister and urb/irq callbacks
 2026-01-26 13:31 UTC 

[PATCH v3] staging: rtl8723bs: remove unnecessary boolean comparisons
 2026-01-26 12:09 UTC 

[PATCH v3 0/2] staging: rtl8723bs: cleanup and indentation refactoring
 2026-01-25 23:20 UTC  (20+ messages)
` [PATCH v3 1/2] staging: rtl8723bs: refactor nested loops to reduce indentation
` [PATCH v3 2/2] staging: rtl8723bs: fix line length and coding style issues
` [PATCH v4 0/2] staging: rtl8723bs: cleanup and indentation refactoring
  ` [PATCH v4 1/2] staging: rtl8723bs: refactor nested loops to reduce indentation
  ` [PATCH v4 2/2] staging: rtl8723bs: fix line length and coding style issues
  ` [PATCH v5 0/7] staging: rtl8723bs: cleanup and refactorcleanup and indentation refactoring
    ` [PATCH v5 1/7] staging: rtl8723bs: use continue statements to reduce indentation
    ` [PATCH v5 2/7] staging: rtl8723bs: refactor comments to fix the line length warning for exceeding 100 columns
    ` [PATCH v5 3/7] staging: rtl8723bs: remove unnecessary new lines
    ` [PATCH v5 4/7] staging: rtl8723bs: Fix the line length exceeding 100 columns warning in the code
    ` [PATCH v5 5/7] staging: rtl8723bs: add missing space around operators
    ` [PATCH v5 6/7] staging: rtl8723bs: remove unnecessary braces
    ` [PATCH v5 7/7] staging: rtl8723bs: use !ptr instead of ptr == NULL

[PATCH] staging: rtl8723bs: replace magic -2 error codes with proper errno
 2026-01-25 22:12 UTC 

[PATCH] staging: rtl8723bs: replace uint with unsigned int
 2026-01-25 18:59 UTC 

[PATCH] staging: media: ipu3: fix function argument alignment
 2026-01-25 13:49 UTC 

[PATCH] staging: greybus: remove completed GPIO conversion task from TODO
 2026-01-24 17:41 UTC 

[PATCH v2] staging: rtl8723bs: Remove wrapper functions in osdep_service
 2026-01-24 15:41 UTC 

[PATCH] staging: rtl8723bs: rename add_RATid to add_ratid
 2026-01-24  1:33 UTC 

[PATCH] staging: axis-fifo: Fix indentation
 2026-01-23 20:59 UTC 

[PATCH v2] staging: most: dim2: replace macro with static function
 2026-01-23 20:45 UTC  (2+ messages)

[PATCH v2 0/3] media: imx-csi: cleanup media pipeline start
 2026-01-23 16:57 UTC  (2+ messages)

[PATCH 0/4] staging: rtl8723bs: coding style and refactoring cleanups
 2026-01-23 13:37 UTC  (6+ messages)
` [PATCH 2/4] staging: rtl8723bs: simplify boolean expressions
` [PATCH 3/4] staging: rtl8723bs: rename CamelCase identifiers to snake_case

[PATCH] staging: rtl8723bs: fix coding style issues in rtw_mlme.c
 2026-01-23  9:57 UTC  (5+ messages)
  ` [PATCH v2 0/2] staging: rtl8723bs: fix coding style and logic "
    ` [PATCH v2 1/2] staging: rtl8723bs: remove unnecessary boolean comparisons and whitespaces
    ` [PATCH v2 2/2] staging: rtl8723bs: remove redundant else after break

[PATCH v1] staging: most: dim2: replace macro with static inline function
 2026-01-23  9:02 UTC  (2+ messages)

[PATCH v6 0/2] staging: rtl8723bs: Fix error handling in _rtw_pktfile_read()
 2026-01-23  7:26 UTC  (5+ messages)
` [PATCH v6 1/2] staging: rtl8723bs: update _rtw_pktfile_read() to return error codes
` [PATCH v6 2/2] staging: rtl8723bs: clean up _rtw_pktfile_read()

[PATCH] staging: iio: impedance-analyzer: ad5933: use div64_ul() instead of do_div()
 2026-01-22 18:03 UTC  (4+ messages)

[PATCH v4 0/3] staging: rtl8723bs: coding style and refactoring cleanups
 2026-01-22 16:47 UTC  (4+ messages)
` [PATCH v4 1/3] staging: rtl8723bs: simplify boolean expressions
` [PATCH v4 2/3] staging: rtl8723bs: rename LinkDetectInfo and clean up related code
` [PATCH v4 3/3] staging: rtl8723bs: fix line length and alignment issues

[PATCH v5 1/3] staging: rtl8723bs: change return type of _rtw_pktfile_read to int
 2026-01-22 15:31 UTC  (2+ messages)

[PATCH v5 1/3] staging: rtl8723bs: change return type of _rtw_pktfile_read to int
 2026-01-22 14:35 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: use kzalloc directly in _rtw_zmalloc
 2026-01-22  6:20 UTC  (3+ messages)

[PATCH v5 0/3] staging: rtl8723bs: improve error handling in _rtw_pktfile_read
 2026-01-22  5:57 UTC  (6+ messages)
` [PATCH v5 1/3] staging: rtl8723bs: change return type of _rtw_pktfile_read to int
` [PATCH v5 2/3] staging: rtl8723bs: update callers to handle negative error codes
` [PATCH v5 3/3] staging: rtl8723bs: prevent partial reads in _rtw_pktfile_read

[PATCH v5 0/3] staging: rtl8723bs: improve error handling in _rtw_pktfile_read
 2026-01-22  4:14 UTC 

[PATCH v8 1/2] staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=n
 2026-01-22  3:16 UTC  (2+ messages)
` [PATCH v8 2/2] staging: fbtft: Make framebuffer registration message debug-only

[PATCH] [rtl8723bs] Remove unnecessary atomic operations for continual_io_error
 2026-01-21 13:27 UTC  (11+ messages)
  ` [PATCH v2 1/2] rtl8723bs: Refactor continual_io_error check
    ` [PATCH v2 2/2] rtl8723bs: Replace atomic ops with normal vars

[PATCH v4] staging: rtl8723bs: fix unchecked return value of skb_copy_bits
 2026-01-21  5:05 UTC  (2+ messages)

[PATCH RESEND v2 0/5] media: staging: media: imx6-mipi-csi2: trivial cleanup to prepare convert to common dw mipi csi2
 2026-01-21  2:17 UTC  (11+ 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 v7 1/2] staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=n
 2026-01-21  2:15 UTC  (5+ messages)
` [PATCH v7 2/2] staging: fbtft: Make framebuffer registration message debug-only

[PATCH v3] staging: rtl8723bs: fix unchecked return value of skb_copy_bits
 2026-01-20 17:06 UTC 

[PATCH v3] staging: rtl8723bs: fix unchecked return value of skb_copy_bits
 2026-01-20 17:04 UTC 

[PATCH v3] staging: rtl8723bs: fix unchecked return value of skb_copy_bits
 2026-01-20 16:17 UTC  (3+ messages)

[PATCH v2] staging: rtl8723bs: fix unchecked return value of skb_copy_bits
 2026-01-20 14:57 UTC  (7+ messages)

[PATCH] staging: rtl8723bs: fix unchecked return value of skb_copy_bits
 2026-01-20 12:59 UTC 

[PATCH] staging: greybus: audio: Limit scope of jack-related variables
 2026-01-20  7:09 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix unchecked return value of skb_copy_bits
 2026-01-20  7:06 UTC  (2+ messages)

[PATCH v2] staging/rtl8723bs: remove unused variable warning
 2026-01-20  6:43 UTC  (2+ messages)

[PATCH 0/1] staging: greybus: fw-core: use %pe for error printing
 2026-01-19 10:25 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v6] staging: octeon: Remove port status typedefs
 2026-01-19  6:50 UTC  (4+ messages)

[PATCH] staging: vme_user: fix missing blank line after declarations
 2026-01-18 19:24 UTC  (2+ messages)

[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  (7+ messages)
` [PATCH v2 1/2] media: dt-bindings: Drop starfive,jh7110-camss from staging

[PATCH 00/10] staging: rtl8723bs: HAL coding style cleanup
 2026-01-17 15:29 UTC  (6+ messages)
` [PATCH 03/10] staging: rtl8723bs: Fix style and formatting in HalHWImg8723B_MAC.c
` [PATCH 06/10] staging: rtl8723bs: Fix parenthesis and blank line issues in HalHWImg8723B_BB.c

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

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

[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  (10+ messages)
` [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  (4+ messages)
` [PATCH 1/3] staging: rtl8723bs: fix spacing around operators

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


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