All of lore.kernel.org
 help / color / mirror / Atom feed
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/16] staging: rtl8723bs: Replace function pointers starting with UpdateRAMaskHandler
Date: Tue,  5 Nov 2024 06:54:47 +0100	[thread overview]
Message-ID: <cover.1730749680.git.philipp.g.hortmann@gmail.com> (raw)

Replace function pointers with functions to increase readability.

Tested with rtl8723bs in ODYS Trendbook Next 14

Philipp Hortmann (16):
  staging: rtl8723bs: Remove function pointer UpdateRAMaskHandler
  staging: rtl8723bs: Remove function pointer set_channel_handler
  staging: rtl8723bs: Remove function pointer set_chnl_bw_handler
  staging: rtl8723bs: Remove function pointer set_tx_power_level_handler
  staging: rtl8723bs: Remove function pointer hal_dm_watchdog
  staging: rtl8723bs: Remove function pointer hal_dm_watchdog_in_lps
  staging: rtl8723bs: Remove function pointer
    SetBeaconRelatedRegistersHandler
  staging: rtl8723bs: Remove function pointer Add_RateATid
  staging: rtl8723bs: Remove function pointer run_thread
  staging: rtl8723bs: Remove function pointer cancel_thread
  staging: rtl8723bs: Remove function pointer read_bbreg
  staging: rtl8723bs: Remove function pointer write_bbreg
  staging: rtl8723bs: Remove function pointer read_rfreg
  staging: rtl8723bs: Remove function pointer write_rfreg
  staging: rtl8723bs: Remove function pointer EfusePowerSwitch
  staging: rtl8723bs: Remove function pointer ReadEFuse

 drivers/staging/rtl8723bs/core/rtw_efuse.c    |  4 +-
 drivers/staging/rtl8723bs/hal/hal_intf.c      | 47 +++++--------------
 .../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 33 ++-----------
 drivers/staging/rtl8723bs/include/hal_intf.h  | 28 ++---------
 drivers/staging/rtl8723bs/include/rtw_mp.h    |  4 --
 5 files changed, 24 insertions(+), 92 deletions(-)

-- 
2.43.0


             reply	other threads:[~2024-11-05  5:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-05  5:54 Philipp Hortmann [this message]
2024-11-05  5:54 ` [PATCH 01/16] staging: rtl8723bs: Remove function pointer UpdateRAMaskHandler Philipp Hortmann
2024-11-05  5:54 ` [PATCH 02/16] staging: rtl8723bs: Remove function pointer set_channel_handler Philipp Hortmann
2024-11-05  5:54 ` [PATCH 03/16] staging: rtl8723bs: Remove function pointer set_chnl_bw_handler Philipp Hortmann
2024-11-05  5:54 ` [PATCH 04/16] staging: rtl8723bs: Remove function pointer set_tx_power_level_handler Philipp Hortmann
2024-11-05  5:54 ` [PATCH 05/16] staging: rtl8723bs: Remove function pointer hal_dm_watchdog Philipp Hortmann
2024-11-05  5:54 ` [PATCH 06/16] staging: rtl8723bs: Remove function pointer hal_dm_watchdog_in_lps Philipp Hortmann
2024-11-05  5:54 ` [PATCH 07/16] staging: rtl8723bs: Remove function pointer SetBeaconRelatedRegistersHandler Philipp Hortmann
2024-11-05  5:54 ` [PATCH 08/16] staging: rtl8723bs: Remove function pointer Add_RateATid Philipp Hortmann
2024-11-05  5:54 ` [PATCH 09/16] staging: rtl8723bs: Remove function pointer run_thread Philipp Hortmann
2024-11-05  5:54 ` [PATCH 10/16] staging: rtl8723bs: Remove function pointer cancel_thread Philipp Hortmann
2024-11-05  5:54 ` [PATCH 11/16] staging: rtl8723bs: Remove function pointer read_bbreg Philipp Hortmann
2024-11-05  5:54 ` [PATCH 12/16] staging: rtl8723bs: Remove function pointer write_bbreg Philipp Hortmann
2024-11-05  5:55 ` [PATCH 13/16] staging: rtl8723bs: Remove function pointer read_rfreg Philipp Hortmann
2024-11-05  5:55 ` [PATCH 14/16] staging: rtl8723bs: Remove function pointer write_rfreg Philipp Hortmann
2024-11-05  5:55 ` [PATCH 15/16] staging: rtl8723bs: Remove function pointer EfusePowerSwitch Philipp Hortmann
2024-11-05  5:55 ` [PATCH 16/16] staging: rtl8723bs: Remove function pointer ReadEFuse 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.1730749680.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 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.