linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org,
	Larry Finger <Larry.Finger@lwfinger.net>,
	netdev@vger.kernel.org
Subject: [PATCH 00/11] rtlwifi: A set of patches that simplify the drivers
Date: Fri,  2 Jan 2015 10:58:17 -0600	[thread overview]
Message-ID: <1420217908-1382-1-git-send-email-Larry.Finger@lwfinger.net> (raw)

Happy New Year.

This set of patches, which are intended for the 3.20 stream, are intended to
simplify the drivers. In particular, each of them has a separate routine that
initilizes the dynamic power manipulation variables. Ten of these patches convert
the drivers to use a common copy of this code. The other patch updates the
parameter descriptions of rtl8723be to clarify usage.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---

Larry Finger (11):
  rtlwifi: Unify variable naming for all drivers
  rtlwifi: rtl8723be: Improve modinfo output
  rtlwifi: Create new routine to initialize the DM tables
  rtlwifi: rtl8188ee: Convert driver to use the common DM table init
    routine
  rtlwifi: rtl8192c-common: Convert driver to use common DM table
    initialization
  rtlwifi: rtl8192de: Convert driver to use common DM table
    initialization
  rtlwifi: rtl8192ee: Convert driver to use common DM table
    initialization
  rtlwifi: rtl8723ae: Convert driver to use common DM table
    initialization
  rtlwifi: rtl8723be: Convert driver to use common DM table
    initialization
  rtlwifi: rtl8821ae: Convert driver to use common DM table
    initialization
  rtlwifi: Move macro definitions to core

 drivers/net/wireless/rtlwifi/core.c               | 37 +++++++++++++++
 drivers/net/wireless/rtlwifi/core.h               | 41 ++++++++++++++++
 drivers/net/wireless/rtlwifi/rtl8188ee/dm.c       | 36 ++------------
 drivers/net/wireless/rtlwifi/rtl8188ee/dm.h       | 41 ----------------
 drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c | 45 ++++--------------
 drivers/net/wireless/rtlwifi/rtl8192c/dm_common.h | 38 ---------------
 drivers/net/wireless/rtlwifi/rtl8192ce/dm.c       |  1 +
 drivers/net/wireless/rtlwifi/rtl8192ce/dm.h       | 13 -----
 drivers/net/wireless/rtlwifi/rtl8192de/dm.c       | 33 ++-----------
 drivers/net/wireless/rtlwifi/rtl8192de/dm.h       | 38 ---------------
 drivers/net/wireless/rtlwifi/rtl8192ee/dm.c       | 55 ++++++---------------
 drivers/net/wireless/rtlwifi/rtl8192ee/dm.h       | 16 -------
 drivers/net/wireless/rtlwifi/rtl8192se/dm.c       |  7 +--
 drivers/net/wireless/rtlwifi/rtl8192se/dm.h       | 28 -----------
 drivers/net/wireless/rtlwifi/rtl8723ae/dm.c       | 42 ++++------------
 drivers/net/wireless/rtlwifi/rtl8723ae/dm.h       | 38 ---------------
 drivers/net/wireless/rtlwifi/rtl8723be/dm.c       | 55 ++++++---------------
 drivers/net/wireless/rtlwifi/rtl8723be/dm.h       | 33 -------------
 drivers/net/wireless/rtlwifi/rtl8723be/sw.c       | 11 +++--
 drivers/net/wireless/rtlwifi/rtl8821ae/dm.c       | 58 +++++++----------------
 drivers/net/wireless/rtlwifi/rtl8821ae/dm.h       | 41 ----------------
 drivers/net/wireless/rtlwifi/wifi.h               |  2 -
 22 files changed, 157 insertions(+), 552 deletions(-)

-- 
2.1.2


             reply	other threads:[~2015-01-02 16:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-02 16:58 Larry Finger [this message]
2015-01-02 16:58 ` [PATCH 01/11] rtlwifi: Unify variable naming for all drivers Larry Finger
2015-01-02 16:58 ` [PATCH 02/11] rtlwifi: rtl8723be: Improve modinfo output Larry Finger
2015-01-02 18:35   ` Sergei Shtylyov
2015-01-06 15:59     ` Larry Finger
2015-01-02 16:58 ` [PATCH 03/11] rtlwifi: Create new routine to initialize the DM tables Larry Finger
2015-01-02 16:58 ` [PATCH 04/11] rtlwifi: rtl8188ee: Convert driver to use the common DM table init routine Larry Finger
2015-01-02 16:58 ` [PATCH 05/11] rtlwifi: rtl8192c-common: Convert driver to use common DM table initialization Larry Finger
2015-01-02 16:58 ` [PATCH 06/11] rtlwifi: rtl8192de: " Larry Finger
2015-01-02 16:58 ` [PATCH 07/11] rtlwifi: rtl8192ee: " Larry Finger
2015-01-02 16:58 ` [PATCH 08/11] rtlwifi: rtl8723ae: " Larry Finger
2015-01-02 16:58 ` [PATCH 09/11] rtlwifi: rtl8723be: " Larry Finger
2015-01-02 16:58 ` [PATCH 10/11] rtlwifi: rtl8821ae: " Larry Finger
2015-01-02 16:58 ` [PATCH 11/11] rtlwifi: Move macro definitions to core Larry Finger

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=1420217908-1382-1-git-send-email-Larry.Finger@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).