mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: rtl8188eu: Clean up rtl8188e_read_chip_version()
@ 2015-07-10 16:52 Jakub Sitnicki
  2015-07-10 16:52 ` [PATCH 1/5] staging: rtl8188eu: remove RegulatorMode from struct hal_data_8188e Jakub Sitnicki
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jakub Sitnicki @ 2015-07-10 16:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Larry Finger
  Cc: Dan Carpenter, Sudip Mukherjee, devel, linux-kernel, Jakub Sitnicki

This series of clean-up patches is a result of a review of
rtl8188e_read_chip_version().

The motivation for getting it in shape is that this function could
serve as read_chip_version function callback in struct rtl_hal_ops,
if this driver gets converted to use rtl_usb (rtlwifi).

Jakub Sitnicki (5):
  staging: rtl8188eu: remove RegulatorMode from struct hal_data_8188e
  staging: rtl8188eu: remove ICtype from struct HAL_VERSION
  staging: rtl8188eu: remove RFtype from struct HAL_VERSION
  staging: rtl8188eu: remove ROMVer from struct HAL_VERSION
  staging: rtl8188eu: fold rtl8188e_read_chip_version() into
    rtl8188e_SetHalODMVar()

 drivers/staging/rtl8188eu/hal/hal_com.c           | 27 +-------
 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 32 ++-------
 drivers/staging/rtl8188eu/hal/usb_halinit.c       |  2 +-
 drivers/staging/rtl8188eu/include/HalVerDef.h     | 84 -----------------------
 drivers/staging/rtl8188eu/include/rtl8188e_hal.h  |  7 --
 5 files changed, 8 insertions(+), 144 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2015-07-10 16:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-10 16:52 [PATCH 0/5] staging: rtl8188eu: Clean up rtl8188e_read_chip_version() Jakub Sitnicki
2015-07-10 16:52 ` [PATCH 1/5] staging: rtl8188eu: remove RegulatorMode from struct hal_data_8188e Jakub Sitnicki
2015-07-10 16:52 ` [PATCH 2/5] staging: rtl8188eu: remove ICtype from struct HAL_VERSION Jakub Sitnicki
2015-07-10 16:52 ` [PATCH 3/5] staging: rtl8188eu: remove RFtype " Jakub Sitnicki
2015-07-10 16:52 ` [PATCH 4/5] staging: rtl8188eu: remove ROMVer " Jakub Sitnicki
2015-07-10 16:52 ` [PATCH 5/5] staging: rtl8188eu: fold rtl8188e_read_chip_version() into rtl8188e_SetHalODMVar() Jakub Sitnicki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome