public inbox for linux-kernel@vger.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
Subject: [PATCH 00/13] staging: rtl8723bs: Remove unused macros starting with hal_com_h2c.h
Date: Sun, 7 Jul 2024 08:51:54 +0200	[thread overview]
Message-ID: <cover.1720245061.git.philipp.g.hortmann@gmail.com> (raw)

Remove unused macros.

Anyone who thinks this can't go wrong is mistaken. Some of the macros are
double. I checkt that those are with the same value. However this is
a manual process.

Tested with rtl8723bs in ODYS Trendbook Next 14

Philipp Hortmann (13):
  staging: rtl8723bs: Remove unused macros in hal_com_h2c.h
  staging: rtl8723bs: Remove unused macros in rtw_ht.h
  staging: rtl8723bs: Remove unused macros in hal_com_reg.h
  staging: rtl8723bs: Remove unused macros in hal_phy_reg_8723b.h
  staging: rtl8723bs: Move last macro from hal_phy_reg_8723b.h
  staging: rtl8723bs: Delete file hal_phy_reg_8723b.h
  staging: rtl8723bs: Remove unused macros in Hal8192CPhyReg.h
  staging: rtl8723bs: Remove unused macros in Hal8723BReg.h
  staging: rtl8723bs: Remove unused macros in HalPwrSeqCmd.h
  staging: rtl8723bs: Remove unused macros in rtw_mlme.h
  staging: rtl8723bs: Remove unused macros in rtw_efuse.h
  staging: rtl8723bs: Remove unused macros in hal_pwr_seq.h
  staging: rtl8723bs: Remove unused macros in rtw_mlme_ext.h

 drivers/staging/rtl8723bs/hal/Hal8723BReg.h   | 373 --------
 .../rtl8723bs/include/Hal8192CPhyReg.h        | 882 +-----------------
 .../staging/rtl8723bs/include/HalPwrSeqCmd.h  |  11 -
 .../staging/rtl8723bs/include/hal_com_h2c.h   |  76 --
 .../staging/rtl8723bs/include/hal_com_reg.h   | 796 +---------------
 .../rtl8723bs/include/hal_phy_reg_8723b.h     |  69 --
 .../staging/rtl8723bs/include/hal_pwr_seq.h   |   7 -
 .../staging/rtl8723bs/include/rtl8723b_hal.h  |   2 +-
 drivers/staging/rtl8723bs/include/rtw_efuse.h |  13 -
 drivers/staging/rtl8723bs/include/rtw_ht.h    |  22 -
 drivers/staging/rtl8723bs/include/rtw_mlme.h  |  26 -
 .../staging/rtl8723bs/include/rtw_mlme_ext.h  |  37 -
 12 files changed, 4 insertions(+), 2310 deletions(-)
 delete mode 100644 drivers/staging/rtl8723bs/include/hal_phy_reg_8723b.h

-- 
2.45.2


             reply	other threads:[~2024-07-07  6:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-07  6:51 Philipp Hortmann [this message]
2024-07-07  6:52 ` [PATCH 01/13] staging: rtl8723bs: Remove unused macros in hal_com_h2c.h Philipp Hortmann
2024-07-07  6:52 ` [PATCH 02/13] staging: rtl8723bs: Remove unused macros in rtw_ht.h Philipp Hortmann
2024-07-07  6:52 ` [PATCH 03/13] staging: rtl8723bs: Remove unused macros in hal_com_reg.h Philipp Hortmann
2024-07-07  6:52 ` [PATCH 04/13] staging: rtl8723bs: Remove unused macros in hal_phy_reg_8723b.h Philipp Hortmann
2024-07-07  6:52 ` [PATCH 05/13] staging: rtl8723bs: Move last macro from hal_phy_reg_8723b.h Philipp Hortmann
2024-07-07  6:52 ` [PATCH 06/13] staging: rtl8723bs: Delete file hal_phy_reg_8723b.h Philipp Hortmann
2024-07-07  6:53 ` [PATCH 07/13] staging: rtl8723bs: Remove unused macros in Hal8192CPhyReg.h Philipp Hortmann
2024-07-07  6:53 ` [PATCH 08/13] staging: rtl8723bs: Remove unused macros in Hal8723BReg.h Philipp Hortmann
2024-07-07  6:54 ` [PATCH 09/13] staging: rtl8723bs: Remove unused macros in HalPwrSeqCmd.h Philipp Hortmann
2024-07-07  6:54 ` [PATCH 10/13] staging: rtl8723bs: Remove unused macros in rtw_mlme.h Philipp Hortmann
2024-07-07  6:54 ` [PATCH 11/13] staging: rtl8723bs: Remove unused macros in rtw_efuse.h Philipp Hortmann
2024-07-07  6:54 ` [PATCH 12/13] staging: rtl8723bs: Remove unused macros in hal_pwr_seq.h Philipp Hortmann
2024-07-07  6:54 ` [PATCH 13/13] staging: rtl8723bs: Remove unused macros in rtw_mlme_ext.h Philipp Hortmann
2024-07-10 12:52 ` [PATCH 00/13] staging: rtl8723bs: Remove unused macros starting with hal_com_h2c.h Greg Kroah-Hartman

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.1720245061.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