From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Cc: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Subject: [PATCH 00/15] staging: rtl8723bs: Remove function pointers starting with hal_init
Date: Sat, 5 Oct 2024 22:33:43 +0200 [thread overview]
Message-ID: <cover.1727966761.git.philipp.g.hortmann@gmail.com> (raw)
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
next reply other threads:[~2024-10-05 20:34 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-05 20:33 Philipp Hortmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1727966761.git.philipp.g.hortmann@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox