public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-22 16:48:26 to 2026-01-29 16:04:40 UTC [more...]

[PATCH v3 0/5] staging: rtl8723bs: fix line length and style issues
 2026-01-29 16:04 UTC  (5+ messages)
` [PATCH v3 1/5] staging: rtl8723bs: fix open parenthesis alignment
` [PATCH v3 2/5] staging: rtl8723bs: fix multiple blank line check
` [PATCH v3 3/5] staging: rtl8723bs: fix missing blank line after declaration
` [PATCH v3 4/5] staging: rtl8723bs: fix line length check

[PATCH v3 0/5] staging: rtl8723bs: Cleanups and OOB read fix
 2026-01-29 15:56 UTC  (6+ messages)
` [PATCH v3 1/5] staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie
` [PATCH v3 2/5] staging: rtl8723bs: rename u1bTmp to val
` [PATCH v3 3/5] staging: rtl8723bs: fix spacing around operators
` [PATCH v3 4/5] staging: rtl8723bs: modernize hex output in rtw_report_sec_ie
` [PATCH v3 5/5] staging: rtl8723bs: remove dead debugging code in rtw_mlme_ext.c

[PATCH] staging: rtl8723bs: use usleep_range over msleep for short delays
 2026-01-29 14:56 UTC 

[PATCH] staging: rtl8723bs: refactor BSS Coexistence channel report logic
 2026-01-29 14:14 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH v2 0/5] staging: rtl8723bs: Cleanups and security fix
 2026-01-29 14:13 UTC  (7+ messages)
` [PATCH v2 1/5] staging: rtl8723bs: rename u1bTmp to val
` [PATCH v2 2/5] staging: rtl8723bs: fix spacing around operators
` [PATCH v2 3/5] staging: rtl8723bs: modernize hex output in rtw_report_sec_ie
` [PATCH v2 4/5] staging: rtl8723bs: fix out-of-bounds check in rtw_restruct_wmm_ie
` [PATCH v2 5/5] staging: rtl8723bs: remove dead debugging code in rtw_mlme_ext.c

[PATCH v2] staging: rtl8723bs: Fix potential race in expire_timeout_chk
 2026-01-29 12:33 UTC  (3+ messages)
` [PATCH v3] staging: rtl8723bs: fix "

[PATCH v5] fbtft: limit dirty rows based on damage range
 2026-01-29 10:59 UTC  (4+ messages)

[PATCH] staging: fbtft: use guard() to simplify code
 2026-01-29  9:18 UTC  (4+ messages)

[PATCH v8 1/2] staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=n
 2026-01-29  8:36 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: replace magic -2 error codes with proper errno
 2026-01-29  7:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] staging: rtl8723bs: fix checkpatch warnings in os_dep/osdep_service.c
 2026-01-29  7:20 UTC  (2+ messages)

[PATCH 1/3] staging: rtl8723bs: rename u1bTmp to val
 2026-01-29  7:18 UTC  (5+ messages)
` [PATCH 2/3] staging: rtl8723bs: modernize hex output and WMM check
` [PATCH 3/3] staging: rtl8723bs: remove dead debugging code in rtw_mlme_ext.c

[PATCH v3 0/4] staging: rtl8723bs: remove memory allocation wrappers
 2026-01-28 22:04 UTC  (9+ messages)
` [PATCH v3 1/4] staging: rtl8723bs: replace _rtw_malloc with kmalloc
` [PATCH v3 2/4] staging: rtl8723bs: replace rtw_zmalloc with kzalloc
` [PATCH v3 3/4] staging: rtl8723bs: replace skb allocation wrappers and fix build
` [PATCH v3 4/4] staging: rtl8723bs: remove unused allocation wrapper functions

[PATCH] staging: rtl8723bs: constify _action_public_str array
 2026-01-28 20:15 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: rename add_RATid to add_rat_id
 2026-01-28 18:13 UTC 

[PATCH v2] staging: media: av7110: remove dead code
 2026-01-28 17:56 UTC 

[PATCH] fbtft: Improve damage_range to mark only changed rows
 2026-01-28 17:05 UTC  (3+ messages)

[PATCH] staging: media: ipu3: fix function argument alignment
 2026-01-28 16:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] staging: media: av7110: cleanup sleep timers and dead code
 2026-01-28 16:10 UTC  (5+ messages)
  ` [PATCH] staging: media: av7110: refactor sleep timers

[PATCH v2 0/4] staging: rtl8723bs: fix remaining checkpatch.pl
 2026-01-28 16:09 UTC  (4+ messages)
` [PATCH v2 4/4] staging: rtl8723bs: fix line length check

[PATCH] staging: rtl8723bs: remove unnecessary braces
 2026-01-28 15:44 UTC 

[PATCH v4] fbtft: Improve damage_range to mark only changed rows Instead of marking the entire display as dirty, calculate start_row and end_row based on off/len and mark only those rows. This improves performance for partial framebuffer updates
 2026-01-28 14:44 UTC  (2+ messages)

[PATCH] fbtft: Improve damage_range to mark only changed rows
 2026-01-28 13:26 UTC  (3+ messages)

[PATCH v2 0/4] staging: rtl8723bs: remove unused diagnostic
 2026-01-28 13:23 UTC  (8+ messages)
` [PATCH v2 1/4] staging: rtl8723bs: remove dead RX info reset logic
` [PATCH v2 2/4] staging: rtl8723bs: remove dead RX FIFO overflow logic
` [PATCH v2 3/4] staging: rtl8723bs: remove dead RX sequence logic
` [PATCH v2 4/4] staging: rtl8723bs: remove unused struct debug_priv and all counters

[PATCH v1 0/3] staging: rtl8723bs: remove unused diagnostic
 2026-01-28 13:17 UTC  (6+ messages)
` [PATCH v1 1/3] staging: rtl8723bs: remove dead RX info reset logic
` [PATCH v1 2/3] staging: rtl8723bs: remove dead RX sequence logic
` [PATCH v1 3/3] staging: rtl8723bs: remove unused struct debug_priv and all counters

[PATCH v5 0/3] staging: rtl8723bs: coding style and refactoring cleanups
 2026-01-28 13:05 UTC  (5+ messages)
` [PATCH v5 1/3] staging: rtl8723bs: simplify boolean expressions
` [PATCH v5 2/3] staging: rtl8723bs: rename LinkDetectInfo and clean up related code
` [PATCH v5 3/3] staging: rtl8723bs: fix line length and alignment issues

[PATCH v2] staging: sm750fb: replace magic number with jiffies timeout
 2026-01-28 11:55 UTC  (2+ messages)

[PATCH] staging: sm750fb: replace magic number with defined constant
 2026-01-28 11:46 UTC  (3+ messages)

[RFC PATCH] staging: rtl8723bs: fix potential race in expire_timeout_chk
 2026-01-28 11:38 UTC  (4+ messages)

[PATCH v2] staging: sm750fb: make fix_id array fully const
 2026-01-28 10:31 UTC  (5+ messages)
` [PATCH v2] staging: sm750fb: replace magic number with jiffies timeout

[PATCH] fbtft: Improve damage_range to mark only changed rows
 2026-01-28  9:57 UTC  (2+ messages)

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

[PATCH v8 0/2] staging: rtl8723bs: Fix error handling in _rtw_pktfile_read()
 2026-01-27 15:38 UTC  (3+ messages)
` [PATCH v8 1/2] staging: rtl8723bs: update _rtw_pktfile_read() to return error codes
` [PATCH v8 2/2] staging: rtl8723bs: clean up _rtw_pktfile_read()

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

[PATCH] staging: sm750fb: make fixId array const
 2026-01-27 14:49 UTC  (2+ messages)

[PATCH v7 0/2] staging: rtl8723bs: Fix error handling in _rtw_pktfile_read()
 2026-01-27 14:48 UTC  (4+ 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] staging: rtl8723bs: Remove wrapper functions in osdep_service
 2026-01-27 14:44 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix coding style issues in rtw_mlme.c
 2026-01-27 14:42 UTC  (6+ 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 v4 0/3] staging: rtl8723bs: coding style and refactoring cleanups
 2026-01-27 14:41 UTC  (3+ messages)
` [PATCH v4 3/3] staging: rtl8723bs: fix line length and alignment issues

[PATCH 1/5] staging: rtl8723bs: core/rtw_mlme_ext.c: refactor security IE parsing in OnAssocReq
 2026-01-27 14:39 UTC  (6+ messages)
` [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 v6 0/2] staging: rtl8723bs: Fix error handling in _rtw_pktfile_read()
 2026-01-27 14:35 UTC  (6+ 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: rtl8723bs: Remove trailing whitespace and parentheses in rtw_mlme.c
 2026-01-27 14:09 UTC  (2+ messages)

[PATCH] staging: sm750fb: rename initParm to init_parm
 2026-01-27 12:11 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  (7+ messages)
` [PATCH RESEND v8 17/21] media: i2c: maxim-serdes: add MAX9296A driver

[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 uint with unsigned int
 2026-01-25 18:59 UTC 

[PATCH] staging: greybus: remove completed GPIO conversion task from TODO
 2026-01-24 17: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  (4+ messages)
` [PATCH 2/4] staging: rtl8723bs: simplify boolean expressions

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

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


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