From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>,
Kevin Hilman <khilman@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
arm@kernel.org
Subject: [GIT PULL 1/6] Samsung cleanup for v3.13
Date: Mon, 21 Oct 2013 07:14:35 +0900 [thread overview]
Message-ID: <526455CB.6050507@samsung.com> (raw)
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-cleanup
for you to fetch changes up to ae3c5d74ea0d5e2f1c32c527e5de36c7614525af:
ARM: EXYNOS: remove CONFIG_MACH_EXYNOS[4, 5]_DT config options
(2013-10-21 06:35:47 +0900)
----------------------------------------------------------------
Samsung Cleanup for v3.13
- remove unnecessary config options and header inclusions
- use CONFIG_ARCH_S3C64XX instead of PLAT_S3C64XX
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
ARM: EXYNOS: remove CONFIG_MACH_EXYNOS[4, 5]_DT config options
Jingoo Han (1):
ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5
dt machine file
Tomasz Figa (5):
ARM: S3C64XX: Move if ARCH_S3C64XX statement into mach-s3c64xx
gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support
s3c-camif: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support
ASoC: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support
ARM: S3C64XX: Kill CONFIG_PLAT_S3C64XX
arch/arm/Kconfig | 4 ++--
arch/arm/mach-exynos/Kconfig | 38
++++++++--------------------------
arch/arm/mach-exynos/Makefile | 4 ++--
arch/arm/mach-exynos/mach-exynos4-dt.c | 4 ----
arch/arm/mach-exynos/mach-exynos5-dt.c | 4 ----
arch/arm/mach-s3c64xx/Kconfig | 13 +++---------
drivers/gpio/gpio-samsung.c | 8 +++----
drivers/media/platform/Kconfig | 2 +-
sound/soc/samsung/s3c-i2s-v2.c | 6 +-----
9 files changed, 22 insertions(+), 61 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 1/6] Samsung cleanup for v3.13
Date: Mon, 21 Oct 2013 07:14:35 +0900 [thread overview]
Message-ID: <526455CB.6050507@samsung.com> (raw)
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-cleanup
for you to fetch changes up to ae3c5d74ea0d5e2f1c32c527e5de36c7614525af:
ARM: EXYNOS: remove CONFIG_MACH_EXYNOS[4, 5]_DT config options
(2013-10-21 06:35:47 +0900)
----------------------------------------------------------------
Samsung Cleanup for v3.13
- remove unnecessary config options and header inclusions
- use CONFIG_ARCH_S3C64XX instead of PLAT_S3C64XX
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
ARM: EXYNOS: remove CONFIG_MACH_EXYNOS[4, 5]_DT config options
Jingoo Han (1):
ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5
dt machine file
Tomasz Figa (5):
ARM: S3C64XX: Move if ARCH_S3C64XX statement into mach-s3c64xx
gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support
s3c-camif: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support
ASoC: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support
ARM: S3C64XX: Kill CONFIG_PLAT_S3C64XX
arch/arm/Kconfig | 4 ++--
arch/arm/mach-exynos/Kconfig | 38
++++++++--------------------------
arch/arm/mach-exynos/Makefile | 4 ++--
arch/arm/mach-exynos/mach-exynos4-dt.c | 4 ----
arch/arm/mach-exynos/mach-exynos5-dt.c | 4 ----
arch/arm/mach-s3c64xx/Kconfig | 13 +++---------
drivers/gpio/gpio-samsung.c | 8 +++----
drivers/media/platform/Kconfig | 2 +-
sound/soc/samsung/s3c-i2s-v2.c | 6 +-----
9 files changed, 22 insertions(+), 61 deletions(-)
next reply other threads:[~2013-10-20 22:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-20 22:14 Kukjin Kim [this message]
2013-10-20 22:14 ` [GIT PULL 1/6] Samsung cleanup for v3.13 Kukjin Kim
2013-10-28 4:33 ` Olof Johansson
2013-10-28 4:33 ` Olof Johansson
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=526455CB.6050507@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=khilman@linaro.org \
--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.