Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Arnd Bergmann' <arnd@arndb.de>,
	'Olof Johansson' <olof@lixom.net>,
	'Kevin Hilman' <khilman@linaro.org>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org,
	'Tomasz Figa' <tomasz.figa@gmail.com>,
	'Mike Turquette' <mturquette@ti.com>
Subject: [GIT PULL 1/2] Samsung Common CLK for S3C64XX
Date: Tue, 24 Sep 2013 09:39:59 +0900	[thread overview]
Message-ID: <0c4401ceb8be$99274df0$cb75e9d0$%kim@samsung.com> (raw)

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-clk-s3c64xx

for you to fetch changes up to 66fcbe6b7c2827866100837611c9838298a28486:

  ARM: S3C64XX: Remove old clock management code (2013-09-17 06:47:36 +0900)

----------------------------------------------------------------
Common clk support for S3C64XX
- add PLL for S3C64XX
- add s3c64xx clock driver
- update drivers to use CCF of s3c64xx

----------------------------------------------------------------
Tomasz Figa (5):
      ARM: SAMSUNG: Add soc_is_s3c6400/s3c6410 macros
      ARM: S3C64XX: Use clk_prepare_enable/clk_disable_unprepare in dma.c
      usb: ohci-s3c2410.c: Use clk_prepare_enable/clk_disable_unprepare
      ARM: S3C64XX: Migrate clock handling to Common Clock Framework
      ARM: S3C64XX: Remove old clock management code

 arch/arm/Kconfig                                |    2 +-
 arch/arm/mach-s3c64xx/Makefile                  |    2 +-
 arch/arm/mach-s3c64xx/clock.c                   | 1007
-----------------------
 arch/arm/mach-s3c64xx/common.c                  |   21 +-
 arch/arm/mach-s3c64xx/common.h                  |   12 +-
 arch/arm/mach-s3c64xx/dma.c                     |    4 +-
 arch/arm/mach-s3c64xx/include/mach/regs-clock.h |  132 +--
 arch/arm/mach-s3c64xx/mach-anw6410.c            |    2 +-
 arch/arm/mach-s3c64xx/mach-crag6410.c           |    2 +-
 arch/arm/mach-s3c64xx/mach-hmt.c                |    2 +-
 arch/arm/mach-s3c64xx/mach-mini6410.c           |    2 +-
 arch/arm/mach-s3c64xx/mach-ncp.c                |    2 +-
 arch/arm/mach-s3c64xx/mach-smartq.c             |   11 +-
 arch/arm/mach-s3c64xx/mach-smdk6400.c           |    2 +-
 arch/arm/mach-s3c64xx/mach-smdk6410.c           |    2 +-
 arch/arm/mach-s3c64xx/pm.c                      |   21 -
 arch/arm/mach-s3c64xx/s3c6400.c                 |    6 -
 arch/arm/mach-s3c64xx/s3c6410.c                 |    7 -
 arch/arm/plat-samsung/include/plat/cpu.h        |    4 +
 drivers/clk/samsung/Makefile                    |    2 -
 drivers/usb/host/ohci-s3c2410.c                 |    8 +-
 21 files changed, 47 insertions(+), 1206 deletions(-)
 delete mode 100644 arch/arm/mach-s3c64xx/clock.c

             reply	other threads:[~2013-09-24  0:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-24  0:39 Kukjin Kim [this message]
2013-09-26  4:20 ` [GIT PULL 1/2] Samsung Common CLK for S3C64XX 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='0c4401ceb8be$99274df0$cb75e9d0$%kim@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=mturquette@ti.com \
    --cc=olof@lixom.net \
    --cc=tomasz.figa@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox