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"
<linux-samsung-soc@vger.kernel.org>
Subject: [GIT PULL v2 1/4] cleanup-samsung v2 for v3.10
Date: Wed, 10 Apr 2013 22:52:45 +0900 [thread overview]
Message-ID: <51656EAD.1000407@samsung.com> (raw)
Hi Arnd, Olof,
This is for replacing previous pull-request for
tags/cleanup-samsung-for-v3.10 because it included wrong e-mail address
for author.
Please pull this instead. Sorry for that.
Thanks.
- Kukjin
----------------------------------------------------------------
The following changes since commit a937536b868b8369b98967929045f1df54234323:
Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/cleanup-samsung-v2-for-v3.10
for you to fetch changes up to 9bf38322c8ecb0892cc11a61decb870520753673:
ARM: EXYNOS: remove "config EXYNOS_DEV_DRM" (2013-04-10 17:26:05 +0900)
----------------------------------------------------------------
This cleans unused codes and removes unneeded dependencies for Samsung.
Note, this is 2nd version because of wrong e-mail address for author
----------------------------------------------------------------
Alexander Shiyan (3):
ARM: S3C24XX: Removed unneeded dependency on ARCH_S3C24XX for boards
ARM: S3C24XX: Removed unneeded dependency on CPU_S3C2410
ARM: S3C24XX: Removed unneeded dependency on CPU_S3C2412
Jingoo Han (1):
ARM: EXYNOS: change the name of USB ohci header
Padmavathi Venna (1):
ARM: SAMSUNG: Remove unnecessary code for dma
Paul Bolle (11):
ARM: S3C24XX: drop "select MACH_N35"
ARM: S3C24XX: drop "select MACH_NEO1973"
ARM: EXYNOS: drop "select HAVE_SCHED_CLOCK"
ARM: EXYNOS: change HAVE_SAMSUNG_KEYPAD to KEYBOARD_SAMSUNG
ARM: SAMSUNG: remove "config S3C_BOOT_WATCHDOG"
ARM: SAMSUNG: Remove useless Samsung GPIO related CONFIG
ARM: S3C24XX: remove unneeded "config SMDK2440_CPU2442"
ARM: S3C64XX: remove obsolete Makefile line
ARM: S5P64X0: Fix typo "CONFIG_S5P64X0_SETUP_SDHCI"
ARM: SAMSUNG: Fix typo "CONFIG_SAMSUNG_DEV_RTC"
ARM: EXYNOS: remove "config EXYNOS_DEV_DRM"
Sylwester Nawrocki (1):
ARM: S3C24XX: Remove unused GPIO drive strength register definitions
Wei Yongjun (1):
ARM: EXYNOS: remove duplicated include from common.c
arch/arm/Kconfig | 1 -
arch/arm/mach-exynos/Kconfig | 13 +-
arch/arm/mach-exynos/common.c | 1 -
arch/arm/mach-exynos/dev-ohci.c | 2 +-
arch/arm/mach-exynos/mach-origen.c | 2 +-
arch/arm/mach-exynos/mach-smdkv310.c | 2 +-
arch/arm/mach-s3c24xx/Kconfig | 22 +--
arch/arm/mach-s3c24xx/include/mach/dma.h | 1 -
arch/arm/mach-s3c24xx/regs-dsc.h | 203
+--------------------
arch/arm/mach-s3c64xx/Makefile | 1 -
arch/arm/mach-s3c64xx/include/mach/dma.h | 1 -
arch/arm/plat-samsung/Kconfig | 14 --
arch/arm/plat-samsung/dma-ops.c | 10 +-
arch/arm/plat-samsung/include/plat/dma-ops.h | 1 -
arch/arm/plat-samsung/include/plat/dma-pl330.h | 1 -
arch/arm/plat-samsung/include/plat/rtc-core.h | 2 +-
arch/arm/plat-samsung/include/plat/sdhci.h | 4 +-
drivers/usb/host/ohci-exynos.c | 3 +-
.../{usb-exynos.h => usb-ohci-exynos.h} | 0
19 files changed, 20 insertions(+), 264 deletions(-)
rename include/linux/platform_data/{usb-exynos.h => usb-ohci-exynos.h}
(100%)
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 v2 1/4] cleanup-samsung v2 for v3.10
Date: Wed, 10 Apr 2013 22:52:45 +0900 [thread overview]
Message-ID: <51656EAD.1000407@samsung.com> (raw)
Hi Arnd, Olof,
This is for replacing previous pull-request for
tags/cleanup-samsung-for-v3.10 because it included wrong e-mail address
for author.
Please pull this instead. Sorry for that.
Thanks.
- Kukjin
----------------------------------------------------------------
The following changes since commit a937536b868b8369b98967929045f1df54234323:
Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/cleanup-samsung-v2-for-v3.10
for you to fetch changes up to 9bf38322c8ecb0892cc11a61decb870520753673:
ARM: EXYNOS: remove "config EXYNOS_DEV_DRM" (2013-04-10 17:26:05 +0900)
----------------------------------------------------------------
This cleans unused codes and removes unneeded dependencies for Samsung.
Note, this is 2nd version because of wrong e-mail address for author
----------------------------------------------------------------
Alexander Shiyan (3):
ARM: S3C24XX: Removed unneeded dependency on ARCH_S3C24XX for boards
ARM: S3C24XX: Removed unneeded dependency on CPU_S3C2410
ARM: S3C24XX: Removed unneeded dependency on CPU_S3C2412
Jingoo Han (1):
ARM: EXYNOS: change the name of USB ohci header
Padmavathi Venna (1):
ARM: SAMSUNG: Remove unnecessary code for dma
Paul Bolle (11):
ARM: S3C24XX: drop "select MACH_N35"
ARM: S3C24XX: drop "select MACH_NEO1973"
ARM: EXYNOS: drop "select HAVE_SCHED_CLOCK"
ARM: EXYNOS: change HAVE_SAMSUNG_KEYPAD to KEYBOARD_SAMSUNG
ARM: SAMSUNG: remove "config S3C_BOOT_WATCHDOG"
ARM: SAMSUNG: Remove useless Samsung GPIO related CONFIG
ARM: S3C24XX: remove unneeded "config SMDK2440_CPU2442"
ARM: S3C64XX: remove obsolete Makefile line
ARM: S5P64X0: Fix typo "CONFIG_S5P64X0_SETUP_SDHCI"
ARM: SAMSUNG: Fix typo "CONFIG_SAMSUNG_DEV_RTC"
ARM: EXYNOS: remove "config EXYNOS_DEV_DRM"
Sylwester Nawrocki (1):
ARM: S3C24XX: Remove unused GPIO drive strength register definitions
Wei Yongjun (1):
ARM: EXYNOS: remove duplicated include from common.c
arch/arm/Kconfig | 1 -
arch/arm/mach-exynos/Kconfig | 13 +-
arch/arm/mach-exynos/common.c | 1 -
arch/arm/mach-exynos/dev-ohci.c | 2 +-
arch/arm/mach-exynos/mach-origen.c | 2 +-
arch/arm/mach-exynos/mach-smdkv310.c | 2 +-
arch/arm/mach-s3c24xx/Kconfig | 22 +--
arch/arm/mach-s3c24xx/include/mach/dma.h | 1 -
arch/arm/mach-s3c24xx/regs-dsc.h | 203
+--------------------
arch/arm/mach-s3c64xx/Makefile | 1 -
arch/arm/mach-s3c64xx/include/mach/dma.h | 1 -
arch/arm/plat-samsung/Kconfig | 14 --
arch/arm/plat-samsung/dma-ops.c | 10 +-
arch/arm/plat-samsung/include/plat/dma-ops.h | 1 -
arch/arm/plat-samsung/include/plat/dma-pl330.h | 1 -
arch/arm/plat-samsung/include/plat/rtc-core.h | 2 +-
arch/arm/plat-samsung/include/plat/sdhci.h | 4 +-
drivers/usb/host/ohci-exynos.c | 3 +-
.../{usb-exynos.h => usb-ohci-exynos.h} | 0
19 files changed, 20 insertions(+), 264 deletions(-)
rename include/linux/platform_data/{usb-exynos.h => usb-ohci-exynos.h}
(100%)
next reply other threads:[~2013-04-10 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-10 13:52 Kukjin Kim [this message]
2013-04-10 13:52 ` [GIT PULL v2 1/4] cleanup-samsung v2 for v3.10 Kukjin Kim
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=51656EAD.1000407@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arnd@arndb.de \
--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.