public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-24 23:16:37 to 2026-01-30 12:50:07 UTC [more...]

[PATCH v6 00/15] tegra-video: add CSI support for Tegra20 and Tegra30
 2026-01-30 12:49 UTC  (11+ messages)
` [PATCH v6 01/15] staging: media: tegra-video: expand VI and VIP support to Tegra30
` [PATCH v6 02/15] staging: media: tegra-video: vi: adjust get_selection operation check
` [PATCH v6 03/15] staging: media: tegra-video: vi: add flip controls only if no source controls are provided
` [PATCH v6 04/15] staging: media: tegra-video: csi: move CSI helpers to header
` [PATCH v6 05/15] gpu: host1x: convert MIPI to use operation function pointers
` [PATCH v6 06/15] staging: media: tegra-video: vi: improve logic of source requesting
` [PATCH v6 07/15] staging: media: tegra-video: csi: move avdd-dsi-csi-supply from VI to CSI
` [PATCH v6 08/15] staging: media: tegra-video: tegra20: set correct maximum width and height
` [PATCH v6 09/15] staging: media: tegra-video: tegra20: add support for second output of VI
` [PATCH v6 10/15] staging: media: tegra-video: tegra20: adjust format align calculations

[PATCH] staging: rtl8723bs: refactor BSS Coexistence channel report logic
 2026-01-30  9:46 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH v2] staging: rtl8723bs: Fix potential race in expire_timeout_chk
 2026-01-30  9:07 UTC  (4+ messages)
` [PATCH v3] staging: rtl8723bs: fix "

[PATCH v3] staging: rtl8723bs: remove unused private debug counters
 2026-01-30  8:58 UTC  (2+ messages)

[PATCH v4 0/5] staging: rtl8723bs: coding style and security fixes
 2026-01-30  8:44 UTC  (7+ messages)
` [PATCH v4 1/5] staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie
` [PATCH v4 2/5] staging: rtl8723bs: rename u1bTmp to val
` [PATCH v4 3/5] staging: rtl8723bs: fix spacing around operators
` [PATCH v4 4/5] staging: rtl8723bs: modernize hex output in rtw_report_sec_ie
` [PATCH v4 5/5] staging: rtl8723bs: remove dead debugging code in rtw_mlme_ext.c

[PATCH] cedrus: Convert bitfield macros to FIELD_PREP for clarity
 2026-01-30  7:51 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: use unaligned access macros in rtw_security.c
 2026-01-30  7:51 UTC 

[PATCH] staging: rtw_mlme_ext: remove hardcoded dead debug code
 2026-01-30  6:29 UTC 

[PATCH v2 0/5] staging: rtl8723bs: Cleanups and security fix
 2026-01-30  5:56 UTC  (9+ 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 v3 0/3] staging: rtl8723bs: fix error handling and memory leaks
 2026-01-30  0:16 UTC  (4+ messages)
` [PATCH v3 1/3] staging: rtl8723bs: fix firmware memory leak on error
` [PATCH v3 2/3] staging: rtl8723bs: fix memory leak in rtw_cfg80211_inform_bss()
` [PATCH v3 3/3] staging: rtl8723bs: remove thread wraper functions and add IS_ERR() check

[PATCH] staging: rtl8723bs: remove unnecessary parentheses
 2026-01-29 22:17 UTC 

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

[PATCH] staging: rtl8723bs: remove redundant check on status
 2026-01-29 16:10 UTC 

[PATCH v3 0/5] staging: rtl8723bs: fix line length and style issues
 2026-01-29 16:04 UTC  (6+ 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 5/5] staging: rtl8723bs: standardize comment style in HAL

[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 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: 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  (4+ 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 v4 0/3] staging: rtl8723bs: coding style and refactoring cleanups
 2026-01-27 14:41 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v6 1/2] staging: rtl8723bs: update _rtw_pktfile_read() to return error codes

[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 v4 0/2] staging: rtl8723bs: cleanup and indentation refactoring
 2026-01-25 23:20 UTC  (7+ messages)
` [PATCH v5 0/7] staging: rtl8723bs: cleanup and refactorcleanup "
  ` [PATCH v5 1/7] staging: rtl8723bs: use continue statements to reduce indentation
  ` [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 


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