From: Michael Straube <straube.linux@gmail.com>
To: gregkh@linuxfoundation.org
Cc: Larry.Finger@lwfinger.net, phil@philpotter.co.uk,
martin@kaiser.cx, fmdefrancesco@gmail.com,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
Michael Straube <straube.linux@gmail.com>
Subject: [PATCH v3 00/14] staging: r8188eu: remove odm_RegDefine11AC.h
Date: Sat, 18 Sep 2021 20:18:50 +0200 [thread overview]
Message-ID: <20210918181904.12000-1-straube.linux@gmail.com> (raw)
The first 12 patches in this series remove macros and code that
is valid only for 11ac chips and therefore not needed/used in this
driver. Finally we can remove the header odm_RegDefine11AC.h.
The last 2 patches remove unused defines from odm_RegDefine11N.h and
clean up indentation in that file.
Tested on x86_64 with Inter-Tech DMG-02.
v2 -> v3
Added 2 patches that were sent separately but depend on this series.
The first 12 patches are unchanged.
v1 -> v2
Changed subject line of patch 11/12 to fix a typo.
All other patches are unchanged.
Michael Straube (14):
staging: r8188eu: remove comments from odm_interface.h
staging: r8188eu: remove unused macros from odm_interface.h
staging: r8188eu: remove _ic_type from macro _cat in odm_interface.h
staging: r8188eu: remove dead code from ODM_Write_DIG()
staging: r8188eu: remove unnecessary if statement
staging: r8188eu: remove more dead code from ODM_Write_DIG()
staging: r8188eu: remove macro ODM_REG
staging: r8188eu: remove macro ODM_BIT
staging: r8188eu: remove unnecessary if statements
staging: r8188eu: remove dead code from odm.c
staging: r8188eu: remove macros ODM_IC_11{N,AC}_SERIES
staging: r8188eu: remove header file odm_RegDefine11AC.h
staging: r8188eu: remove unused defines from odm_RegDefine11N.h
staging: r8188eu: clean up indentation in odm_RegDefine11N.h
drivers/staging/r8188eu/hal/odm.c | 224 +++++++-----------
drivers/staging/r8188eu/include/odm.h | 5 -
.../r8188eu/include/odm_RegDefine11AC.h | 29 ---
.../r8188eu/include/odm_RegDefine11N.h | 112 +--------
.../staging/r8188eu/include/odm_interface.h | 41 ----
drivers/staging/r8188eu/include/odm_precomp.h | 1 -
6 files changed, 90 insertions(+), 322 deletions(-)
delete mode 100644 drivers/staging/r8188eu/include/odm_RegDefine11AC.h
--
2.33.0
next reply other threads:[~2021-09-18 18:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-18 18:18 Michael Straube [this message]
2021-09-18 18:18 ` [PATCH v3 01/14] staging: r8188eu: remove comments from odm_interface.h Michael Straube
2021-09-18 18:18 ` [PATCH v3 02/14] staging: r8188eu: remove unused macros " Michael Straube
2021-09-18 18:18 ` [PATCH v3 03/14] staging: r8188eu: remove _ic_type from macro _cat in odm_interface.h Michael Straube
2021-09-18 18:18 ` [PATCH v3 04/14] staging: r8188eu: remove dead code from ODM_Write_DIG() Michael Straube
2021-09-18 18:18 ` [PATCH v3 05/14] staging: r8188eu: remove unnecessary if statement Michael Straube
2021-09-18 18:18 ` [PATCH v3 06/14] staging: r8188eu: remove more dead code from ODM_Write_DIG() Michael Straube
2021-09-18 18:18 ` [PATCH v3 07/14] staging: r8188eu: remove macro ODM_REG Michael Straube
2021-09-18 18:18 ` [PATCH v3 08/14] staging: r8188eu: remove macro ODM_BIT Michael Straube
2021-09-18 18:18 ` [PATCH v3 09/14] staging: r8188eu: remove unnecessary if statements Michael Straube
2021-09-18 18:19 ` [PATCH v3 10/14] staging: r8188eu: remove dead code from odm.c Michael Straube
2021-09-18 18:19 ` [PATCH v3 11/14] staging: r8188eu: remove macros ODM_IC_11{N,AC}_SERIES Michael Straube
2021-09-18 18:19 ` [PATCH v3 12/14] staging: r8188eu: remove header file odm_RegDefine11AC.h Michael Straube
2021-09-18 18:19 ` [PATCH v3 13/14] staging: r8188eu: remove unused defines from odm_RegDefine11N.h Michael Straube
2021-09-18 18:19 ` [PATCH v3 14/14] staging: r8188eu: clean up indentation in odm_RegDefine11N.h Michael Straube
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=20210918181904.12000-1-straube.linux@gmail.com \
--to=straube.linux@gmail.com \
--cc=Larry.Finger@lwfinger.net \
--cc=fmdefrancesco@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=martin@kaiser.cx \
--cc=phil@philpotter.co.uk \
/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