mbox series

[GIT,PULL,1/2] ARM: exynos: mach/soc for v4.20 (or 5.0)

Message ID 20180921174520.9126-2-krzk@kernel.org
State New
Headers show
Series [GIT,PULL,1/2] ARM: exynos: mach/soc for v4.20 (or 5.0) | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.20

Message

Krzysztof Kozlowski Sept. 21, 2018, 5:45 p.m. UTC
Hi,

Nothing special, description in tag.


Best regards,
Krzysztof


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.20

for you to fetch changes up to f30858439e7db9ce9847eaedf440635fc6349c6e:

  ARM: s3c24xx: Restore proper usage of pr_info/pr_cont (2018-09-19 19:11:17 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v4.20

1. Fix imprecise abort during Odroid XU3-family suspend to RAM (but it
   is not end of work needed for suspend).
2. Cleanup and fix of SD card write protect on MINI2440.

----------------------------------------------------------------
Cedric Roux (3):
      ARM: s3c24xx: formatting cleanup in mach-mini2440.c
      ARM: s3c24xx: Correct SD card write protect detection on Mini2440
      ARM: s3c24xx: Restore proper usage of pr_info/pr_cont

Krzysztof Kozlowski (4):
      ARM: exynos: Store Exynos5420 register state in one variable
      ARM: exynos: Fix imprecise abort during Exynos5422 suspend to RAM
      ARM: s3c24xx: Remove empty gta02_pmu children probe
      ARM: s3c24xx: Consistently use tab for indenting member assignments

 Documentation/arm/Samsung/Bootloader-interface.txt |   1 +
 arch/arm/mach-exynos/common.h                      |   1 +
 arch/arm/mach-exynos/firmware.c                    |  14 ++-
 arch/arm/mach-exynos/suspend.c                     |  34 +++++--
 arch/arm/mach-s3c24xx/mach-gta02.c                 |  42 --------
 arch/arm/mach-s3c24xx/mach-mini2440.c              | 113 +++++++++++----------
 6 files changed, 97 insertions(+), 108 deletions(-)

Comments

Olof Johansson Sept. 23, 2018, 1:48 p.m. UTC | #1
On Fri, Sep 21, 2018 at 07:45:20PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Nothing special, description in tag.
> 
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.20
> 
> for you to fetch changes up to f30858439e7db9ce9847eaedf440635fc6349c6e:
> 
>   ARM: s3c24xx: Restore proper usage of pr_info/pr_cont (2018-09-19 19:11:17 +0200)
> 
> ----------------------------------------------------------------
> Samsung mach/soc changes for v4.20
> 
> 1. Fix imprecise abort during Odroid XU3-family suspend to RAM (but it
>    is not end of work needed for suspend).
> 2. Cleanup and fix of SD card write protect on MINI2440.

Merged, thanks!

-Olof