Linux kernel staging patches
 help / color / mirror / Atom feed
 messages from 2021-04-27 16:09:56 to 2021-04-30 14:57:08 UTC [more...]

[PATCH v3 00/43] staging: rtl8723bs: clean up driver from private debug facilities
 2021-04-30 14:56 UTC 

[PATCH 00/43] staging: rtl8723bs: clean up driver from private debug facilities
 2021-04-30 14:54 UTC  (48+ messages)
` [PATCH 01/43] staging: rtl8723bs: remove ODM_RT_TRACE logs
` [PATCH 02/43] staging: rlt8723bs: remove if-else blocks left empty by ODM_RT_TRACE deletion
` [PATCH 03/43] staging: rtl8723bs: remove empty functions
` [PATCH 04/43] staging: rtl8723bs: remove empty .c source file
` [PATCH 05/43] staging: rtl8723bs: remove undefined function prototypes
` [PATCH 06/43] staging: rtl8723bs: remove empty header file
` [PATCH 07/43] staging: rtl8723bs: remove ODM_RT_TRACE* unused macro defs
` [PATCH 08/43] staging: rtl8723bs: remove all commented out ODM_RT_TRACE logs
` [PATCH 09/43] staging: rtl8723bs: replace ODM_RT_ASSERT with netdev_dbg()
` [PATCH 10/43] staging: rtl8723bs: remove unused ODM_RT_ASSERT macro
` [PATCH 11/43] staging: rtl8723bs: remove unused ODM_PRINT_ADDR macro
` [PATCH 12/43] staging: rtl8723bs: remove unused ODM_dbg_trace macro
` [PATCH 13/43] staging: rtl8723bs: remove unused ODM_dbg_enter
` [PATCH 14/43] staging: rtl8723bs: remove unused ODM_dbg_exit macro
` [PATCH 15/43] staging: rtl8723bs: remove empty ifdef block
` [PATCH 16/43] staging: rtl8723bs: remove unused ASSERT macro
` [PATCH 17/43] staging: rtl8723bs: remove empty #ifndef block
` [PATCH 18/43] staging: rtl8723bs: remove commented out RT_ASSERT occurrences
` [PATCH 19/43] staging: rtl8723bs: remove unused RT_PRINTK macro
` [PATCH 20/43] staging: rtl8723bs: remove BTC_PRINT logs
` [PATCH 21/43] staging: rtl8723bs: remove empty if-else blocks after BTC_PRINT removal
` [PATCH 22/43] staging: rtl8723bs: remove braces around single statement in if block
` [PATCH 23/43] staging: rtl8723bs: remove commented out BTC_PRINT logs
` [PATCH 24/43] staging: rtl8723bs: remove BTC_PRINT macro definitions
` [PATCH 25/43] staging: rtl8723bs: remove BTC_PRINT_ADDR "
` [PATCH 26/43] staging: rtl8723bs: remove BTC_PRINT_DATA definitions
` [PATCH 27/43] staging: rtl8723bs: remove BTC_PRINT_F macro definition
` [PATCH 28/43] staging: rtl8723bs: remove empty #ifdef block
` [PATCH 29/43] staging: rtl8723bs: remove unsed hal_btcoex_SetDBG() function
` [PATCH 30/43] staging: rtl8723bs: remove hal_btcoex_GetDBG() function
` [PATCH 31/43] staging: rtl8723bs: remove unnecessary halbtcoutsrc_DbgInit() function
` [PATCH 32/43] staging: rtl8723bs: remove obsolete GLBtcDbgType array declarations
` [PATCH 33/43] staging: rtl8723bs: remove unused enum
` [PATCH 34/43] staging: rtl8723bs: remove obsolete debug macros
` [PATCH 35/43] staging: rtl8723bs: remove commented out DbgPrint logs
` [PATCH 36/43] staging: rtl8723bs: remove unused DbgPrint macro
` [PATCH 37/43] staging: rtl8723bs: remove commented out *RT_DISP logs
` [PATCH 38/43] staging: rtl8723bs: remove RT_DISP macro definition
` [PATCH 39/43] staging: rtl8723bs: remove ODM_InitDebugSetting() function
` [PATCH 40/43] staging: rtl8723bs: remove empty file
` [PATCH 41/43] staging: rtl8723bs: remove member in dm_odm_t struct
` [PATCH 42/43] staging: rtl8723bs: remove DebugLevel "
` [PATCH 43/43] staging: rtl8723bs: remove odm_debug.h header file

[PATCH v2 00/43] staging: rtl8723bs: clean up driver from private debug facilities
 2021-04-30 14:44 UTC  (44+ messages)
` [PATCH v2 01/43] staging: rtl8723bs: remove ODM_RT_TRACE logs
` [PATCH v2 02/43] staging: rlt8723bs: remove if-else blocks left empty by ODM_RT_TRACE deletion
` [PATCH v2 03/43] staging: rtl8723bs: remove empty functions
` [PATCH v2 04/43] staging: rtl8723bs: remove empty hal/odm_PathDiv.c source file
` [PATCH v2 05/43] staging: rtl8723bs: remove undefined function prototypes
` [PATCH v2 06/43] staging: rtl8723bs: remove empty header file
` [PATCH v2 07/43] staging: rtl8723bs: remove ODM_RT_TRACE* unused macro defs
` [PATCH v2 08/43] staging: rtl8723bs: remove all commented out ODM_RT_TRACE logs
` [PATCH v2 09/43] staging: rtl8723bs: replace ODM_RT_ASSERT with netdev_dbg()
` [PATCH v2 10/43] staging: rtl8723bs: remove unused ODM_RT_ASSERT macro
` [PATCH v2 11/43] staging: rtl8723bs: remove unused ODM_PRINT_ADDR macro
` [PATCH v2 12/43] staging: rtl8723bs: remove unused ODM_dbg_trace macro
` [PATCH v2 13/43] staging: rtl8723bs: remove unused ODM_dbg_enter
` [PATCH v2 14/43] staging: rtl8723bs: remove unused ODM_dbg_exit macro
` [PATCH v2 15/43] staging: rtl8723bs: remove empty ifdef block
` [PATCH v2 16/43] staging: rtl8723bs: remove unused ASSERT macro
` [PATCH v2 17/43] staging: rtl8723bs: remove empty #ifndef block
` [PATCH v2 18/43] staging: rtl8723bs: remove commented out RT_ASSERT occurrences
` [PATCH v2 19/43] staging: rtl8723bs: remove unused RT_PRINTK macro
` [PATCH v2 20/43] staging: rtl8723bs: remove BTC_PRINT logs
` [PATCH v2 21/43] staging: rtl8723bs: remove empty if-else blocks after BTC_PRINT removal
` [PATCH v2 22/43] staging: rtl8723bs: remove braces around single statement in if block
` [PATCH v2 23/43] staging: rtl8723bs: remove commented out BTC_PRINT logs
` [PATCH v2 24/43] staging: rtl8723bs: remove BTC_PRINT macro definitions
` [PATCH v2 25/43] staging: rtl8723bs: remove BTC_PRINT_ADDR "
` [PATCH v2 26/43] staging: rtl8723bs: remove BTC_PRINT_DATA definitions
` [PATCH v2 27/43] staging: rtl8723bs: remove BTC_PRINT_F macro definition
` [PATCH v2 28/43] staging: rtl8723bs: remove empty #ifdef block
` [PATCH v2 29/43] staging: rtl8723bs: remove unsed hal_btcoex_SetDBG() function
` [PATCH v2 30/43] staging: rtl8723bs: remove hal_btcoex_GetDBG() function
` [PATCH v2 31/43] staging: rtl8723bs: remove unnecessary halbtcoutsrc_DbgInit() function
` [PATCH v2 32/43] staging: rtl8723bs: remove obsolete GLBtcDbgType array declarations
` [PATCH v2 33/43] staging: rtl8723bs: remove unused enum
` [PATCH v2 34/43] staging: rtl8723bs: remove obsolete debug macros
` [PATCH v2 35/43] staging: rtl8723bs: remove commented out DbgPrint logs
` [PATCH v2 36/43] staging: rtl8723bs: remove unused DbgPrint macro
` [PATCH v2 37/43] staging: rtl8723bs: remove commented out *RT_DISP logs
` [PATCH v2 38/43] staging: rtl8723bs: remove RT_DISP macro definition
` [PATCH v2 39/43] staging: rtl8723bs: remove ODM_InitDebugSetting() function
` [PATCH v2 40/43] staging: rtl8723bs: remove empty hal/odm_debug.c file
` [PATCH v2 41/43] staging: rtl8723bs: remove member in dm_odm_t struct
` [PATCH v2 42/43] staging: rtl8723bs: remove DebugLevel "
` [PATCH v2 43/43] staging: rtl8723bs: remove odm_debug.h header file

[PATCH net-next 0/4] MT7530 interrupt support
 2021-04-30 13:13 UTC  (20+ messages)
` [PATCH net-next 1/4] net: phy: add MediaTek PHY driver
` [PATCH net-next 2/4] net: dsa: mt7530: add interrupt support
` [PATCH net-next 3/4] dt-bindings: net: dsa: add MT7530 interrupt controller binding
` [PATCH net-next 4/4] staging: mt7621-dts: enable MT7530 interrupt controller
      ` Aw: Re: [PATCH net-next 0/4] MT7530 interrupt support
        `  "
          ` Aw: "
            `  "

[PATCH] staging: rtl8192e: replace comparison to NULL by bool
 2021-04-30 12:56 UTC 

[PATCH v4 3/9] staging: media: atomisp: remove unnecessary braces
 2021-04-30 12:29 UTC  (13+ messages)
` [PATCH v4 4/9] staging: media: atomisp: use __func__ over function names
` [PATCH v4 5/9] staging: media: atomisp: reformat code comment blocks
` [PATCH v4 6/9] staging: media: atomisp: fix CamelCase variable naming
` [PATCH v4 7/9] staging: media: atomisp: replace raw pr_*() by dev_dbg()
` [PATCH v4 8/9] staging: media: atomisp: remove unnecessary pr_info calls
` [PATCH v4 9/9] staging: media: atomisp: remove unwanted dev_*() calls

[PATCH] staging: rtl8192e: remove unnecesasry ftrace-like logging
 2021-04-30 12:28 UTC 

[Outreachy kernel] [PATCH v2 0/2] Remove set but unused variables
 2021-04-30 11:42 UTC  (4+ messages)
` [Outreachy kernel] [PATCH v2 1/2] staging: rtl8723bs: hal: "
` [Outreachy kernel] [PATCH v2 2/2] staging: rtl8723bs: core: Remove set but unused variable

[PATCH] Staging: media: atomisp: pci: fixed a curly bracket coding style issue
 2021-04-30  7:55 UTC  (3+ messages)

[PATCH v4 0/9] staging: media: atomisp: code cleanup fixes
 2021-04-30  6:43 UTC  (3+ messages)
` [PATCH v4 2/9] staging: media: atomisp: balance braces around if...else block

[PATCH] staging: rtl8723bs: Change the return type
 2021-04-29 22:27 UTC  (2+ messages)

code clean up confirmation => staging: media: atomisp: pci driver
 2021-04-29 22:12 UTC  (3+ messages)

[PATCH v3 0/4] staging: fbtft: Fixing GPIO handling issues
 2021-04-29 16:56 UTC  (8+ messages)
` [PATCH v3 1/4] staging: fbtft: Rectify GPIO handling
` [PATCH v3 2/4] staging: fbtft: Replace custom ->reset() with generic one
` [PATCH v3 3/4] staging: fbtft: Don't spam logs when probe is deferred
` [PATCH v3 4/4] staging: fbtft: Update TODO

[PATCH] media: hevc: Fix dependent slice segment flags
 2021-04-29 14:51 UTC  (2+ messages)

[Outreachy kernel] [PATCH 0/2] Removed set but unused variables
 2021-04-29 14:35 UTC  (16+ messages)
` [Outreachy kernel] [PATCH 1/2] staging: rtl8723bs: hal: Remove "
` [Outreachy kernel] [PATCH 2/2] staging: rtl8723bs: core: Removed set but unused variable

[PATCH v1 0/6] staging: media: atomisp: code cleanup fixes
 2021-04-29 12:54 UTC  (7+ messages)
` [PATCH v1 4/6] staging: media: atomisp: reformat code comment blocks

[PATCH] Staging: rtl8723bs: rtw_xmit: fixed tabbing issue
 2021-04-29  9:08 UTC  (2+ messages)

[PATCH] staging: rtl8712: Use list iterators and helpers
 2021-04-28 17:35 UTC 

[PATCH] staging: rtl8723bs: Use list iterators and helpers
 2021-04-28 17:33 UTC 

[PATCH] staging: rtl8188eu: Use list iterators and helpers
 2021-04-28 16:35 UTC 

[PATCH] staging: rtl8723bs: core: remove unneeded variable
 2021-04-28 15:40 UTC 

[PATCH] staging: rtl8192u: fix typos in comments
 2021-04-28 14:17 UTC 

[PATCH RESEND v3 0/6] staging: media: atomisp: code cleanup fixes
 2021-04-28 13:49 UTC  (6+ messages)
` [PATCH RESEND v3 1/6] staging: media: atomisp: improve function argument alignment
` [PATCH RESEND v3 3/6] staging: media: atomisp: use __func__ over function names

[PATCH 00/49] staging: rtl8723bs: remove all remaining debug macros in rtw_debug.h
 2021-04-28  9:47 UTC  (6+ messages)
` [PATCH 02/49] staging: rtl8723bs: replace DBG_871X_SEL log macro with netdev_dbg()

[PATCH net-next v4 0/2] of: net: support non-platform devices in of_get_mac_address()
 2021-04-28  8:09 UTC  (8+ messages)
` [PATCH net-next v4 2/2] of: net: fix of_get_mac_addr_nvmem() for non-platform devices

[PATCH 0/6] staging: media: atomisp: code cleanup fixes
 2021-04-28  7:53 UTC  (4+ messages)
` [PATCH 4/6] staging: media: atomisp: reformat code comment blocks

[PATCH 0/2] staging: rtl8723bs: remove unnecessary hex dump logs
 2021-04-28  7:28 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: remove unnecessary hex dumps
` [PATCH 2/2] staging: rtl8723bs: remove unused macro DRIVER_PREFIX

[PATCH v2] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces)
 2021-04-28  6:02 UTC  (3+ messages)

[PATCH v2] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces)
 2021-04-27 18:03 UTC 

[PATCH] media: atomisp: pci: remove unneeded variable 'err'
 2021-04-28  4:54 UTC  (3+ messages)
  ` [PATCH] media: atomisp: pci: remove unneeded variable 'err'akari.ailus@linux.intel.com,

[PATCH] staging: rtl8723bs: os_dep: remove multiple return
 2021-04-27 19:45 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: os_dep: remove unneeded variable ret
 2021-04-27 19:11 UTC  (3+ messages)

[PATCH] staging: mt7621-pci: fix a multiple assignment code style issue
 2021-04-27 18:09 UTC  (3+ messages)

[PATCH v2] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces)
 2021-04-27 17:22 UTC 

[PATCH v2] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces) warningJoe Perches <joe@perches.com>,
 2021-04-27 16:09 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).