From: Rosen Penev <rosenp@gmail.com>
To: linux-wireless@vger.kernel.org
Cc: kvalo@kernel.org, toke@toke.dk, nbd@nbd.name,
yangshiji66@outlook.com, hauke@hauke-m.de
Subject: [PATCHv2 0/3] wifi: ath9k: remove platform_data support
Date: Fri, 6 Sep 2024 12:53:56 -0700 [thread overview]
Message-ID: <20240906195359.6982-1-rosenp@gmail.com> (raw)
This series removes platform_data support as it's deprecated, unused,
and replaced by OF.
v2: just remove platform data.
Rosen Penev (3):
wifi: ath9k: eeprom: remove platform data
wifi: ath9k: btcoex: remove platform_data
wifi: ath9k: remove ath9k_platform_data
.../wireless/ath/ath9k/ath9k_pci_owl_loader.c | 1 -
drivers/net/wireless/ath/ath9k/btcoex.c | 16 ++----
drivers/net/wireless/ath/ath9k/eeprom.c | 12 -----
drivers/net/wireless/ath/ath9k/hw.c | 2 +-
drivers/net/wireless/ath/ath9k/init.c | 52 +------------------
include/linux/ath9k_platform.h | 51 ------------------
6 files changed, 6 insertions(+), 128 deletions(-)
delete mode 100644 include/linux/ath9k_platform.h
--
2.46.0
next reply other threads:[~2024-09-06 19:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-06 19:53 Rosen Penev [this message]
2024-09-06 19:53 ` [PATCHv2 1/3] wifi: ath9k: eeprom: remove platform data Rosen Penev
2024-09-13 15:19 ` Toke Høiland-Jørgensen
2024-09-18 17:01 ` Kalle Valo
2024-09-06 19:53 ` [PATCHv2 2/3] wifi: ath9k: btcoex: remove platform_data Rosen Penev
2024-09-13 15:19 ` Toke Høiland-Jørgensen
2024-09-06 19:53 ` [PATCHv2 3/3] wifi: ath9k: remove ath9k_platform_data Rosen Penev
2024-09-13 15:19 ` Toke Høiland-Jørgensen
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=20240906195359.6982-1-rosenp@gmail.com \
--to=rosenp@gmail.com \
--cc=hauke@hauke-m.de \
--cc=kvalo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=nbd@nbd.name \
--cc=toke@toke.dk \
--cc=yangshiji66@outlook.com \
/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.