Add initial support for the Qualcomm MSM8960 target. Stepan Moskovchenko (7): msm: io: I/O register definitions for MSM8960 msm: Physical offset for MSM8960 msm: irqs-8960: Interrupt map for MSM8960 msm: Board file for MSM8960 simulator msm: timer: Timer support for MSM8960 msm: Makefile cleanup msm: Build support for the MSM8960 target arch/arm/mach-msm/Kconfig | 16 ++ arch/arm/mach-msm/Makefile | 20 +- arch/arm/mach-msm/board-msm8960.c | 71 ++++++ arch/arm/mach-msm/include/mach/io.h | 1 + arch/arm/mach-msm/include/mach/irqs-8960.h | 293 +++++++++++++++++++++++ arch/arm/mach-msm/include/mach/irqs.h | 2 + arch/arm/mach-msm/include/mach/memory.h | 2 + arch/arm/mach-msm/include/mach/msm_iomap-8960.h | 55 +++++ arch/arm/mach-msm/include/mach/msm_iomap.h | 2 + arch/arm/mach-msm/io.c | 14 + arch/arm/mach-msm/timer.c | 3 +- 11 files changed, 466 insertions(+), 13 deletions(-) create mode 100644 arch/arm/mach-msm/board-msm8960.c create mode 100644 arch/arm/mach-msm/include/mach/irqs-8960.h create mode 100644 arch/arm/mach-msm/include/mach/msm_iomap-8960.h Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html