diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-10-11 15:27:55 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-10-11 15:28:31 +0200 |
commit | 6ba3f37f6223ceacf17240c849a5a489fc4adb0b (patch) | |
tree | d17a6a824dbe91592eb37d0269fb4fc78f353eee /Documentation | |
parent | arm64: exynos: Enable generic power domain support (diff) | |
parent | ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms (diff) | |
download | linux-6ba3f37f6223ceacf17240c849a5a489fc4adb0b.tar.xz linux-6ba3f37f6223ceacf17240c849a5a489fc4adb0b.zip |
Merge tag 'samsung-soc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/soc
Samsung mach/soc changes for v4.20, second round
1. Disable SAMSUNG_PM_CHECK Kconfig feature incompatible with Exynos.
* tag 'samsung-soc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platforms
ARM: s3c24xx: Restore proper usage of pr_info/pr_cont
ARM: s3c24xx: Correct SD card write protect detection on Mini2440
ARM: s3c24xx: Consistently use tab for indenting member assignments
ARM: s3c24xx: formatting cleanup in mach-mini2440.c
ARM: s3c24xx: Remove empty gta02_pmu children probe
ARM: exynos: Fix imprecise abort during Exynos5422 suspend to RAM
ARM: exynos: Store Exynos5420 register state in one variable
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/arm/Samsung/Bootloader-interface.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/arm/Samsung/Bootloader-interface.txt b/Documentation/arm/Samsung/Bootloader-interface.txt index ed494ac0beb2..d17ed518a7ea 100644 --- a/Documentation/arm/Samsung/Bootloader-interface.txt +++ b/Documentation/arm/Samsung/Bootloader-interface.txt @@ -26,6 +26,7 @@ Offset Value Purpose 0x20 0xfcba0d10 (Magic cookie) AFTR 0x24 exynos_cpu_resume_ns AFTR 0x28 + 4*cpu 0x8 (Magic cookie, Exynos3250) AFTR +0x28 0x0 or last value during resume (Exynos542x) System suspend 2. Secure mode |