Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: rtl8723bs: remove struct hal_version
@ 2026-05-02 21:55 Nikolay Kulikov
  2026-05-02 21:55 ` [PATCH 01/10] staging: rtl8723bs: rename ChipType of struct hal_version to snake_case Nikolay Kulikov
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Nikolay Kulikov @ 2026-05-02 21:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-staging, Nikolay Kulikov

This series completely removes the hal_version structure, since its
contents are almost never (with the exception of ChipType) used in
driver code.

Nikolay Kulikov (10):
  staging: rtl8723bs: rename ChipType of struct hal_version to
    snake_case
  staging: rtl8723bs: replace type and rename the chip_type field
  staging: rtl8723bs: remove unused macros from include/HalVerDef.h
  staging: rtl8723bs: remove unused ICType from struct hal_version
  staging: rtl8723bs: remove unused VendorType from struct hal_version
  staging: rtl8723bs: remove unused CUTVersion from struct hal_version
  staging: rtl8723bs: remove unused ROMVer from struct hal_version
  staging: rtl8723bs: move normal_chip field to struct hal_com_data
  staging: rtl8723bs: remove struct hal_version from include/HalVerDef.h
  staging: rtl8723bs: remove include/HalVerDef.h file

 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 17 +---
 drivers/staging/rtl8723bs/include/HalVerDef.h | 85 -------------------
 drivers/staging/rtl8723bs/include/hal_com.h   |  1 -
 drivers/staging/rtl8723bs/include/hal_data.h  |  4 +-
 .../staging/rtl8723bs/include/rtl8723b_hal.h  |  1 -
 5 files changed, 6 insertions(+), 102 deletions(-)
 delete mode 100644 drivers/staging/rtl8723bs/include/HalVerDef.h

-- 
2.54.0


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

end of thread, other threads:[~2026-05-02 22:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-02 21:55 [PATCH 00/10] staging: rtl8723bs: remove struct hal_version Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 01/10] staging: rtl8723bs: rename ChipType of struct hal_version to snake_case Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 02/10] staging: rtl8723bs: replace type and rename the chip_type field Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 03/10] staging: rtl8723bs: remove unused macros from include/HalVerDef.h Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 04/10] staging: rtl8723bs: remove unused ICType from struct hal_version Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 05/10] staging: rtl8723bs: remove unused VendorType " Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 06/10] staging: rtl8723bs: remove unused CUTVersion " Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 07/10] staging: rtl8723bs: remove unused ROMVer " Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 08/10] staging: rtl8723bs: move normal_chip field to struct hal_com_data Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 09/10] staging: rtl8723bs: remove struct hal_version from include/HalVerDef.h Nikolay Kulikov
2026-05-02 21:55 ` [PATCH 10/10] staging: rtl8723bs: remove include/HalVerDef.h file Nikolay Kulikov

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