linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/40] staging: rtl8723bs: replace RT_TRACE private macro
@ 2021-03-31  9:39 Fabio Aiuto
  2021-03-31  9:39 ` [PATCH 01/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_xmit.c Fabio Aiuto
                   ` (39 more replies)
  0 siblings, 40 replies; 50+ messages in thread
From: Fabio Aiuto @ 2021-03-31  9:39 UTC (permalink / raw)
  To: gregkh; +Cc: joe, linux-staging, linux-kernel, Fabio Aiuto

this patchset replace all RT_TRACE usages with public log functions
used for this pourpose

Fabio Aiuto (40):
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_xmit.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_security.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_eeprom.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_pwrctrl.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_cmd.c
  staging: rtl8723bs: remove commented RT_TRACE calls in core/rtw_mlme.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_mlme.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_mlme_ext.c
  staging: rtl8723bs: remove commented RT_TRACE calls in core/rtw_recv.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_recv.c
  staging: rtl8723bs: remove commented RT_TRACE call in
    core/rtw_ioctl_set.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_ioctl_set.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_wlan_util.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_sta_mgt.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    core/rtw_ieee80211.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    hal/HalPwrSeqCmd.c
  staging: rtl8723bs: fix constant name in hal/rtl8723b_hal_init.c
  staging: rtl8723bs: added driver prefix in log messages
  staging: rtl8723bs: remove commented RT_TRACE call in
    hal/rtl8723b_hal_init.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    hal/rtl8723b_hal_init.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    hal/sdio_ops.c
  staging: rtl8723bs: remove commented code block in
    hal/hal_com_phycfg.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    hal/rtl8723b_phycfg.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    hal/hal_intf.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    hal/rtl8723bs_xmit.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    hal/sdio_halinit.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    hal/rtl8723bs_recv.c
  staging: rtl8723bs: remove commented RT_TRACE calls in
    hal/HalPhyRf_8723B.c
  staging: rtl8723bs: remove commented RT_TRACE calls in
    hal/rtl8723b_rf6052.c
  staging: rtl8723bs: remove commented RT_TRACE calls in
    os_dep/ioctl_linux.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    os_dep/ioctl_linux.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    os_dep/mlme_linux.c
  staging: rtl8723bs: fix string format in os_dep/ioctl_cfg80211.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    os_dep/ioctl_cfg80211.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    os_dep/os_intfs.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    os_dep/recv_linux.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    os_dep/sdio_intf.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    os_dep/xmit_linux.c
  staging: rtl8723bs: replace RT_TRACE with public printk wrappers in
    os_dep/osdep_service.c
  staging: rtl8723bs: remove obsolete debug macro

 drivers/staging/rtl8723bs/core/rtw_cmd.c      |  55 ++--
 drivers/staging/rtl8723bs/core/rtw_eeprom.c   |  26 +-
 .../staging/rtl8723bs/core/rtw_ieee80211.c    | 116 +++++---
 .../staging/rtl8723bs/core/rtw_ioctl_set.c    | 129 +++++----
 drivers/staging/rtl8723bs/core/rtw_mlme.c     | 128 +++++----
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c |  39 +--
 drivers/staging/rtl8723bs/core/rtw_pwrctrl.c  |  62 ++---
 drivers/staging/rtl8723bs/core/rtw_recv.c     | 252 +++++++++++-------
 drivers/staging/rtl8723bs/core/rtw_security.c |  38 ++-
 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c  |  45 ++--
 .../staging/rtl8723bs/core/rtw_wlan_util.c    |  28 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c     | 168 ++++++++----
 .../staging/rtl8723bs/hal/HalPhyRf_8723B.c    |   3 -
 drivers/staging/rtl8723bs/hal/HalPwrSeqCmd.c  |  61 ++---
 .../staging/rtl8723bs/hal/hal_com_phycfg.c    |  20 --
 drivers/staging/rtl8723bs/hal/hal_intf.c      |   2 +-
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 155 +++++------
 .../staging/rtl8723bs/hal/rtl8723b_phycfg.c   |  48 ++--
 .../staging/rtl8723bs/hal/rtl8723b_rf6052.c   |   2 -
 .../staging/rtl8723bs/hal/rtl8723bs_recv.c    |   5 +-
 .../staging/rtl8723bs/hal/rtl8723bs_xmit.c    |  42 +--
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  |  49 ++--
 drivers/staging/rtl8723bs/hal/sdio_ops.c      |  42 +--
 drivers/staging/rtl8723bs/include/rtw_debug.h |  17 --
 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c |  14 +-
 .../staging/rtl8723bs/os_dep/ioctl_linux.c    |  87 +++---
 drivers/staging/rtl8723bs/os_dep/mlme_linux.c |   4 +-
 drivers/staging/rtl8723bs/os_dep/os_intfs.c   |  65 +++--
 .../staging/rtl8723bs/os_dep/osdep_service.c  |   2 +-
 drivers/staging/rtl8723bs/os_dep/recv_linux.c |  22 +-
 drivers/staging/rtl8723bs/os_dep/sdio_intf.c  |  19 +-
 drivers/staging/rtl8723bs/os_dep/xmit_linux.c |  10 +-
 32 files changed, 914 insertions(+), 841 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2021-04-01  9:11 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  9:39 [PATCH 00/40] staging: rtl8723bs: replace RT_TRACE private macro Fabio Aiuto
2021-03-31  9:39 ` [PATCH 01/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_xmit.c Fabio Aiuto
2021-03-31 10:16   ` Dan Carpenter
2021-03-31  9:39 ` [PATCH 02/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_security.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 03/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_eeprom.c Fabio Aiuto
2021-03-31 10:27   ` Greg KH
2021-03-31 10:36     ` Fabio Aiuto
2021-03-31 10:48       ` Greg KH
2021-03-31 12:19         ` Fabio Aiuto
2021-03-31 10:55     ` Fabio Aiuto
2021-03-31 11:14       ` Greg KH
2021-03-31 12:17         ` Fabio Aiuto
2021-04-01  9:10         ` Fabio Aiuto
2021-03-31  9:39 ` [PATCH 04/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_pwrctrl.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 05/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_cmd.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 06/40] staging: rtl8723bs: remove commented RT_TRACE calls in core/rtw_mlme.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 07/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers " Fabio Aiuto
2021-03-31  9:39 ` [PATCH 08/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_mlme_ext.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 09/40] staging: rtl8723bs: remove commented RT_TRACE calls in core/rtw_recv.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 10/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers " Fabio Aiuto
2021-03-31  9:39 ` [PATCH 11/40] staging: rtl8723bs: remove commented RT_TRACE call in core/rtw_ioctl_set.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 12/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers " Fabio Aiuto
2021-03-31  9:39 ` [PATCH 13/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_wlan_util.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 14/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_sta_mgt.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 15/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in core/rtw_ieee80211.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 16/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in hal/HalPwrSeqCmd.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 17/40] staging: rtl8723bs: fix constant name in hal/rtl8723b_hal_init.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 18/40] staging: rtl8723bs: added driver prefix in log messages Fabio Aiuto
2021-03-31  9:39 ` [PATCH 19/40] staging: rtl8723bs: remove commented RT_TRACE call in hal/rtl8723b_hal_init.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 20/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers " Fabio Aiuto
2021-03-31  9:39 ` [PATCH 21/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in hal/sdio_ops.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 22/40] staging: rtl8723bs: remove commented code block in hal/hal_com_phycfg.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 23/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in hal/rtl8723b_phycfg.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 24/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in hal/hal_intf.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 25/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in hal/rtl8723bs_xmit.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 26/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in hal/sdio_halinit.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 27/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in hal/rtl8723bs_recv.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 28/40] staging: rtl8723bs: remove commented RT_TRACE calls in hal/HalPhyRf_8723B.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 29/40] staging: rtl8723bs: remove commented RT_TRACE calls in hal/rtl8723b_rf6052.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 30/40] staging: rtl8723bs: remove commented RT_TRACE calls in os_dep/ioctl_linux.c Fabio Aiuto
2021-03-31  9:39 ` [PATCH 31/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers " Fabio Aiuto
2021-03-31  9:40 ` [PATCH 32/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in os_dep/mlme_linux.c Fabio Aiuto
2021-03-31  9:40 ` [PATCH 33/40] staging: rtl8723bs: fix string format in os_dep/ioctl_cfg80211.c Fabio Aiuto
2021-03-31  9:40 ` [PATCH 34/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers " Fabio Aiuto
2021-03-31  9:40 ` [PATCH 35/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in os_dep/os_intfs.c Fabio Aiuto
2021-03-31  9:40 ` [PATCH 36/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in os_dep/recv_linux.c Fabio Aiuto
2021-03-31  9:40 ` [PATCH 37/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in os_dep/sdio_intf.c Fabio Aiuto
2021-03-31  9:40 ` [PATCH 38/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in os_dep/xmit_linux.c Fabio Aiuto
2021-03-31  9:40 ` [PATCH 39/40] staging: rtl8723bs: replace RT_TRACE with public printk wrappers in os_dep/osdep_service.c Fabio Aiuto
2021-03-31  9:40 ` [PATCH 40/40] staging: rtl8723bs: remove obsolete debug macro Fabio Aiuto

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 NNTP newsgroup(s).