This series removes platform_data support as it's deprecated, unused, and replaced by OF. Some OF bindings were added to match (improve?) OF support in ath9k compared to platform_data. Rosen Penev (5): wifi: ath9k: eeprom: remove platform data wifi: ath9k: btcoex: remove platform_data wifi: ath9k: add extra options to of_init dt-bindings: net: wireless: ath9k: add new options wifi: ath9k: remove ath9k_platform_data .../bindings/net/wireless/qca,ath9k.yaml | 12 ++++ .../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 | 59 +++---------------- include/linux/ath9k_platform.h | 51 ---------------- 7 files changed, 25 insertions(+), 128 deletions(-) delete mode 100644 include/linux/ath9k_platform.h -- 2.46.0