Linux kernel staging patches
 help / color / mirror / Atom feed
 messages from 2021-04-19 14:05:31 to 2021-04-24 09:03:33 UTC [more...]

[PATCH v2 00/50] staging: rtl8723bs: remove all remaining debug macros in rtw_debug.h
 2021-04-24  9:02 UTC  (35+ messages)
` [PATCH v2 01/50] staging: rtl8723bs: remove unused log function
` [PATCH v2 02/50] staging: rtl8723bs: replace DBG_871X_SEL log macro with netdev_dbg()
` [PATCH v2 03/50] staging: rtl8723bs: add two functions to improve register dump in core/rtw_debug.c
` [PATCH v2 04/50] staging: rtl8723bs: remove DBG_871X_SEL macro declaration
` [PATCH v2 05/50] staging: rtl8723bs: remove unused _DBG_871X_LEVEL macro
` [PATCH v2 06/50] staging: rtl8723bs: remove unused mac_reg_dump() function argument
` [PATCH v2 07/50] staging: rtl8723bs: remove unused bb_reg_dump() "
` [PATCH v2 08/50] staging: rtl8723bs: remove unused rf_reg_dump() "
` [PATCH v2 09/50] staging: rtl8723bs: remove unused RTW_DBGDUMP macro definition
` [PATCH v2 10/50] staging: rtl8723bs: remove all defs related to _dbgdump macro
` [PATCH v2 11/50] staging: rtl8723bs: remove unused debug variables declarations and initialization
` [PATCH v2 12/50] staging: rtl8723bs: remove unneeded header file include
` [PATCH v2 13/50] staging: rtl8723bs: remove unused debug macro definitions
` [PATCH v2 14/50] staging: rtl8723bs: remove debug macros related to core/rtw_xmit.c tracing
` [PATCH v2 15/50] staging: rtl8723bs: remove debug macros related to os_dep/xmit_linux.c tracing
` [PATCH v2 16/50] staging: rtl8723bs: remove debug macros related to core/rtw_recv.c tracing
` [PATCH v2 17/50] staging: rtl8723bs: remove debug macros related to os_dep/recv_linux.c tracing
` [PATCH v2 18/50] staging: rtl8723bs: remove debug macros related to core/rtw_mlme.c tracing
` [PATCH v2 19/50] staging: rtl8723bs: remove debug macros related to os_dep/mlme_linux.c tracing
` [PATCH v2 20/50] staging: rtl8723bs: move static array definition from header to .c file
` [PATCH v2 21/50] staging: rtl8723bs: remove debug macros related to core/rtw_mlme_ext.c tracing
` [PATCH v2 22/50] staging: rtl8723bs: remove debug macros related to core/rtw_sta_mgt.c tracing
` [PATCH v2 23/50] staging: rtl8723bs: remove debug macros related to core/rtw_cmd.c tracing
` [PATCH v2 24/50] staging: rtl8723bs: remove obsolete debug macro definitions
` [PATCH v2 25/50] staging: rtl8723bs: remove debug macros related to core/rtw_io.c tracing
` [PATCH v2 26/50] staging: rtl8723bs: remove obsolete _IO_OSDEP_C_ debug macro definition
` [PATCH v2 27/50] staging: rtl8723bs: remove debug macros related to os_dep/os_intfs.c tracing
` [PATCH v2 28/50] staging: rtl8723bs: remove debug macros related to core/rtw_security.c tracing
` [PATCH v2 29/50] staging: rtl8723bs: remove debug macros related to core/rtw_eeprom.c tracing
` [PATCH v2 30/50] staging: rtl8723bs: remove debug macros related to hal/hal_intf.c tracing
` [PATCH v2 31/50] staging: rtl8723bs: remove debug macros related to hal/sdio_halinit.c tracing
` [PATCH v2 32/50] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_C_ definition
` [PATCH v2 33/50] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_SET_C_ definition
` [PATCH v2 34/50] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_QUERY_C_ definition

[PATCH] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces) warning
 2021-04-24  8:28 UTC  (8+ messages)

[PATCH v3] staging: media: atomisp: pci: Change line break to avoid an open parenthesis at the end of the line
 2021-04-24  2:10 UTC  (8+ messages)
` [Outreachy kernel] "

[PATCH v2] staging: media: atomisp: replace [pr|dev]_info() by dev_dbg()
 2021-04-23 17:21 UTC 

[PATCH 00/49] staging: rtl8723bs: remove all remaining debug macros in rtw_debug.h
 2021-04-23 16:52 UTC  (52+ messages)
` [PATCH 01/49] staging: rtl8723bs: remove unused log function
` [PATCH 02/49] staging: rtl8723bs: replace DBG_871X_SEL log macro with netdev_dbg()
` [PATCH 03/49] staging: rtl8723bs: remove DBG_871X_SEL macro declaration
` [PATCH 04/49] staging: rtl8723bs: remove unused _DBG_871X_LEVEL macro
` [PATCH 05/49] staging: rtl8723bs: remove unused mac_reg_dump() function argument
` [PATCH 06/49] staging: rtl8723bs: remove unused bb_reg_dump() "
` [PATCH 07/49] staging: rtl8723bs: remove unused rf_reg_dump() "
` [PATCH 08/49] staging: rtl8723bs: remove unused RTW_DBGDUMP macro definition
` [PATCH 09/49] staging: rtl8723bs: remove all defs related to _dbgdump macro
` [PATCH 10/49] staging: rtl8723bs: remove unused debug variables declarations and initialization
` [PATCH 11/49] staging: rtl8723bs: remove unneeded header file
` [PATCH 12/49] staging: rtl8723bs: remove unused debug macro definitions
` [PATCH 13/49] staging: rtl8723bs: remove debug macros related to core/rtw_xmit.c tracing
` [PATCH 14/49] staging: rtl8723bs: remove debug macros related to os_dep/xmit_linux.c tracing
` [PATCH 15/49] staging: rtl8723bs: remove debug macros related to core/rtw_recv.c tracing
` [PATCH 16/49] staging: rtl8723bs: remove debug macros related to os_dep/recv_linux.c tracing
` [PATCH 17/49] staging: rtl8723bs: remove debug macros related to core/rtw_mlme.c tracing
` [PATCH 18/49] staging: rtl8723bs: remove debug macros related to os_dep/mlme_linux.c tracing
` [PATCH 19/49] staging: rtl8723bs: move static array definition from header to .c file
` [PATCH 20/49] staging: rtl8723bs: remove debug macros related to core/rtw_mlme_ext.c tracing
` [PATCH 21/49] staging: rtl8723bs: remove debug macros related to core/rtw_sta_mgt.c tracing
` [PATCH 22/49] staging: rtl8723bs: remove debug macros related to core/rtw_cmd.c tracing
` [PATCH 23/49] staging: rtl8723bs: remove obsolete debug macro definitions
` [PATCH 24/49] staging: rtl8723bs: remove debug macros related to core/rtw_io.c tracing
` [PATCH 25/49] staging: rtl8723bs: remove obsolete _IO_OSDEP_C_ debug macro definition
` [PATCH 26/49] staging: rtl8723bs: remove debug macros related to os_dep/os_intfs.c tracing
` [PATCH 27/49] staging: rtl8723bs: remove debug macros related to core/rtw_security.c tracing
` [PATCH 28/49] staging: rtl8723bs: remove debug macros related to core/rtw_eeprom.c tracing
` [PATCH 29/49] staging: rtl8723bs: remove debug macros related to hal/hal_intf.c tracing
` [PATCH 30/49] staging: rtl8723bs: remove debug macros related to hal/sdio_halinit.c tracing
` [PATCH 31/49] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_C_ definition
` [PATCH 32/49] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_SET_C_ definition
` [PATCH 33/49] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_QUERY_C_ definition
` [PATCH 34/49] staging: rtl8723bs: remove unused debug macros tied to _RTL871X_PWRCTRL_C_ definition
` [PATCH 35/49] staging: rtl8723bs: remove unused macros tied to core/rtw_pwrctrl.c debug
` [PATCH 36/49] staging: rtl8723bs: remove unused macros tied to os_dep/sdio_intf.c debug
` [PATCH 37/49] staging: rtl8723bs: remove unused debug macros tied to _HCI_OPS_C_ definition
` [PATCH 38/49] staging: rtl8723bs: remove unused debug macros tied to hal/sdio_ops.c debug
` [PATCH 39/49] staging: rtl8723bs: remove unused debug macros tied to os_dep/osdep_service.c debug
` [PATCH 40/49] staging: rtl8723bs: remove unused _module_mp_ def
` [PATCH 41/49] staging: rtl8723bs: remove unused macros tied to _HCI_OPS_OS_C_ definition
` [PATCH 42/49] staging: rtl8723bs: remove unused macros tied to _RTL871X_IOCTL_LINUX_C definition
` [PATCH 43/49] staging: rtl8723bs: remove unused macros tied to _RTL8712_CMD_C_ definition
` [PATCH 44/49] staging: rtl8723bs: remove commented out macro definition
` [PATCH 45/49] staging: rtl8723bs: remove unused debug macro definitions
` [PATCH 46/49] staging: rtl8723bs: remove unused macros tied to core/rtw_efuse.c debug
` [PATCH 47/49] staging: rtl8723bs: remove unsed debug macros tied to no particular code debug
` [PATCH 48/49] staging: rtl8723bs: remove last unused debug macros
` [PATCH 49/49] staging: rtl8723bs: macro DRIVER_PREFIX expands to lowercase driver name

[PATCH v1 0/6] staging: media: atomisp: code cleanup fixes
 2021-04-23 16:50 UTC  (20+ messages)
` [PATCH v1 1/6] staging: media: atomisp: improve function argument alignment
  ` [PATCH v3 "
` [PATCH v1 2/6] staging: media: atomisp: balance braces around if...else block
  ` [PATCH v3 "
` [PATCH v1 3/6] staging: media: atomisp: use __func__ over function names
  ` [PATCH v3 "
` [PATCH v1 4/6] staging: media: atomisp: reformat code comment blocks
  ` [PATCH v3 "
` [PATCH v1 5/6] staging: media: atomisp: fix CamelCase variable naming
  ` [PATCH v3 "
` [PATCH v1 6/6] staging: media: atomisp: replace raw printk() by dev_info()
  ` [PATCH v3 "
` [PATCH v3 0/6] staging: media: atomisp: code cleanup fixes

[PATCH] staging: media: atomisp: replace pr_info() by dev_info()
 2021-04-23 16:47 UTC  (4+ messages)

[PATCH 00/10] staging: vchiq_arm: address TODO list
 2021-04-23 11:03 UTC  (23+ messages)
` [PATCH 01/10] staging: vchiq_arm: avoid crashing the kernel
` [PATCH 02/10] staging: vchiq_core: break early in vchiq_close_service_internal
` [PATCH 03/10] staging: vchiq_core: introduce get_bulk_reason
` [PATCH 04/10] staging: vchiq_core: Drop unnecessary check in notify_bulks
` [PATCH 05/10] staging: vchiq_arm: drop return value of vchiq_arm_init_state
` [PATCH 06/10] staging: vchiq_2835_arm: drop enum vchiq_status
` [PATCH 07/10] staging: vchiq_arm: drop enum vchiq_status from vchiq_*_internal
` [PATCH 08/10] staging: vchiq_core: drop vchiq_status from vchiq_set_service_option
` [PATCH 09/10] staging: vchiq_core: drop vchiq_status from vchiq_initialise
` [PATCH 10/10] staging: vchiq_core: drop vchiq_status from vchiq_init_state

[PATCH v2 0/2] staging: iio: cdc: ad7746: add dt properties for capacitive channel setup
 2021-04-22 20:56 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: staging: iio: cdc: ad7746: add binding documentation for AD7746

[PATCH] [v2] staging: rtl8723bs: avoid bogus gcc warning
 2021-04-22 15:26 UTC 

[PATCH] staging: rtl8723bs: avoid bogus gcc warning
 2021-04-22 15:25 UTC  (3+ messages)

[PATCH] staging: wlan-ng: remove redundant initialization of variable txresult
 2021-04-22 11:20 UTC 

[PATCH] media: atomisp: remove redundant initializations of several variables
 2021-04-22 11:05 UTC 

[PATCH] staging: rtl8723bs: os_dep: remove unneeded variable ret
 2021-04-22  8:41 UTC  (2+ messages)

[PATCH] Staging: rtl8723bs: rtw_xmit: fixed tabbing issue
 2021-04-21 12:07 UTC 

[PATCH 0/6] staging: media: atomisp: code cleanup fixes
 2021-04-21 10:19 UTC  (20+ messages)
` [PATCH 1/6] staging: media: atomisp: improve function argument alignment
` [PATCH 2/6] staging: media: atomisp: balance braces around if...else block
` [PATCH 3/6] staging: media: atomisp: use __func__ over function names
` [PATCH 4/6] staging: media: atomisp: reformat code comment blocks
` [PATCH 5/6] staging: media: atomisp: fix CamelCase variable naming
` [PATCH 6/6] staging: media: atomisp: use printk with KERN facility level

[PATCH v11 2/5] clk: clocking-wizard: Add the clockwizard to clk directory
 2021-04-21 16:58 UTC 

[PATCH] staging: mt7621-pci: dt-bindings: update bindings to yaml format
 2021-04-21  5:44 UTC  (2+ messages)

[PATCH v2] staging: media: atomisp: pci: Change line break to avoid an open parenthesis at the end of the line
 2021-04-20 12:41 UTC  (2+ messages)

[PATCH] staging: octeon: Use 'for_each_child_of_node'
 2021-04-20 12:05 UTC 

[PATCH] staging: rtl8723bs: os_dep: remove multiple return
 2021-04-20 11:06 UTC  (3+ messages)

[RFC v1 PATCH 0/3] support soc_device_match to return -EPROBE_DEFER
 2021-04-20 11:21 UTC  (13+ messages)
` [RFC v1 PATCH 1/3] drivers: soc: add support for soc_device_match returning -EPROBE_DEFER
` [RFC v1 PATCH 3/3] driver: update all the code that use soc_device_match

[Outreachy kernel] [PATCH v2] staging: rtl8192u: Remove variable set but not used
 2021-04-19 20:16 UTC  (2+ messages)

[PATCH 1/4] staging: rtl8188eu: change bLeisurePs' type to bool
 2021-04-19 20:11 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] staging: rtl8188eu: remove constant variable and dead code
  ` [PATCH v2 3/4] staging: rtl8188eu: cmdThread is a task_struct
  ` [PATCH v2 4/4] staging: rtl8188eu: remove unused function parameters

[Outreachy kernel] [PATCH] staging: rtl8192u: Remove function
 2021-04-19 18:57 UTC  (2+ messages)

[PATCH 00/57] Rid W=1 warnings from Staging
 2021-04-19 14:05 UTC  (5+ messages)
` [PATCH 37/57] staging: rtl8188eu: os_dep: ioctl_linux: Move 2 large data buffers into the heap


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).