[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250823124321.485910-1-straube.linux@gmail.com>
Date: Sat, 23 Aug 2025 14:43:07 +0200
From: Michael Straube <straube.linux@...il.com>
To: gregkh@...uxfoundation.org
Cc: hdegoede@...hat.com,
Larry.Finger@...inger.net,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Michael Straube <straube.linux@...il.com>
Subject: [PATCH 00/14] staging: rtl8723bs: clean up efuse related code
This series removes the boolean parameter bPseudoTest from efuse stuff
related functions. As this parameter is always set to false in the driver,
we can safely remove it. Besides improved readability and decreased code
complexity, removing the bPseudoTest parameter allowed for getting rid of
a lot of dead code. In total, this series reduced the object file size by
more than 1100 bytes on my system.
The patches have been compile-tested only due to lack of hardware.
Michael Straube (14):
staging: rtl8723bs: remove bPseudoTest from EFUSE_ShadowMapUpdate
staging: rtl8723bs: make Efuse_ReadAllMap static
staging: rtl8723bs: remove bPseudoTest from Efuse_ReadAllMap
staging: rtl8723bs: remove wrapper efuse_ReadEFuse
staging: rtl8723bs: remove bPseudoTest from Hal_ReadEFuse
staging: rtl8723bs: remove bPseudoTest from hal_ReadEFuse_WiFi
staging: rtl8723bs: remove bPseudoTest from hal_ReadEFuse_BT
staging: rtl8723bs: remove wrapper EFUSE_GetEfuseDefinition
staging: rtl8723bs: remove bPseudoTest from Hal_GetEfuseDefinition
staging: rtl8723bs: remove Hal_EfuseGetCurrentSize
staging: rtl8723bs: remove bPseudoTest from hal_EfuseSwitchToBank
staging: rtl8723bs: clean up variable initializations
staging: rtl8723bs: remove bPseudoTest from efuse_OneByteRead
staging: rtl8723bs: remove efuse_OneByteWrite
drivers/staging/rtl8723bs/core/rtw_efuse.c | 138 +-------
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 326 +++---------------
drivers/staging/rtl8723bs/include/hal_intf.h | 5 +-
drivers/staging/rtl8723bs/include/rtw_efuse.h | 6 +-
4 files changed, 62 insertions(+), 413 deletions(-)
--
2.51.0
Powered by blists - more mailing lists