This is the firt lot of patches that have been staged inside openwrt for a while. There are also fixes for pinctrl, serial and gpio coming up and 2 new drivers for nand and i2c on falcon. John Crispin (10): MIPS: lantiq: handle vmmc memory reservation MIPS: lantiq: add reset-controller api support MIPS: lantiq: reboot gphy on restart MIPS: lantiq: add support for xrx200 firmware depending on soc type MIPS: lantiq: export soc type MIPS: lantiq: move eiu init after irq_domain register MIPS: lantiq: copy the commandline from the devicetree MIPS: lantiq: the detection of the gpe clock is broken MIPS: lantiq: add missing spi clock on falcon SoC MIPS: lantiq: refactor the falcon sysctrl code arch/mips/Kconfig | 2 + arch/mips/include/asm/mach-lantiq/lantiq.h | 2 + arch/mips/lantiq/falcon/sysctrl.c | 108 ++++++++++++---------------- arch/mips/lantiq/irq.c | 48 ++++++------- arch/mips/lantiq/prom.c | 7 ++ arch/mips/lantiq/xway/Makefile | 2 + arch/mips/lantiq/xway/reset.c | 70 +++++++++++++++++- arch/mips/lantiq/xway/vmmc.c | 69 ++++++++++++++++++ arch/mips/lantiq/xway/xrx200_phy_fw.c | 23 +++++- 9 files changed, 244 insertions(+), 87 deletions(-) create mode 100644 arch/mips/lantiq/xway/vmmc.c -- 1.7.10.4