-
- Downloads
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Arnd Bergmann: "Nothing frightening this time, just smaller fixes in a number of places. The other changes contained here are: MAINTAINERS file updates: - The mach-gemini maintainer is back in action and has a new git tree - Krzysztof Kozlowski has volunteered to be a new co-maintainer for the samsung platforms - updates to the files that belong to Marvell mvebu Bug fixes: - The largest changes are on omap2, but are only to avoid some harmless warnings and to fix reset on omap4 - a small regression fix on tegra - multiple fixes for incorrect IRQ affinity on vexpress - the missing system controller on arm64 juno is added - one revert of a patch that was accidentally applied twice for mach-rockchip - two clock related DT fixes for mvebu - a workaround for suspend with old DT binaries on new exynos kernels - Another fix for suspend on exynos, needs to be backported" * tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (21 commits) MAINTAINERS: Add dts entries for some of the Marvell SoCs MAINTAINERS: ARM: EXYNOS: Add Krzysztof Kozlowski as co-maintainer ARM: EXYNOS: Use of_machine_is_compatible instead of soc_is_exynos4 ARM: EXYNOS: Fix failed second suspend on Exynos4 Revert "ARM: rockchip: fix undefined instruction of reset_ctrl_regs" ARM: EXYNOS: Fix dereference of ERR_PTR returned by of_genpd_get_from_provider ARM: EXYNOS: Don't try to initialize suspend on old DT ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach Boards ARM: gemini: fix compiler warning due wrong data type ARM: vexpress/tc2: Add interrupt-affinity to the PMU node ARM: vexpress/ca9: Add interrupt-affinity to the PMU node ARM: vexpress/ca9: Add unified-cache property to l2 cache node ARM64: juno: add sp810 support and fix sp804 clock frequency ARM: Gemini: Maintainers update ARM: OMAP2+: Remove bogus struct clk comparison for timer clock ARM: dove: Add clock-names to CuBox Si5351 clk generator ARM: AM33xx+: hwmod: re-use omap4 implementations for reset functionality ARM: OMAP4+: PRM: add support for passing status register/bit info to reset ARM: AM43xx: hwmod: add VPFE hwmod entries ARM: mvebu: Fix the main PLL frequency on Armada 375, 38x and 39x SoCs ...
No related branches found
No related tags found
Showing
- MAINTAINERS 11 additions, 2 deletionsMAINTAINERS
- arch/arm/boot/dts/armada-375.dtsi 1 addition, 1 deletionarch/arm/boot/dts/armada-375.dtsi
- arch/arm/boot/dts/armada-38x.dtsi 1 addition, 1 deletionarch/arm/boot/dts/armada-38x.dtsi
- arch/arm/boot/dts/armada-39x.dtsi 1 addition, 1 deletionarch/arm/boot/dts/armada-39x.dtsi
- arch/arm/boot/dts/dove-cubox.dts 1 addition, 0 deletionsarch/arm/boot/dts/dove-cubox.dts
- arch/arm/boot/dts/exynos5420-peach-pit.dts 1 addition, 0 deletionsarch/arm/boot/dts/exynos5420-peach-pit.dts
- arch/arm/boot/dts/exynos5800-peach-pi.dts 1 addition, 0 deletionsarch/arm/boot/dts/exynos5800-peach-pi.dts
- arch/arm/boot/dts/tegra124.dtsi 4 additions, 4 deletionsarch/arm/boot/dts/tegra124.dtsi
- arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts 1 addition, 0 deletionsarch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
- arch/arm/boot/dts/vexpress-v2p-ca9.dts 7 additions, 4 deletionsarch/arm/boot/dts/vexpress-v2p-ca9.dts
- arch/arm/mach-exynos/common.h 2 additions, 0 deletionsarch/arm/mach-exynos/common.h
- arch/arm/mach-exynos/exynos.c 27 additions, 0 deletionsarch/arm/mach-exynos/exynos.c
- arch/arm/mach-exynos/platsmp.c 2 additions, 37 deletionsarch/arm/mach-exynos/platsmp.c
- arch/arm/mach-exynos/pm_domains.c 2 additions, 2 deletionsarch/arm/mach-exynos/pm_domains.c
- arch/arm/mach-exynos/suspend.c 6 additions, 1 deletionarch/arm/mach-exynos/suspend.c
- arch/arm/mach-gemini/common.h 3 additions, 1 deletionarch/arm/mach-gemini/common.h
- arch/arm/mach-gemini/reset.c 3 additions, 1 deletionarch/arm/mach-gemini/reset.c
- arch/arm/mach-omap2/omap_hwmod.c 14 additions, 54 deletionsarch/arm/mach-omap2/omap_hwmod.c
- arch/arm/mach-omap2/omap_hwmod_43xx_data.c 70 additions, 0 deletionsarch/arm/mach-omap2/omap_hwmod_43xx_data.c
- arch/arm/mach-omap2/prcm43xx.h 2 additions, 1 deletionarch/arm/mach-omap2/prcm43xx.h
Loading
Please register or sign in to comment