This series adds support for the Qualcomm Atheros QCA955[68] SoCs and for the AP136-010 reference board The series depends on the following patch: MIPS: ath79: use dynamically allocated USB platform devices https://patchwork.linux-mips.org/patch/4933/ Gabor Juhos (11): MIPS: ath79: add early printk support for the QCA955X SoCs MIPS: ath79: add SoC detection code for the QCA955X SoCs MIPS: ath79: add clock setup code for the QCA955X SoCs MIPS: ath79: add IRQ handling code for the QCA955X SoCs MIPS: ath79: add GPIO setup code for the QCA955X SoCs MIPS: ath79: add QCA955X specific glue to ath79_device_reset_{set,clear} MIPS: ath79: register UART for the QCA955X SoCs MIPS: ath79: add WMAC registration code for the QCA955X SoCs MIPS: ath79: add PCI controller registration code for the QCA9558 SoC MIPS: ath79: add USB controller registration code for the QCA955X SoCs MIPS: ath79: add support for the Qualcomm Atheros AP136-010 board arch/mips/ath79/Kconfig | 20 ++- arch/mips/ath79/Makefile | 1 + arch/mips/ath79/clock.c | 78 ++++++++++++ arch/mips/ath79/common.c | 4 + arch/mips/ath79/dev-common.c | 3 +- arch/mips/ath79/dev-usb.c | 15 +++ arch/mips/ath79/dev-wmac.c | 20 +++ arch/mips/ath79/early_printk.c | 2 + arch/mips/ath79/gpio.c | 4 +- arch/mips/ath79/irq.c | 110 +++++++++++++++-- arch/mips/ath79/mach-ap136.c | 156 ++++++++++++++++++++++++ arch/mips/ath79/machtypes.h | 1 + arch/mips/ath79/pci.c | 36 ++++++ arch/mips/ath79/setup.c | 18 ++- arch/mips/configs/ath79_defconfig | 1 + arch/mips/include/asm/mach-ath79/ar71xx_regs.h | 96 +++++++++++++++ arch/mips/include/asm/mach-ath79/ath79.h | 17 +++ arch/mips/include/asm/mach-ath79/irq.h | 6 +- 18 files changed, 576 insertions(+), 12 deletions(-) create mode 100644 arch/mips/ath79/mach-ap136.c -- 1.7.10