mbox

[GIT,PULL] Samsung 2nd fixes for v4.0

Message ID 551C29AB.7030306@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Message

'Kukjin Kim' April 1, 2015, 5:23 p.m. UTC
Hi Arnd, Olof, Kevin,

Here is 2nd Samsung fixes for v4.0 and it fixes arm allmodconfig build
breakage and exynos5250-spring lid, power-pin and mmc nodes dt updates.

Please pull and sorry for pretty late pull-request for v4.0.

Thanks,
Kukjin


The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes-2

for you to fetch changes up to cfdda3535f87e752780ca18a57d13db58f6a6913:

  ARM: EXYNOS: Fix build breakage cpuidle on !SMP (2015-03-18 03:26:11
+0900)

----------------------------------------------------------------
Samsung 2nd fixes for v4.0

- Fix build breakage exynos cpuidle driver on !SMP
  because it is coupled built-in so added check for SMP.

- Fix lid, power pin-functions and mmc node updates
  for exynos5250-spring: Fixes commit ID 53dd4138bb0a
  ("ARM: dts: Add exynos5250-spring device tree")

----------------------------------------------------------------
Andreas Faerber (2):
      ARM: dts: fix mmc node updates for exynos5250-spring
      ARM: dts: fix lid and power pin-functions for exynos5250-spring

Bartlomiej Zolnierkiewicz (1):
      ARM: EXYNOS: Fix build breakage cpuidle on !SMP

 arch/arm/boot/dts/exynos5250-spring.dts | 20 ++++++--------------
 arch/arm/mach-exynos/exynos.c           |  2 +-
 arch/arm/mach-exynos/pm.c               |  2 ++
 drivers/cpuidle/cpuidle-exynos.c        |  3 ++-
 4 files changed, 11 insertions(+), 16 deletions(-)

Comments

Olof Johansson April 3, 2015, 9:52 p.m. UTC | #1
On Thu, Apr 02, 2015 at 02:23:55AM +0900, Kukjin Kim wrote:
> Hi Arnd, Olof, Kevin,
> 
> Here is 2nd Samsung fixes for v4.0 and it fixes arm allmodconfig build
> breakage and exynos5250-spring lid, power-pin and mmc nodes dt updates.
> 
> Please pull and sorry for pretty late pull-request for v4.0.
> 
> Thanks,
> Kukjin
> 
> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-fixes-2
> 
> for you to fetch changes up to cfdda3535f87e752780ca18a57d13db58f6a6913:
> 
>   ARM: EXYNOS: Fix build breakage cpuidle on !SMP (2015-03-18 03:26:11
> +0900)

Merged.


-Olof