All of lore.kernel.org
 help / color / mirror / Atom feed
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 01/10] cleanup-samsung for v3.10
Date: Tue, 09 Apr 2013 03:17:51 +0900	[thread overview]
Message-ID: <516309CF.6030202@samsung.com> (raw)

The following changes since commit a937538b868b8369b98967929045f1df54234323:

   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-for-v3.10

for you to fetch changes up to fe72e27368265a99f6a0a189a5d593aac320a59d:

   ARM: EXYNOS: remove "config EXYNOS_DEV_DRM" (2013-04-09 00:32:38 +0900)

----------------------------------------------------------------
cleanup unused codes for samsung

----------------------------------------------------------------
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%)
-- 
Thanks.

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

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 01/10] cleanup-samsung for v3.10
Date: Tue, 09 Apr 2013 03:17:51 +0900	[thread overview]
Message-ID: <516309CF.6030202@samsung.com> (raw)

The following changes since commit a937538b868b8369b98967929045f1df54234323:

   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-for-v3.10

for you to fetch changes up to fe72e27368265a99f6a0a189a5d593aac320a59d:

   ARM: EXYNOS: remove "config EXYNOS_DEV_DRM" (2013-04-09 00:32:38 +0900)

----------------------------------------------------------------
cleanup unused codes for samsung

----------------------------------------------------------------
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%)
-- 
Thanks.

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

             reply	other threads:[~2013-04-08 18:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08 18:17 Kukjin Kim [this message]
2013-04-08 18:17 ` [GIT PULL 01/10] cleanup-samsung for v3.10 Kukjin Kim
2013-04-09 13:45 ` Arnd Bergmann
2013-04-09 13:45   ` Arnd Bergmann

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=516309CF.6030202@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.