mbox

[GIT,PULL] Samsung fixes-3 for v3.8

Message ID 0c1201cdf44a$8e44c040$aace40c0$@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim Jan. 17, 2013, 12:35 a.m. UTC
Olof Johansson wrote:
> 
> Hi,
> 
> On Wed, Jan 16, 2013 at 4:10 PM, Kukjin Kim <kgene.kim@samsung.com>
> wrote:
> > Hi Arnd, Olof
> >
> > Here is Samsung fixes for v3.8, please pull from:
> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > v3.8-samsung-fixes-3
> >
> > That branch fixes build warnings and error for S3C24XX/S3C64xx. And
> corrects
> > dw-mshc properties on EXYNOS5 DT and fixes IRQ mapping on
> Cragganmore board.
> >
> > If any problems, please kindly let me know.
> >
> > Thanks.
> >
> > - Kukjin
> >
> > The following changes since commit
> 9931faca02c604c22335f5a935a501bb2ace6e20:
> >
> >   Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > v3.8-samsung-fixes-3
> >
> > for you to fetch changes up to
> cd9a8934a28d604ffb62e80ab08ba12fab128a1e:
> >
> >   ARM: S3C24XX: Make 'clk_msysclk' static (2013-01-16 15:53:48 -0800)
> >
> > ----------------------------------------------------------------
> > Alim Akhtar (1):
> >       ARM: dts: correct the dw-mshc timing properties as per binding
> >
> > Dimitris Papastamos (1):
> >       ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore
> >
> > Sachin Kamat (2):
> >       ARM: S3C24XX: Fix warnings in irq-s3c2416.c
> >       ARM: S3C24XX: Make 'clk_msysclk' static
> 
> Those two are sparse fixes, please queue for 3.9 instead.
> 
Agreed, it's not critical. I did. Can you pull same branch?

If you want new branch for this, let me know.

Thanks.

- Kukjin

The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:

  Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
v3.8-samsung-fixes-3

for you to fetch changes up to b86dc0d8c12bbb9fed3f392c284bdc7114ce00c1:

  ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore (2013-01-16
15:49:53 -0800)

----------------------------------------------------------------
Alim Akhtar (1):
      ARM: dts: correct the dw-mshc timing properties as per binding

Dimitris Papastamos (1):
      ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore

Tomasz Figa (1):
      ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabled

 arch/arm/boot/dts/cros5250-common.dtsi       |   12 ++++++------
 arch/arm/boot/dts/exynos5250-smdk5250.dts    |    8 ++++----
 arch/arm/mach-s3c64xx/mach-crag6410-module.c |    2 +-
 arch/arm/mach-s3c64xx/pm.c                   |    2 ++
 4 files changed, 13 insertions(+), 11 deletions(-)

Comments

Olof Johansson Jan. 17, 2013, 12:36 a.m. UTC | #1
On Wed, Jan 16, 2013 at 4:35 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
>> > Sachin Kamat (2):
>> >       ARM: S3C24XX: Fix warnings in irq-s3c2416.c
>> >       ARM: S3C24XX: Make 'clk_msysclk' static
>>
>> Those two are sparse fixes, please queue for 3.9 instead.
>>
> Agreed, it's not critical. I did. Can you pull same branch?
>
> If you want new branch for this, let me know.

Same branch is fine, will pull tonight.


-Olof