All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] staging: rtl8723bs: Remove function pointers starting with hal_init
@ 2024-10-05 20:33 Philipp Hortmann
  2024-10-05 20:33 ` [PATCH 01/15] staging: rtl8723bs: Remove function pointer hal_init Philipp Hortmann
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Philipp Hortmann @ 2024-10-05 20:33 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel; +Cc: Philipp Hortmann

Remove function pointers and replace them with function names to increase
readability.

Tested with rtl8723bs in ODYS Trendbook Next 14

Philipp Hortmann (15):
  staging: rtl8723bs: Remove function pointer hal_init
  staging: rtl8723bs: Remove function pointer hal_deinit
  staging: rtl8723bs: Remove function pointer free_hal_data
  staging: rtl8723bs: Remove function pointer init_xmit_priv
  staging: rtl8723bs: Remove function pointer free_xmit_priv
  staging: rtl8723bs: Remove function pointer init_recv_priv
  staging: rtl8723bs: Remove function pointer free_recv_priv
  staging: rtl8723bs: Remove function pointer dm_init
  staging: rtl8723bs: Remove function pointer dm_deinit
  staging: rtl8723bs: Remove function pointer read_chip_version
  staging: rtl8723bs: Remove function pointer init_default_value
  staging: rtl8723bs: Remove function pointer intf_chip_configure
  staging: rtl8723bs: Remove function pointer read_adapter_info
  staging: rtl8723bs: Remove function pointer enable_interrupt
  staging: rtl8723bs: Remove function pointer disable_interrupt

 drivers/staging/rtl8723bs/hal/hal_intf.c      | 46 ++++++-------------
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 12 +----
 drivers/staging/rtl8723bs/hal/sdio_halinit.c  | 25 ++--------
 drivers/staging/rtl8723bs/include/hal_intf.h  | 23 ----------
 .../staging/rtl8723bs/include/rtl8723b_recv.h |  5 ++
 .../staging/rtl8723bs/include/rtl8723b_xmit.h |  2 +
 6 files changed, 26 insertions(+), 87 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-10-05 20:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-05 20:33 [PATCH 00/15] staging: rtl8723bs: Remove function pointers starting with hal_init Philipp Hortmann
2024-10-05 20:33 ` [PATCH 01/15] staging: rtl8723bs: Remove function pointer hal_init Philipp Hortmann
2024-10-05 20:33 ` [PATCH 02/15] staging: rtl8723bs: Remove function pointer hal_deinit Philipp Hortmann
2024-10-05 20:33 ` [PATCH 03/15] staging: rtl8723bs: Remove function pointer free_hal_data Philipp Hortmann
2024-10-05 20:33 ` [PATCH 04/15] staging: rtl8723bs: Remove function pointer init_xmit_priv Philipp Hortmann
2024-10-05 20:33 ` [PATCH 05/15] staging: rtl8723bs: Remove function pointer free_xmit_priv Philipp Hortmann
2024-10-05 20:33 ` [PATCH 06/15] staging: rtl8723bs: Remove function pointer init_recv_priv Philipp Hortmann
2024-10-05 20:33 ` [PATCH 07/15] staging: rtl8723bs: Remove function pointer free_recv_priv Philipp Hortmann
2024-10-05 20:33 ` [PATCH 08/15] staging: rtl8723bs: Remove function pointer dm_init Philipp Hortmann
2024-10-05 20:33 ` [PATCH 09/15] staging: rtl8723bs: Remove function pointer dm_deinit Philipp Hortmann
2024-10-05 20:33 ` [PATCH 10/15] staging: rtl8723bs: Remove function pointer read_chip_version Philipp Hortmann
2024-10-05 20:33 ` [PATCH 11/15] staging: rtl8723bs: Remove function pointer init_default_value Philipp Hortmann
2024-10-05 20:33 ` [PATCH 12/15] staging: rtl8723bs: Remove function pointer intf_chip_configure Philipp Hortmann
2024-10-05 20:33 ` [PATCH 13/15] staging: rtl8723bs: Remove function pointer read_adapter_info Philipp Hortmann
2024-10-05 20:33 ` [PATCH 14/15] staging: rtl8723bs: Remove function pointer enable_interrupt Philipp Hortmann
2024-10-05 20:33 ` [PATCH 15/15] staging: rtl8723bs: Remove function pointer disable_interrupt Philipp Hortmann

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.