mbox

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

Message ID 51630A55.6030703@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 8, 2013, 6:20 p.m. UTC
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 298591f89fd0f3f779a77e589ce2f1c28e9788ed:

   ARM: EXYNOS: replace cpumask by the corresponding macro (2013-04-09 
00:44:35 +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 (2):
       ARM: SAMSUNG: Export MIPI CSIS/DSIM PHY control functions
       ARM: S3C24XX: Correct NR_IRQS definition for s3c2440

  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-s3c24xx/include/mach/irqs.h    |  4 +-
  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 ++
  8 files changed, 45 insertions(+), 42 deletions(-)

Comments

Sylwester Nawrocki April 8, 2013, 8:10 p.m. UTC | #1
On 04/08/2013 08:20 PM, Kukjin Kim wrote:
> 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 298591f89fd0f3f779a77e589ce2f1c28e9788ed:
>
> ARM: EXYNOS: replace cpumask by the corresponding macro (2013-04-09
> 00:44:35 +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 (2):
> ARM: SAMSUNG: Export MIPI CSIS/DSIM PHY control functions

This one was supposed to be a fix for 3.8-rc IIRC. But anyway the whole
file this patch touches is going to be removed in 3.11.

> ARM: S3C24XX: Correct NR_IRQS definition for s3c2440

And this one is needed for 3.9, sorry for not mentioning it in the patch's
description. Together with [1] it makes my s3c2440 SoC based test board
booting again with 3.9-rc6.

[1] http://www.spinics.net/lists/arm-kernel/msg236643.html

Thanks,
Sylwester
Kukjin Kim April 9, 2013, 11:20 a.m. UTC | #2
Sylwester Nawrocki wrote:

[...]

> > Sylwester Nawrocki (2):
> > ARM: SAMSUNG: Export MIPI CSIS/DSIM PHY control functions
> 
> This one was supposed to be a fix for 3.8-rc IIRC. But anyway the whole

If so, this should be sent to stable 3.8 tree, but I'm not sure this is
really bug fix.

> file this patch touches is going to be removed in 3.11.
> 
It means it is still needed for v3.10 :-)

> > ARM: S3C24XX: Correct NR_IRQS definition for s3c2440
> 
> And this one is needed for 3.9, sorry for not mentioning it in the patch's
> description. Together with [1] it makes my s3c2440 SoC based test board
> booting again with 3.9-rc6.
> 
> [1] http://www.spinics.net/lists/arm-kernel/msg236643.html
> 
OK, let me drop it in this branch.

Arnd and Olof, please hold on pulling for this branch. I will sort out soon.

Thanks.

- Kukjin
Sylwester Nawrocki April 9, 2013, 12:09 p.m. UTC | #3
On 04/09/2013 01:20 PM, Kukjin Kim wrote:
> Sylwester Nawrocki wrote:
> 
> [...]
> 
>>> Sylwester Nawrocki (2):
>>> ARM: SAMSUNG: Export MIPI CSIS/DSIM PHY control functions
>>
>> This one was supposed to be a fix for 3.8-rc IIRC. But anyway the whole
> 
> If so, this should be sent to stable 3.8 tree, but I'm not sure this is
> really bug fix.

It prevents build error when MIPI-CSIS driver is build as a loadable module.
That means with some valid kernel configuration the kernel cannot be build.
Hence IMHO it is a bug fix, and sending it to 3.8+ stable indeed seems a
good idea.

>> file this patch touches is going to be removed in 3.11.
>>
> It means it is still needed for v3.10 :-)

Yeah, true. :) Just wanted to note that I have already some RFC patches
for the MIPI CSI-2/DSI DPHY driver using the generic PHY framework.
However this framework is not settled yet, I assume it would be completed
for 3.11.

>>> ARM: S3C24XX: Correct NR_IRQS definition for s3c2440
>>
>> And this one is needed for 3.9, sorry for not mentioning it in the patch's
>> description. Together with [1] it makes my s3c2440 SoC based test board
>> booting again with 3.9-rc6.
>>
>> [1] http://www.spinics.net/lists/arm-kernel/msg236643.html
>>
> OK, let me drop it in this branch.

Thanks!

> Arnd and Olof, please hold on pulling for this branch. I will sort out soon.
> 
> Thanks.
> 
> - Kukjin

Regards,
Sylwester
Kukjin Kim April 9, 2013, 3:32 p.m. UTC | #4
On 04/09/13 21:09, Sylwester Nawrocki wrote:
> On 04/09/2013 01:20 PM, Kukjin Kim wrote:
>> Sylwester Nawrocki wrote:
>>
>> [...]
>>
>>>> Sylwester Nawrocki (2):
>>>> ARM: SAMSUNG: Export MIPI CSIS/DSIM PHY control functions
>>>
>>> This one was supposed to be a fix for 3.8-rc IIRC. But anyway the whole
>>
>> If so, this should be sent to stable 3.8 tree, but I'm not sure this is
>> really bug fix.
>
> It prevents build error when MIPI-CSIS driver is build as a loadable module.
> That means with some valid kernel configuration the kernel cannot be build.
> Hence IMHO it is a bug fix, and sending it to 3.8+ stable indeed seems a
> good idea.
>
OK.

>>> file this patch touches is going to be removed in 3.11.
>>>
>> It means it is still needed for v3.10 :-)
>
> Yeah, true. :) Just wanted to note that I have already some RFC patches
> for the MIPI CSI-2/DSI DPHY driver using the generic PHY framework.
> However this framework is not settled yet, I assume it would be completed
> for 3.11.
>
I see.

>>>> ARM: S3C24XX: Correct NR_IRQS definition for s3c2440
>>>
>>> And this one is needed for 3.9, sorry for not mentioning it in the patch's
>>> description. Together with [1] it makes my s3c2440 SoC based test board
>>> booting again with 3.9-rc6.
>>>
>>> [1] http://www.spinics.net/lists/arm-kernel/msg236643.html
>>>
>> OK, let me drop it in this branch.
>
> Thanks!
>
You're welcome :-)

>> Arnd and Olof, please hold on pulling for this branch. I will sort out soon.
>>
I re-sent pull-request instead of this.

Thanks.

- Kukjin