linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/5] Samsung cleanup-s3c for v3.10
@ 2013-03-07  2:23 Kukjin Kim
  0 siblings, 0 replies; only message in thread
From: Kukjin Kim @ 2013-03-07  2:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

Here is cleanup for s3c stuff.

This is including cleanup soc specific header files and plat/irqs.h.

If any problems, please 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 6dbe51c251a327e012439c4772097a13df43c5b8:

  Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/cleanup-s3c

for you to fetch changes up to 7488335dcf382574c47fb27fcbad3f04a9841db6:

  ARM: S3C24XX: cleanup the included soc init functions in common.h (2013-03-05
10:42:48 +0900)

----------------------------------------------------------------
Heiko Stuebner (3):
      ARM: S3C24XX: remove plat/irq.h in plat-samsung
      ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h
      ARM: S3C24XX: cleanup the included soc init functions in common.h

Kukjin Kim (2):
      mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver
      ARM: S3C24XX: plat/common-smdk.h local

 arch/arm/mach-s3c24xx/bast-irq.c                   |    2 -
 arch/arm/mach-s3c24xx/clock-s3c2410.c              |    1 -
 arch/arm/mach-s3c24xx/clock-s3c2412.c              |    1 -
 arch/arm/mach-s3c24xx/clock-s3c2416.c              |    1 -
 arch/arm/mach-s3c24xx/clock-s3c2443.c              |    1 -
 arch/arm/mach-s3c24xx/common-smdk.c                |    3 +-
 .../include/plat => mach-s3c24xx}/common-smdk.h    |    3 +-
 arch/arm/mach-s3c24xx/common.c                     |    7 +-
 arch/arm/mach-s3c24xx/common.h                     |   90 +++++++++++++-
 arch/arm/mach-s3c24xx/dma-s3c2410.c                |    1 -
 arch/arm/mach-s3c24xx/dma-s3c2412.c                |    1 -
 arch/arm/mach-s3c24xx/dma-s3c2440.c                |    1 -
 arch/arm/mach-s3c24xx/dma-s3c2443.c                |    1 -
 arch/arm/mach-s3c24xx/include/mach/regs-sdi.h      |  127 --------------------
 arch/arm/mach-s3c24xx/irq-pm.c                     |    7 +-
 arch/arm/mach-s3c24xx/irq.c                        |    8 +-
 arch/arm/mach-s3c24xx/mach-jive.c                  |    2 +-
 arch/arm/mach-s3c24xx/mach-n30.c                   |    1 -
 arch/arm/mach-s3c24xx/mach-nexcoder.c              |    2 -
 arch/arm/mach-s3c24xx/mach-otom.c                  |    1 -
 arch/arm/mach-s3c24xx/mach-qt2410.c                |    2 +-
 arch/arm/mach-s3c24xx/mach-smdk2410.c              |    3 +-
 arch/arm/mach-s3c24xx/mach-smdk2413.c              |    5 +-
 arch/arm/mach-s3c24xx/mach-smdk2416.c              |    4 +-
 arch/arm/mach-s3c24xx/mach-smdk2440.c              |    5 +-
 arch/arm/mach-s3c24xx/mach-smdk2443.c              |    5 +-
 arch/arm/mach-s3c24xx/mach-vstms.c                 |    3 +-
 arch/arm/mach-s3c24xx/pm-s3c2412.c                 |    1 -
 arch/arm/mach-s3c24xx/s3c2410.c                    |    1 -
 arch/arm/mach-s3c24xx/s3c2412.c                    |    1 -
 arch/arm/mach-s3c24xx/s3c2416.c                    |    1 -
 arch/arm/mach-s3c24xx/s3c2440.c                    |    1 -
 arch/arm/mach-s3c24xx/s3c2442.c                    |    1 -
 arch/arm/mach-s3c24xx/s3c2443.c                    |    1 -
 arch/arm/mach-s3c24xx/s3c244x.c                    |    2 -
 arch/arm/plat-samsung/include/plat/irq.h           |  116 ------------------
 arch/arm/plat-samsung/include/plat/s3c2410.h       |   31 -----
 arch/arm/plat-samsung/include/plat/s3c2412.h       |   32 -----
 arch/arm/plat-samsung/include/plat/s3c2416.h       |   37 ------
 arch/arm/plat-samsung/include/plat/s3c2443.h       |   36 ------
 arch/arm/plat-samsung/include/plat/s3c244x.h       |   42 -------
 drivers/mmc/host/s3cmci.c                          |   83 ++++++++++++-
 42 files changed, 194 insertions(+), 480 deletions(-)
 rename arch/arm/{plat-samsung/include/plat => mach-s3c24xx}/common-smdk.h (86%)
 delete mode 100644 arch/arm/mach-s3c24xx/include/mach/regs-sdi.h
 delete mode 100644 arch/arm/plat-samsung/include/plat/irq.h
 delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2410.h
 delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2412.h
 delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2416.h
 delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2443.h
 delete mode 100644 arch/arm/plat-samsung/include/plat/s3c244x.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-07  2:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-07  2:23 [GIT PULL 1/5] Samsung cleanup-s3c for v3.10 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).