linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: rtl8188eu: remove hal/odm_debug.h
@ 2021-06-11  0:24 Phillip Potter
  2021-06-11  0:24 ` [PATCH 1/6] staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/phy.c Phillip Potter
  2021-06-11  9:10 ` [PATCH 0/6] staging: rtl8188eu: remove hal/odm_debug.h Dan Carpenter
  0 siblings, 2 replies; 12+ messages in thread
From: Phillip Potter @ 2021-06-11  0:24 UTC (permalink / raw)
  To: gregkh
  Cc: Larry.Finger, straube.linux, kaixuxia, linux-staging,
	linux-kernel, liushixin2, unixbhaskar, gustavoars, martin,
	bkkarthik, dan.carpenter

This series removes hal/odm_debug.h, which contains various preprocessor
definitions, as well as an unwieldy ODM_RT_TRACE macro which is not best
practice. It also removes all uses of this macro, and the associated
fields in struct odm_dm_struct which are only used by this macro.

This makes the code cleaner, thus moving it closer to getting out of
staging.

Phillip Potter (6):
  staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/phy.c
  staging: rtl8188eu: remove ODM_RT_TRACE calls from
    hal/hal8188e_rate_adaptive.c
  staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/odm_rtl8188e.c
  staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/odm.c
  staging: rtl8188eu: remove DebugComponents/DebugLevel from
    odm_dm_struct
  staging: rtl8188eu: remove include/odm_debug.h

 .../rtl8188eu/hal/hal8188e_rate_adaptive.c    | 123 +-------------
 drivers/staging/rtl8188eu/hal/odm.c           | 150 ++----------------
 drivers/staging/rtl8188eu/hal/odm_rtl8188e.c  |   6 -
 drivers/staging/rtl8188eu/hal/phy.c           |  38 +----
 drivers/staging/rtl8188eu/hal/rtl8188e_dm.c   |   2 -
 drivers/staging/rtl8188eu/hal/usb_halinit.c   |   5 -
 drivers/staging/rtl8188eu/include/odm.h       |   2 -
 drivers/staging/rtl8188eu/include/odm_debug.h |  83 ----------
 .../staging/rtl8188eu/include/odm_precomp.h   |   4 -
 9 files changed, 14 insertions(+), 399 deletions(-)
 delete mode 100644 drivers/staging/rtl8188eu/include/odm_debug.h

-- 
2.30.2


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

end of thread, other threads:[~2021-06-12 17:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  0:24 [PATCH 0/6] staging: rtl8188eu: remove hal/odm_debug.h Phillip Potter
2021-06-11  0:24 ` [PATCH 1/6] staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/phy.c Phillip Potter
2021-06-11  0:25   ` [PATCH 2/6] staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/hal8188e_rate_adaptive.c Phillip Potter
2021-06-11  0:25     ` [PATCH 3/6] staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/odm_rtl8188e.c Phillip Potter
2021-06-11  0:25       ` [PATCH 4/6] staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/odm.c Phillip Potter
2021-06-11  0:25         ` [PATCH 5/6] staging: rtl8188eu: remove DebugComponents/DebugLevel from odm_dm_struct Phillip Potter
2021-06-11  0:25           ` [PATCH 6/6] staging: rtl8188eu: remove include/odm_debug.h Phillip Potter
2021-06-11  9:08           ` [PATCH 5/6] staging: rtl8188eu: remove DebugComponents/DebugLevel from odm_dm_struct Dan Carpenter
2021-06-12 17:37             ` Phillip Potter
2021-06-11  9:10 ` [PATCH 0/6] staging: rtl8188eu: remove hal/odm_debug.h Dan Carpenter
2021-06-11 15:35   ` Martin Kaiser
2021-06-12 17:38     ` Phillip Potter

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