All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] staging: r8188eu: more odm cleanup
@ 2021-10-11 20:11 Martin Kaiser
  2021-10-11 20:11 ` [PATCH 1/8] staging: r8188eu: remove dm_CheckStatistics Martin Kaiser
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Martin Kaiser @ 2021-10-11 20:11 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Larry Finger, Phillip Potter, Michael Straube, linux-staging,
	linux-kernel, Martin Kaiser

Hello Greg and all,

here's some more patches to remove unused odm code.

This series should be applied on top of the series I sent yesterday
(starting with message 20211010175204.24029-1-martin@kaiser.cx).

Thanks,
Martin

Martin Kaiser (8):
  staging: r8188eu: remove dm_CheckStatistics
  staging: r8188eu: simplify rtl8188e_HalDmWatchDog
  staging: r8188eu: remove rtl8188e_deinit_dm_priv
  staging: r8188eu: remove LastMinUndecoratedPWDBForDM
  staging: r8188eu: SupportICType is always ODM_RTL8188E
  staging: r8188eu: remove odm_SwAntDivInit
  staging: r8188eu: odm BoardType is never set
  staging: r8188eu: odm SupportPlatform is always ODM_CE

 .../staging/r8188eu/hal/HalHWImg8188E_BB.c    |  16 +-
 .../staging/r8188eu/hal/HalHWImg8188E_MAC.c   |   5 +-
 .../staging/r8188eu/hal/HalHWImg8188E_RF.c    |   5 +-
 drivers/staging/r8188eu/hal/odm.c             | 308 +++---------------
 drivers/staging/r8188eu/hal/odm_HWConfig.c    |  69 ++--
 drivers/staging/r8188eu/hal/odm_RTL8188E.c    |   5 +-
 drivers/staging/r8188eu/hal/rtl8188e_dm.c     |  60 +---
 drivers/staging/r8188eu/include/odm.h         |  30 --
 drivers/staging/r8188eu/include/odm_precomp.h |  11 -
 drivers/staging/r8188eu/include/odm_types.h   |   6 -
 drivers/staging/r8188eu/include/rtl8188e_dm.h |   2 -
 drivers/staging/r8188eu/os_dep/os_intfs.c     |   2 -
 12 files changed, 93 insertions(+), 426 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-10-11 20:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 20:11 [PATCH 0/8] staging: r8188eu: more odm cleanup Martin Kaiser
2021-10-11 20:11 ` [PATCH 1/8] staging: r8188eu: remove dm_CheckStatistics Martin Kaiser
2021-10-11 20:11 ` [PATCH 2/8] staging: r8188eu: simplify rtl8188e_HalDmWatchDog Martin Kaiser
2021-10-11 20:11 ` [PATCH 3/8] staging: r8188eu: remove rtl8188e_deinit_dm_priv Martin Kaiser
2021-10-11 20:11 ` [PATCH 4/8] staging: r8188eu: remove LastMinUndecoratedPWDBForDM Martin Kaiser
2021-10-11 20:11 ` [PATCH 5/8] staging: r8188eu: SupportICType is always ODM_RTL8188E Martin Kaiser
2021-10-11 20:11 ` [PATCH 6/8] staging: r8188eu: remove odm_SwAntDivInit Martin Kaiser
2021-10-11 20:11 ` [PATCH 7/8] staging: r8188eu: odm BoardType is never set Martin Kaiser
2021-10-11 20:11 ` [PATCH 8/8] staging: r8188eu: odm SupportPlatform is always ODM_CE Martin Kaiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.