This set adds support for MOXA ART SoC. Applies to arm-soc/for-next.
Note: no boot without clocksource and irqchip drivers (I'll submit these separately to the correct maintainers). The main thread of discussion can be found here: http://lists.infradead.org/pipermail/linux-arm-kernel/2013-May/168438.html Full source (including drivers) here: https://code.google.com/p/linux-3-10-rc1-moxart/source/list Jonas Jensen (3): ARM: mach-moxart: add MOXA ART SoC files ARM: mach-moxart: add MOXA ART device tree files ARM: mach-moxart: add MOXA ART UART debug files arch/arm/Kconfig | 2 + arch/arm/Kconfig.debug | 10 +++ arch/arm/Makefile | 1 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/moxart-uc7112lx.dts | 89 ++++++++++++++++++++++ arch/arm/boot/dts/moxart.dtsi | 84 +++++++++++++++++++++ arch/arm/configs/moxart_uc7112lx_defconfig | 112 ++++++++++++++++++++++++++++ arch/arm/include/debug/moxart.S | 14 ++++ arch/arm/mach-moxart/Kconfig | 28 +++++++ arch/arm/mach-moxart/Makefile | 10 +++ arch/arm/mach-moxart/idle.c | 21 +++++ arch/arm/mach-moxart/moxart.c | 23 ++++++ 12 files changed, 395 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/moxart-uc7112lx.dts create mode 100644 arch/arm/boot/dts/moxart.dtsi create mode 100644 arch/arm/configs/moxart_uc7112lx_defconfig create mode 100644 arch/arm/include/debug/moxart.S create mode 100644 arch/arm/mach-moxart/Kconfig create mode 100644 arch/arm/mach-moxart/Makefile create mode 100644 arch/arm/mach-moxart/idle.c create mode 100644 arch/arm/mach-moxart/moxart.c -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/