Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1281405
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL 2/9] ARM: EXYNOS: Exynos SoC/mach specific code for v4.5 |
| Date | 2015-12-02 02:50 +0100 |
| Message-ID | <qB4Ir-BW-23@gated-at.bofh.it> (permalink) |
| References | <qB4Iq-BW-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Kukjin,
SoC/mach specific code.
Best regards,
Krzysztof
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.5
for you to fetch changes up to 8438aef01d3560549b3a95d247b3a69311fa6f2d:
ARM: EXYNOS: Remove redundant code from regs-pmu.h (2015-11-20 16:00:47 +0900)
----------------------------------------------------------------
Samsung Exynos improvements for 4.5:
1. Switch from Exynos-specific restart/poweroff handler
(mach-exynos/pmu.c) to generic syscon-reboot and syscon-poweroff
drivers.
This depends on adding syscon nodes to DTS to preserve
bisectability.
2. Minor improvements.
----------------------------------------------------------------
Alim Akhtar (5):
ARM: dts: Add syscon-{reboot, poweroff} nodes for exynos3250
ARM: dts: Add syscon-{reboot, poweroff} nodes for exynos4
ARM: dts: Add syscon-{reboot, poweroff} nodes for exynos5
ARM: dts: Add syscon-{reboot, poweroff} nodes for exynos5410
ARM: EXYNOS: Switch to syscon reboot and poweroff
Krzysztof Kozlowski (2):
Merge tag 'samsung-dt-syscon-restart-4.5' into next/soc
ARM: EXYNOS: Constify local exynos_pmu_data structure
Pankaj Dubey (1):
ARM: EXYNOS: Remove redundant code from regs-pmu.h
arch/arm/boot/dts/exynos3250.dtsi | 14 ++++++++++++
arch/arm/boot/dts/exynos4.dtsi | 14 ++++++++++++
arch/arm/boot/dts/exynos5.dtsi | 14 ++++++++++++
arch/arm/boot/dts/exynos5410.dtsi | 14 ++++++++++++
arch/arm/mach-exynos/Kconfig | 3 +++
arch/arm/mach-exynos/pmu.c | 45 ++-------------------------------------
arch/arm/mach-exynos/regs-pmu.h | 9 --------
7 files changed, 61 insertions(+), 52 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL 2/9] ARM: EXYNOS: Exynos SoC/mach specific code for v4.5 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-12-02 02:50 +0100
csiph-web