* [GIT PULL] Samsung fixes-3 for v3.8
@ 2013-01-17 0:10 Kukjin Kim
2013-01-17 0:22 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2013-01-17 0:10 UTC (permalink / raw)
To: linux-arm-kernel
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
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-s3c24xx/common-s3c2443.c | 2 +-
arch/arm/mach-s3c24xx/irq-s3c2416.c | 6 +++---
arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 +-
arch/arm/mach-s3c64xx/pm.c | 2 ++
6 files changed, 17 insertions(+), 15 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Samsung fixes-3 for v3.8
2013-01-17 0:10 [GIT PULL] Samsung fixes-3 for v3.8 Kukjin Kim
@ 2013-01-17 0:22 ` Olof Johansson
2013-01-17 0:35 ` Kukjin Kim
0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2013-01-17 0:22 UTC (permalink / raw)
To: linux-arm-kernel
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.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Samsung fixes-3 for v3.8
2013-01-17 0:22 ` Olof Johansson
@ 2013-01-17 0:35 ` Kukjin Kim
2013-01-17 0:36 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2013-01-17 0:35 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Samsung fixes-3 for v3.8
2013-01-17 0:35 ` Kukjin Kim
@ 2013-01-17 0:36 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-01-17 0:36 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-17 0:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17 0:10 [GIT PULL] Samsung fixes-3 for v3.8 Kukjin Kim
2013-01-17 0:22 ` Olof Johansson
2013-01-17 0:35 ` Kukjin Kim
2013-01-17 0:36 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox