Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: rtl8723bs: remove some fields from the
@ 2026-07-09 18:15 Nikolay Kulikov
  2026-07-09 18:15 ` [PATCH 1/9] staging: rtl8723bs: remove dead fields from struct hal_com_data Nikolay Kulikov
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Nikolay Kulikov @ 2026-07-09 18:15 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-staging, Nikolay Kulikov

This series removes several unused fields from the struct hal_com_data.
These fields either simply take up space or set but never subsequently
used.

Nikolay Kulikov (9):
  staging: rtl8723bs: remove dead fields from struct hal_com_data
  staging: rtl8723bs: remove unused 'PolarityCtl' from struct
    hal_com_data
  staging: rtl8723bs: remove unused RegulatorMode from struct
    hal_com_data
  staging: rtl8723bs: remove unused 'MultiFunc' from struct hal_com_data
  staging: rtl8723bs: remove unused 'EEPROMCustomerID' from hal_com_data
  staging: rtl8723bs: remove unused ForcedDataRate from hal_com_data
  staging: rtl8723bs: remove unused EEPROMVersion from struct
    hal_com_data
  staging: rtl8723bs: remove unused EEPROMBluetoothType from
    hal_com_data
  staging: rtl8723bs: remove unused 'bTXPowerDataReadFromEEPORM'

 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c   |   1 -
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c |  40 -------
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  |   2 -
 .../staging/rtl8723bs/include/hal_com_reg.h   |   4 -
 drivers/staging/rtl8723bs/include/hal_data.h  | 101 ------------------
 drivers/staging/rtl8723bs/include/hal_pg.h    |   6 --
 .../staging/rtl8723bs/include/rtl8723b_hal.h  |   9 --
 7 files changed, 163 deletions(-)


base-commit: b46e70613266e52adc412f92de7504cd14804f6d
-- 
2.54.0


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

end of thread, other threads:[~2026-07-10 14:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 18:15 [PATCH 0/9] staging: rtl8723bs: remove some fields from the Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 1/9] staging: rtl8723bs: remove dead fields from struct hal_com_data Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 2/9] staging: rtl8723bs: remove unused 'PolarityCtl' " Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 3/9] staging: rtl8723bs: remove unused RegulatorMode " Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 4/9] staging: rtl8723bs: remove unused 'MultiFunc' " Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 5/9] staging: rtl8723bs: remove unused 'EEPROMCustomerID' from hal_com_data Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 6/9] staging: rtl8723bs: remove unused ForcedDataRate " Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 7/9] staging: rtl8723bs: remove unused EEPROMVersion from struct hal_com_data Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 8/9] staging: rtl8723bs: remove unused EEPROMBluetoothType from hal_com_data Nikolay Kulikov
2026-07-09 18:15 ` [PATCH 9/9] staging: rtl8723bs: remove unused 'bTXPowerDataReadFromEEPORM' Nikolay Kulikov
2026-07-10 14:50 ` [PATCH 0/9] staging: rtl8723bs: remove some fields from the Greg Kroah-Hartman

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