linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Samsung fixes-4 for v3.3
@ 2012-03-06 10:28 Kukjin Kim
  2012-03-06 10:47 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Kukjin Kim @ 2012-03-06 10:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof

Please pull Samsung fixes for v3.3.

If any problems, please kindly let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

The following changes since commit 6b21d18ed50c7d145220b0724ea7f2613abf0f95:

   Linux 3.3-rc5 (2012-02-25 12:18:16 -0800)

are available in the git repository at:
 
ssh://gitolite at ra.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
v3.3-samsung-fixes-4

Bartlomiej Zolnierkiewicz (1):
       ARM: EXYNOS: fix touchscreen IRQ setup on Universal C210 board

Gusakov Andrey (1):
       ARM: S3C24XX: DMA resume regression fix

Heiko Stuebner (1):
       ARM: S3C24XX: Fix restart on S3C2442

Joonyoung Shim (1):
       ARM: SAMSUNG: Fix memory size for hsotg

  arch/arm/mach-exynos/mach-universal_c210.c |    2 ++
  arch/arm/mach-s3c2440/common.h             |    2 +-
  arch/arm/mach-s3c2440/mach-anubis.c        |    2 +-
  arch/arm/mach-s3c2440/mach-at2440evb.c     |    2 +-
  arch/arm/mach-s3c2440/mach-gta02.c         |    2 +-
  arch/arm/mach-s3c2440/mach-mini2440.c      |    2 +-
  arch/arm/mach-s3c2440/mach-nexcoder.c      |    2 +-
  arch/arm/mach-s3c2440/mach-osiris.c        |    2 +-
  arch/arm/mach-s3c2440/mach-rx1950.c        |    2 +-
  arch/arm/mach-s3c2440/mach-rx3715.c        |    2 +-
  arch/arm/mach-s3c2440/mach-smdk2440.c      |    2 +-
  arch/arm/mach-s3c2440/s3c2440.c            |   13 -------------
  arch/arm/mach-s3c2440/s3c244x.c            |   11 +++++++++++
  arch/arm/plat-s3c24xx/dma.c                |    2 +-
  arch/arm/plat-samsung/devs.c               |    2 +-
  15 files changed, 25 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] Samsung fixes-4 for v3.3
  2012-03-06 10:28 [GIT PULL] Samsung fixes-4 for v3.3 Kukjin Kim
@ 2012-03-06 10:47 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2012-03-06 10:47 UTC (permalink / raw)
  To: linux-arm-kernel

On 03/06/12 02:28, Kukjin Kim wrote:
> Hi Arnd, Olof
>
> Please pull Samsung fixes for v3.3.
>
> If any problems, please kindly let me know.
>
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
> The following changes since commit
> 6b21d18ed50c7d145220b0724ea7f2613abf0f95:
>
> Linux 3.3-rc5 (2012-02-25 12:18:16 -0800)
>
> are available in the git repository at:
>
> ssh://gitolite at ra.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> v3.3-samsung-fixes-4

Oops, should be...
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

>
> Bartlomiej Zolnierkiewicz (1):
> ARM: EXYNOS: fix touchscreen IRQ setup on Universal C210 board
>
> Gusakov Andrey (1):
> ARM: S3C24XX: DMA resume regression fix
>
> Heiko Stuebner (1):
> ARM: S3C24XX: Fix restart on S3C2442
>
> Joonyoung Shim (1):
> ARM: SAMSUNG: Fix memory size for hsotg
>
> arch/arm/mach-exynos/mach-universal_c210.c | 2 ++
> arch/arm/mach-s3c2440/common.h | 2 +-
> arch/arm/mach-s3c2440/mach-anubis.c | 2 +-
> arch/arm/mach-s3c2440/mach-at2440evb.c | 2 +-
> arch/arm/mach-s3c2440/mach-gta02.c | 2 +-
> arch/arm/mach-s3c2440/mach-mini2440.c | 2 +-
> arch/arm/mach-s3c2440/mach-nexcoder.c | 2 +-
> arch/arm/mach-s3c2440/mach-osiris.c | 2 +-
> arch/arm/mach-s3c2440/mach-rx1950.c | 2 +-
> arch/arm/mach-s3c2440/mach-rx3715.c | 2 +-
> arch/arm/mach-s3c2440/mach-smdk2440.c | 2 +-
> arch/arm/mach-s3c2440/s3c2440.c | 13 -------------
> arch/arm/mach-s3c2440/s3c244x.c | 11 +++++++++++
> arch/arm/plat-s3c24xx/dma.c | 2 +-
> arch/arm/plat-samsung/devs.c | 2 +-
> 15 files changed, 25 insertions(+), 25 deletions(-)

-- 
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-06 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 10:28 [GIT PULL] Samsung fixes-4 for v3.3 Kukjin Kim
2012-03-06 10:47 ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).