Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v2 0/4] staging: rtl8723bs: remove unused sys interrupt
@ 2026-05-12 12:55 Nikolay Kulikov
  2026-05-12 12:55 ` [PATCH v2 1/4] staging: rtl8723bs: remove unused SysIntrMask from struct hal_com_data Nikolay Kulikov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nikolay Kulikov @ 2026-05-12 12:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Dan Carpenter, linux-staging, Nikolay Kulikov

This series removes fields 'SysIntrStatus' and 'SysIntrMask' from struct
hal_com_data.

'SysIntrStatus' is actually unused.
'SysIntrMask' is initialized to zero and never changes.


Changes in v2:
	- update the commit message in patch 3


Nikolay Kulikov (4):
  staging: rtl8723bs: remove unused SysIntrMask from struct hal_com_data
  staging: rtl8723bs: remove empty InitSysInterrupt8723BSdio()
  staging: rtl8723bs: remove overwriting of current IMR settings
  staging: rtl8723bs: remove unused SysIntrStatus from struct
    hal_com_data

 drivers/staging/rtl8723bs/hal/sdio_halinit.c |  5 -----
 drivers/staging/rtl8723bs/hal/sdio_ops.c     | 20 --------------------
 drivers/staging/rtl8723bs/include/hal_data.h |  4 ----
 drivers/staging/rtl8723bs/include/sdio_ops.h |  1 -
 4 files changed, 30 deletions(-)


base-commit: 6abf0b2df0b1c2205a4c0591425e6461afa62edb
-- 
2.54.0


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

end of thread, other threads:[~2026-05-12 12:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12 12:55 [PATCH v2 0/4] staging: rtl8723bs: remove unused sys interrupt Nikolay Kulikov
2026-05-12 12:55 ` [PATCH v2 1/4] staging: rtl8723bs: remove unused SysIntrMask from struct hal_com_data Nikolay Kulikov
2026-05-12 12:55 ` [PATCH v2 2/4] staging: rtl8723bs: remove empty InitSysInterrupt8723BSdio() Nikolay Kulikov
2026-05-12 12:55 ` [PATCH v2 3/4] staging: rtl8723bs: remove overwriting of current IMR settings Nikolay Kulikov
2026-05-12 12:55 ` [PATCH v2 4/4] staging: rtl8723bs: remove unused SysIntrStatus from struct hal_com_data Nikolay Kulikov

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