This patch-set makes it possible to register a platform device for the built-in wireless MAC of the Atheros AR933X SoCs. Gabor Juhos (6): MIPS: ath79: store the SoC revision in a global variable MIPS: ath79: remove 'ar913x' from common variable and function names MIPS: ath79: separate AR913x SoC specific WMAC setup code MIPS: ath79: add AR933x specific WMAC setup code MIPS: ath79: rename ATH79_DEV_AR913X_WMAC option to ATH79_DEV_WMAC MIPS: ath79: register the wireless MAC device on the AP121 board arch/mips/ath79/Kconfig | 11 ++-- arch/mips/ath79/Makefile | 2 +- arch/mips/ath79/common.c | 1 + arch/mips/ath79/dev-ar913x-wmac.c | 81 +++++++++++++++++++----- arch/mips/ath79/dev-ar913x-wmac.h | 12 ++-- arch/mips/ath79/mach-ap121.c | 4 + arch/mips/ath79/mach-ap81.c | 2 +- arch/mips/ath79/setup.c | 2 + arch/mips/include/asm/mach-ath79/ar71xx_regs.h | 4 +- arch/mips/include/asm/mach-ath79/ath79.h | 1 + 10 files changed, 90 insertions(+), 30 deletions(-) -- 1.7.2.1