From: Oleksij Rempel <linux@rempel-privat.de>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH 00/10] ath9k & ath9k_htc: remove some debugfs code dups
Date: Sun, 11 May 2014 10:04:30 +0200 [thread overview]
Message-ID: <1399795480-7459-1-git-send-email-linux@rempel-privat.de> (raw)
some debugfs related parts in this drivers are identical or almost identical.
This patch set remove most obvious parts.
Module sizes before patch set:
ath9k_htc 81196
ath9k 125783
ath9k_common 8185
Module sizes after patch set:
ath9k_htc 63361
ath9k 121433
ath9k_common 13145
Oleksij Rempel (10):
ath9k-common: create common-debug and move modal_eeprom to cmn
ath9k_htc: use ath9k_cmn_debug_modal_eeprom
ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eeprom
ath9k_htc: use ath9k_cmn_debug_base_eeprom
ath9k: reorder or remove some includes
ath9k & ath9k_htc: move ath_rx_stats to cmn
ath9k: move recv to ath9k_cmn_debug_recv
ath9k_htc: use ath9k_cmn_debug_recv
ath9k: move phy_err to ath9k_cmn_debug_phy_err
ath9k_htc: use ath9k_cmn_debug_phy_err
drivers/net/wireless/ath/ath9k/Makefile | 3 +-
drivers/net/wireless/ath/ath9k/ath9k.h | 2 +-
drivers/net/wireless/ath/ath9k/common-debug.c | 253 +++++++++++
drivers/net/wireless/ath/ath9k/common-debug.h | 72 ++++
drivers/net/wireless/ath/ath9k/common.h | 1 +
drivers/net/wireless/ath/ath9k/debug.c | 214 +---------
drivers/net/wireless/ath/ath9k/debug.h | 44 --
drivers/net/wireless/ath/ath9k/htc.h | 17 +-
drivers/net/wireless/ath/ath9k/htc_drv_debug.c | 555 ++-----------------------
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 3 +-
drivers/net/wireless/ath/ath9k/hw.c | 1 -
11 files changed, 377 insertions(+), 788 deletions(-)
create mode 100644 drivers/net/wireless/ath/ath9k/common-debug.c
create mode 100644 drivers/net/wireless/ath/ath9k/common-debug.h
--
1.9.1
next reply other threads:[~2014-05-11 8:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-11 8:04 Oleksij Rempel [this message]
2014-05-11 8:04 ` [ath9k-devel] [PATCH 01/10] ath9k-common: create common-debug and move modal_eeprom to cmn Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 02/10] ath9k_htc: use ath9k_cmn_debug_modal_eeprom Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 03/10] ath9k: move base_eeprom debug code to ath9k_cmn_debug_base_eeprom Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 04/10] ath9k_htc: use ath9k_cmn_debug_base_eeprom Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 05/10] ath9k: reorder or remove some includes Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 06/10] ath9k & ath9k_htc: move ath_rx_stats to cmn Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 07/10] ath9k: move recv to ath9k_cmn_debug_recv Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 08/10] ath9k_htc: use ath9k_cmn_debug_recv Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 09/10] ath9k: move phy_err to ath9k_cmn_debug_phy_err Oleksij Rempel
2014-05-11 8:04 ` [ath9k-devel] [PATCH 10/10] ath9k_htc: use ath9k_cmn_debug_phy_err Oleksij Rempel
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=1399795480-7459-1-git-send-email-linux@rempel-privat.de \
--to=linux@rempel-privat.de \
--cc=ath9k-devel@lists.ath9k.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