Here is patchset v2 with coding style fixes and code improvements. Rene Bolldorf (2): Initial PCI support for Atheros 724x SoCs. (v2) Initial support for the Ubiquiti Networks XM board (rev 1.0). (patch v2) arch/mips/ath79/Kconfig | 11 ++ arch/mips/ath79/Makefile | 1 + arch/mips/ath79/mach-ubnt-xm.c | 119 ++++++++++++++++ arch/mips/ath79/machtypes.h | 1 + arch/mips/include/asm/mach-ath79/pci-ath724x.h | 21 +++ arch/mips/pci/Makefile | 1 + arch/mips/pci/pci-ath724x.c | 174 ++++++++++++++++++++++++ 7 files changed, 328 insertions(+), 0 deletions(-) create mode 100644 arch/mips/ath79/mach-ubnt-xm.c create mode 100644 arch/mips/include/asm/mach-ath79/pci-ath724x.h create mode 100644 arch/mips/pci/pci-ath724x.c -- 1.7.7.1