mbox

[GIT,PULL] Samsung fixes-1 for v3.10

Message ID 51795C62.8070500@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 25, 2013, 4:40 p.m. UTC
The following changes since commit 58a7bbf75442ea439a4d3b7993ad87023e406063:

   ARM: dts: add PDMA0 changes for exynos5440 (2013-04-09 01:39:27 +0900)

are available in the git repository at:

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

for you to fetch changes up to bf49cd7f8d560497cf39065a537f4c722e456cbb:

   ARM: dts: Disable the RTC by default on exynos5 (2013-04-26 01:26:54 
+0900)

----------------------------------------------------------------
Disables the RTC by default on exynos5 to remove lots of warnings in the 
kernel boot log and Fixes build warning on exynos4x12

----------------------------------------------------------------
Doug Anderson (1):
       ARM: dts: Disable the RTC by default on exynos5

Thomas Abraham (1):
       ARM: dts: add mshc controller node for Exynos4x12 SoCs

  arch/arm/boot/dts/exynos4412.dtsi | 8 ++++++++
  arch/arm/boot/dts/exynos5250.dtsi | 1 +
  arch/arm/boot/dts/exynos5440.dtsi | 1 +
  3 files changed, 10 insertions(+)

Comments

Olof Johansson April 27, 2013, 1:01 a.m. UTC | #1
On Fri, Apr 26, 2013 at 01:40:02AM +0900, Kukjin Kim wrote:
> The following changes since commit 58a7bbf75442ea439a4d3b7993ad87023e406063:
> 
>   ARM: dts: add PDMA0 changes for exynos5440 (2013-04-09 01:39:27 +0900)

So these are fixes based on code that's already staged. We normally
don't do that -- if you have a fix for a specific branch that introduced
something, send a fresh pull request for that branch.

Looks like Doug's fix is for the common clock framework branch, so I'll apply
it to next/drivers. Thomas' is for the dt branch. I'll cherry-pick it onto
next/dt2.


-Olof
Kukjin Kim April 28, 2013, 6:34 a.m. UTC | #2
On 04/27/13 10:01, Olof Johansson wrote:
> On Fri, Apr 26, 2013 at 01:40:02AM +0900, Kukjin Kim wrote:
>> The following changes since commit 58a7bbf75442ea439a4d3b7993ad87023e406063:
>>
>>    ARM: dts: add PDMA0 changes for exynos5440 (2013-04-09 01:39:27 +0900)
>
> So these are fixes based on code that's already staged. We normally
> don't do that -- if you have a fix for a specific branch that introduced
> something, send a fresh pull request for that branch.
>
OK.

> Looks like Doug's fix is for the common clock framework branch, so I'll apply
> it to next/drivers. Thomas' is for the dt branch. I'll cherry-pick it onto
> next/dt2.
>
I'm fine. Thanks.

- Kukjin