public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-28 14:10:13 to 2026-02-02 09:04:01 UTC [more...]

[PATCH] staging: rtl8723bs: refactor ODM_SetIQCbyRFpath to reduce duplication
 2026-02-02  9:03 UTC  (3+ messages)

[PATCH] staging: sm750fb: make g_fbmode array const
 2026-02-02  9:02 UTC  (3+ messages)

[PATCH v1] staging: rtl8723bs: fix null dereference in find_network
 2026-02-02  8:38 UTC  (3+ messages)

[PATCH v1 0/5] staging: rtl8723bs: code cleanup and style fixes
 2026-02-02  8:36 UTC  (9+ messages)
` [PATCH v1 1/5] staging: rtl8723bs: remove unused code for other Realtek chips
` [PATCH v1 2/5] staging: rtl8723bs: convert PSTA_INFO_T to struct sta_info *
` [PATCH v1 3/5] staging: rtl8723bs: remove NDIS type aliases
` [PATCH v1 4/5] staging: rtl8723bs: remove redundant MAC_ARG macro
` [PATCH v1 5/5] staging: rtl8723bs: fix LONG_LINE warnings across C files

[PATCH v5] staging: rtl8723bs: remove unused private debug counters
 2026-02-02  8:35 UTC  (2+ messages)

[PATCH v3 0/2] staging: axis-fifo: refactor and cleanup
 2026-02-02  8:32 UTC  (4+ messages)
` [PATCH v3 1/2] staging: axis-fifo: align fifo depth types with OF API
` [PATCH v3 2/2] staging: axis-fifo: refactor device tree parsing

[PATCH] staging: rtl8723bs: fix whitespace issues in hal_com.c
 2026-02-02  7:08 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: use unaligned access macros in rtw_security.c
 2026-02-02  3:43 UTC  (2+ messages)

[PATCH v6 00/15] tegra-video: add CSI support for Tegra20 and Tegra30
 2026-02-02  2:04 UTC  (17+ 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 v6 11/15] staging: media: tegra-video: tegra20: set VI HW revision
` [PATCH v6 12/15] staging: media: tegra-video: tegra20: increase maximum VI clock frequency
` [PATCH v6 13/15] staging: media: tegra-video: tegra20: expand format support with RAW8/10 and YUV422/YUV420p 1X16
` [PATCH v6 14/15] staging: media: tegra-video: tegra20: adjust luma buffer stride
` [PATCH v6 15/15] staging: media: tegra-video: add CSI support for Tegra20 and Tegra30

[PATCH] staging: media: atomisp: remove functions doing ftrace like logging
 2026-02-01 14:24 UTC 

[PATCH v2] media: atomisp: Fix memory leak in atomisp_fixed_pattern_table()
 2026-02-01 13:59 UTC 

[PATCH] media: atomisp: Fix memory leak in atomisp_fixed_pattern_table()
 2026-02-01 12:43 UTC  (3+ messages)

[PATCH v6 0/4] staging: rtl8723bs: coding style and refactoring cleanups
 2026-02-01 11:38 UTC  (5+ messages)
` [PATCH v6 1/4] staging: rtl8723bs: rename LinkDetectInfo and clean up related code
` [PATCH v6 2/4] staging: rtl8723bs: convert traffic status variables to bool
` [PATCH v6 3/4] staging: rtl8723bs: simplify boolean expressions
` [PATCH v6 4/4] staging: rtl8723bs: fix line length and alignment issues

[PATCH v2] staging: rtl8723bs: replace ternary comparison with min_t()
 2026-01-31 22:58 UTC  (6+ messages)

[PATCH 1/5] staging: rtl8723bs: core/rtw_mlme_ext.c: refactor security IE parsing in OnAssocReq
 2026-01-31 22:10 UTC  (6+ messages)
` [PATCH 5/5] staging: rtl8723bs: core/rtw_mlme_ext.c: initialize copy_len, clearing later control-flow

[PATCH v4 0/4] remove memory allocation wrappers
 2026-01-31 19:30 UTC  (5+ messages)
` [PATCH v4 1/4] staging: rtl8723bs: replace rtw_malloc() with kmalloc()
` [PATCH v4 2/4] staging: rtl8723bs: replace rtw_zmalloc() with kzalloc()
` [PATCH v4 3/4] staging: rtl8723bs: replace skb allocation, copy wrappers
` [PATCH v4 4/4] staging: rtl8723bs: remove unused allocation wrapper functions

[PATCH 0/2] correct macro issues
 2026-01-31 19:12 UTC  (6+ messages)
` [PATCH 1/2] staging: iio: adt7316: remove unused macros
` [PATCH 2/2] staging: iio: adt7316: convert magic numbers to BIT() and GENMASK()

[PATCH v4] staging: rtl8723bs: fix potential race in expire_timeout_chk
 2026-01-31 17:43 UTC  (2+ messages)

[PATCH v2] staging: axis-fifo: refactor device tree parsing
 2026-01-31 17:41 UTC  (2+ messages)

[PATCH] staging: axis-fifo: refactor device tree parsing
 2026-01-31 14:58 UTC  (2+ messages)

[PATCH v5 0/5] staging: rtl8723bs: fix OOB read and perform
 2026-01-31 14:05 UTC  (10+ messages)
` [PATCH v5 1/5] staging: rtl8723bs: fix potential out-of-bounds
` [PATCH v5 2/5] staging: rtl8723bs: rename u1bTmp to val
` [PATCH v5 3/5] staging: rtl8723bs: fix spacing around operators
` [PATCH v5 4/5] staging: rtl8723bs: modernize hex output in
` [PATCH v5 5/5] staging: rtl8723bs: remove dead debugging code

[PATCH v4] staging: rtl8723bs: remove unused private debug counters
 2026-01-31 13:02 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove dead code in rtw_mlme_ext.c
 2026-01-31  7:15 UTC 

[PATCH 1/3] staging: rtl8723bs: rename u1bTmp to val
 2026-01-31  4:26 UTC  (6+ 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] staging: rtl8723bs: replace msleep with usleep_range for small delays
 2026-01-31  2:37 UTC  (3+ messages)

[PATCH v2] staging: rtl8723bs: remove hardcoded dead debug code
 2026-01-31  0:35 UTC  (2+ messages)

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

[PATCH v2] media: dt-bindings: fsl,imx6q-mlb150: Fix clock-names schema
 2026-01-30 17:33 UTC 

[PATCH] staging: rtw_mlme_ext: remove hardcoded dead debug code
 2026-01-30 15:30 UTC  (2+ messages)

[PATCH] dt-bindings: media: Add bindings for dim2 compatible strings
 2026-01-30 15:29 UTC  (2+ messages)

[PATCH] staging: vme_user: add identifier names to function prototypes
 2026-01-30 15:28 UTC 

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

[PATCH] staging: media: ipu3: fix function argument alignment
 2026-01-28 16:58 UTC  (2+ 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)


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