mbox

[GIT,PULL,v2,10/10] devel-samsung for v3.10

Message ID 51643425.3070108@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim April 9, 2013, 3:30 p.m. UTC
Hi Arnd, Olof

Note, this is re-sending because of missed including fixes in previous 
pull-request [10/10]. Thanks.

- Kukjin

The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:

   Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/devel-samsung-for-v3.10

for you to fetch changes up to 329afd264592f8d0e40fa063c089b35fba0014cc:

   ARM: EXYNOS: replace cpumask by the corresponding macro (2013-04-10 
00:12:27 +0900)

----------------------------------------------------------------
including various development for samsung for v3.10

----------------------------------------------------------------
Charles Keepax (2):
       ARM: S3C64XX: Clear DMA flags on channel request
       ARM: S3C64XX: Slow down mic detection rate for wm5102

Daniel Lezcano (3):
       ARM: EXYNOS: factor out the idle states
       ARM: EXYNOS: handle properly the return values
       ARM: EXYNOS: replace cpumask by the corresponding macro

Inderpal Singh (2):
       ARM: EXYNOS: Add support for rtc wakeup
       ARM: SAMSUNG: check processor type before cache restoration in resume

Jonathan Kliegman (2):
       ARM: EXYNOS: Remove hardcode wakeup unmask for EINT_0
       ARM: EXYNOS: Clear ENABLE_WAKEUP_SW bit when entering suspend

Sylwester Nawrocki (1):
       ARM: SAMSUNG: Export MIPI CSIS/DSIM PHY control functions

  arch/arm/mach-exynos/common.c                |  2 +
  arch/arm/mach-exynos/cpuidle.c               | 58 
+++++++++++++---------------
  arch/arm/mach-exynos/include/mach/pm-core.h  |  9 +----
  arch/arm/mach-s3c64xx/dma.c                  |  1 +
  arch/arm/mach-s3c64xx/mach-crag6410-module.c |  1 +
  arch/arm/plat-samsung/s5p-sleep.S            |  9 +++++
  arch/arm/plat-samsung/setup-mipiphy.c        |  3 ++
  7 files changed, 44 insertions(+), 39 deletions(-)

Comments

Arnd Bergmann April 9, 2013, 9:10 p.m. UTC | #1
On Tuesday 09 April 2013, Kukjin Kim wrote:
> Note, this is re-sending because of missed including fixes in previous 
> pull-request [10/10]. Thanks.
> 
> - Kukjin
> 
> The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:
> 
>    Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)
> 
> are available in the git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
> tags/devel-samsung-for-v3.10
> 

Pulled into next/soc now, thanks!

	Arnd