From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
linux-samsung-soc@vger.kernel.org,
broonie@opensource.wolfsonmicro.com
Subject: [GIT PULL] Samsung fixes for v3.3
Date: Thu, 12 Jan 2012 02:35:27 +0900 [thread overview]
Message-ID: <4F0DC85F.2040204@samsung.com> (raw)
Hi Arnd and Olof,
Here is first fixes of Samsung stuff for v3.3.
Please pull that from following:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
samsung-fixes
If any problems, please let me know.
As a note, as we discussed, please kindly ignore previous 'pull request'
of next-samsung-devel-samsung which maybe are in late/devel.
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 e343a895a9f342f239c5e3c5ffc6c0b1707e6244:
Merge tag 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (2012-01-10
18:04:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
samsung-fixes
Mark Brown (7):
ARM: SAMSUNG: Guard against multiple inclusion of plat/dma.h
ARM: SAMSUNG: dma-ops.h needs mach/dma.h
ARM: SAMSUNG: Declare struct platform_device in plat/s3c64xx-spi.h
ARM: S3C64XX: Remove unconditional power domain disables
ARM: S3C64XX: Remove hsmmc1 from Cragganmore
ARM: S3C64XX: Fix the memory mapped GPIOs on Cragganmore
ARM: S3C64XX: Fix interrupt configuration for PCA935x on Cragganmore
Tushar Behera (1):
ARM: EXYNOS: Invert VCLK polarity for framebuffer on ORIGEN
arch/arm/mach-exynos/mach-origen.c | 3 ++-
arch/arm/mach-s3c64xx/include/mach/crag6410.h | 1 +
arch/arm/mach-s3c64xx/mach-crag6410.c | 13 +++----------
arch/arm/mach-s3c64xx/pm.c | 13 -------------
arch/arm/plat-samsung/include/plat/dma-ops.h | 1 +
arch/arm/plat-samsung/include/plat/dma.h | 6 +++++-
arch/arm/plat-samsung/include/plat/s3c64xx-spi.h | 2 ++
7 files changed, 14 insertions(+), 25 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung fixes for v3.3
Date: Thu, 12 Jan 2012 02:35:27 +0900 [thread overview]
Message-ID: <4F0DC85F.2040204@samsung.com> (raw)
Hi Arnd and Olof,
Here is first fixes of Samsung stuff for v3.3.
Please pull that from following:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
samsung-fixes
If any problems, please let me know.
As a note, as we discussed, please kindly ignore previous 'pull request'
of next-samsung-devel-samsung which maybe are in late/devel.
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 e343a895a9f342f239c5e3c5ffc6c0b1707e6244:
Merge tag 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (2012-01-10
18:04:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
samsung-fixes
Mark Brown (7):
ARM: SAMSUNG: Guard against multiple inclusion of plat/dma.h
ARM: SAMSUNG: dma-ops.h needs mach/dma.h
ARM: SAMSUNG: Declare struct platform_device in plat/s3c64xx-spi.h
ARM: S3C64XX: Remove unconditional power domain disables
ARM: S3C64XX: Remove hsmmc1 from Cragganmore
ARM: S3C64XX: Fix the memory mapped GPIOs on Cragganmore
ARM: S3C64XX: Fix interrupt configuration for PCA935x on Cragganmore
Tushar Behera (1):
ARM: EXYNOS: Invert VCLK polarity for framebuffer on ORIGEN
arch/arm/mach-exynos/mach-origen.c | 3 ++-
arch/arm/mach-s3c64xx/include/mach/crag6410.h | 1 +
arch/arm/mach-s3c64xx/mach-crag6410.c | 13 +++----------
arch/arm/mach-s3c64xx/pm.c | 13 -------------
arch/arm/plat-samsung/include/plat/dma-ops.h | 1 +
arch/arm/plat-samsung/include/plat/dma.h | 6 +++++-
arch/arm/plat-samsung/include/plat/s3c64xx-spi.h | 2 ++
7 files changed, 14 insertions(+), 25 deletions(-)
next reply other threads:[~2012-01-11 17:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-11 17:35 Kukjin Kim [this message]
2012-01-11 17:35 ` [GIT PULL] Samsung fixes for v3.3 Kukjin Kim
2012-01-17 6:39 ` Olof Johansson
2012-01-17 6:39 ` Olof Johansson
-- strict thread matches above, loose matches on Subject: below --
2012-01-16 9:17 Marek Szyprowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F0DC85F.2040204@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arnd@arndb.de \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.