-
- Downloads
Merge tag 'devel-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull late-merged development and first fixes for arm-soc from Olof Johansson: "This branch contains a few development patches for Samsung and Versatile Express that were submitted to arm-soc near the beginning of the merge window. We picked them up with the agreement that they would need to sit in linux-next for a while, and now they have. There are also two fixes: - One long-standing build breakage on ixp4xx due to missing gpiolib dependencies. - The other is for some gpio device tree changes needed on lpc32xx." * tag 'devel-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: LPC32xx: Adjust dts files to gpio dt binding ixp4xx: fix compilation by adding gpiolib support ARM: vexpress: Remove twice included header files ARM: vexpress: Device Tree updates ARM: EXYNOS: Support suspend and resume for EXYNOS5250 ARM: EXYNOS: Add Clock register list for save and restore ARM: EXYNOS: Add PMU table for EXYNOS5250 ARM: EXYNOS: Rename of function for pm.c ARM: EXYNOS: Remove GIC save & restore function ARM: dts: Add node for interrupt combiner controller on EXYNOS5250 ARM: S3C24XX: add support for second irq set of S3C2416 ARM: S3C64XX: use timekeeping wrapper on cpuidle ARM: S3C64XX: declare the states with the new api on cpuidle ARM: S3C64XX: Hook up carrier class modules on Cragganmore ARM: S3C64XX: Initial hookup for Bells module on Cragganmore
Showing
- arch/arm/Kconfig 1 addition, 1 deletionarch/arm/Kconfig
- arch/arm/boot/dts/exynos5250.dtsi 16 additions, 0 deletionsarch/arm/boot/dts/exynos5250.dtsi
- arch/arm/boot/dts/lpc32xx.dtsi 2 additions, 39 deletionsarch/arm/boot/dts/lpc32xx.dtsi
- arch/arm/boot/dts/phy3250.dts 2 additions, 2 deletionsarch/arm/boot/dts/phy3250.dts
- arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts 12 additions, 1 deletionarch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts
- arch/arm/boot/dts/vexpress-v2p-ca5s.dts 9 additions, 4 deletionsarch/arm/boot/dts/vexpress-v2p-ca5s.dts
- arch/arm/boot/dts/vexpress-v2p-ca9.dts 7 additions, 2 deletionsarch/arm/boot/dts/vexpress-v2p-ca9.dts
- arch/arm/mach-exynos/Kconfig 2 additions, 0 deletionsarch/arm/mach-exynos/Kconfig
- arch/arm/mach-exynos/Makefile 1 addition, 1 deletionarch/arm/mach-exynos/Makefile
- arch/arm/mach-exynos/clock-exynos5.c 50 additions, 1 deletionarch/arm/mach-exynos/clock-exynos5.c
- arch/arm/mach-exynos/cpuidle.c 1 addition, 1 deletionarch/arm/mach-exynos/cpuidle.c
- arch/arm/mach-exynos/include/mach/pm-core.h 1 addition, 1 deletionarch/arm/mach-exynos/include/mach/pm-core.h
- arch/arm/mach-exynos/include/mach/pmu.h 2 additions, 2 deletionsarch/arm/mach-exynos/include/mach/pmu.h
- arch/arm/mach-exynos/include/mach/regs-clock.h 17 additions, 1 deletionarch/arm/mach-exynos/include/mach/regs-clock.h
- arch/arm/mach-exynos/include/mach/regs-pmu.h 137 additions, 4 deletionsarch/arm/mach-exynos/include/mach/regs-pmu.h
- arch/arm/mach-exynos/pm.c 77 additions, 146 deletionsarch/arm/mach-exynos/pm.c
- arch/arm/mach-exynos/pmu.c 182 additions, 18 deletionsarch/arm/mach-exynos/pmu.c
- arch/arm/mach-ixp4xx/common.c 46 additions, 2 deletionsarch/arm/mach-ixp4xx/common.c
- arch/arm/mach-ixp4xx/include/mach/gpio.h 1 addition, 78 deletionsarch/arm/mach-ixp4xx/include/mach/gpio.h
- arch/arm/mach-s3c24xx/include/mach/irqs.h 14 additions, 1 deletionarch/arm/mach-s3c24xx/include/mach/irqs.h
Loading
Please register or sign in to comment