All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] staging: rtl8723bs: remove some fields from the
@ 2026-07-10 16:51 Nikolay Kulikov
  2026-07-10 16:51 ` [PATCH v2 1/5] staging: rtl8723bs: remove unused 'EEPROMCustomerID' from hal_com_data Nikolay Kulikov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nikolay Kulikov @ 2026-07-10 16:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-staging, Nikolay Kulikov

Remaining patches from v1 for cleaning up struct hal_com_data.

Changes in v2:
	- Fix the build error: remove the unused local variable
	- Rebase on staging-testing

v1:
https://lore.kernel.org/linux-staging/20260709182627.16327-1-nikolayof23@gmail.com/T/

Nikolay Kulikov (5):
  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 | 30 -------------------
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  |  2 --
 drivers/staging/rtl8723bs/include/hal_data.h  |  5 ----
 drivers/staging/rtl8723bs/include/hal_pg.h    |  6 ----
 .../staging/rtl8723bs/include/rtl8723b_hal.h  |  4 ---
 6 files changed, 48 deletions(-)


base-commit: cfea8865cba0264777a3cc464ffba64f0102317f
-- 
2.54.0


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 16:51 [PATCH v2 0/5] staging: rtl8723bs: remove some fields from the Nikolay Kulikov
2026-07-10 16:51 ` [PATCH v2 1/5] staging: rtl8723bs: remove unused 'EEPROMCustomerID' from hal_com_data Nikolay Kulikov
2026-07-10 16:51 ` [PATCH v2 2/5] staging: rtl8723bs: remove unused ForcedDataRate " Nikolay Kulikov
2026-07-10 16:51 ` [PATCH v2 3/5] staging: rtl8723bs: remove unused EEPROMVersion from struct hal_com_data Nikolay Kulikov
2026-07-10 16:51 ` [PATCH v2 4/5] staging: rtl8723bs: remove unused EEPROMBluetoothType from hal_com_data Nikolay Kulikov
2026-07-10 16:51 ` [PATCH v2 5/5] staging: rtl8723bs: remove unused 'bTXPowerDataReadFromEEPORM' Nikolay Kulikov

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.