mbox series

[GIT,PULL,3/3] ARM: samsung: Mach/soc for v4.19

Message ID 20180725162340.7488-3-krzk@kernel.org
State New
Headers show
Series [GIT,PULL,1/3] drivers: samsung: Cleanup for v4.19 | expand

Pull-request

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

Message

Krzysztof Kozlowski July 25, 2018, 4:23 p.m. UTC
Hi,

Rebased on v4.18-rc2, because at v4.18-rc1 the NFS root boot, which I use at my
testing setup (https://krzk.eu), was broken.

Best regards,
Krzysztof


The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

  Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the git repository at:

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

for you to fetch changes up to cd4806911cee3901bc2b5eb95603cf1958720b57:

  ARM: exynos: Clear global variable on init error path (2018-07-24 18:52:14 +0200)

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

Minor cleanups and fixes.

----------------------------------------------------------------
Denis Efremov (1):
      ARM: s3c24xx: Fix typo in guard macro of s3c2412.h

Krzysztof Kozlowski (2):
      ARM: exynos: Remove outdated maintainer information
      ARM: exynos: Clear global variable on init error path

 arch/arm/mach-exynos/exynos.c                | 2 --
 arch/arm/mach-exynos/suspend.c               | 1 +
 arch/arm/mach-s3c24xx/include/mach/s3c2412.h | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

Comments

Olof Johansson July 26, 2018, 7:18 a.m. UTC | #1
On Wed, Jul 25, 2018 at 06:23:40PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> Rebased on v4.18-rc2, because at v4.18-rc1 the NFS root boot, which I use at my
> testing setup (https://krzk.eu), was broken.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:
> 
>   Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.19
> 
> for you to fetch changes up to cd4806911cee3901bc2b5eb95603cf1958720b57:
> 
>   ARM: exynos: Clear global variable on init error path (2018-07-24 18:52:14 +0200)
> 
> ----------------------------------------------------------------
> Samsung mach/soc changes for v4.19
> 
> Minor cleanups and fixes.

Merged, thanks!


-Olof