From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: S3C24XX: convert s3c2412 to common clock framework
Date: Wed, 01 Jan 2014 14:41:54 +0100 [thread overview]
Message-ID: <1418190.fUL06mDNi6@phil> (raw)
This series concludes the move of s3c24xx to the common clock framework
by converting the only remaining cpu-type s3c2412/s3c2413.
The plls are the same as on the s3c2440/s3c2442 so no new types need to
be introduced.
As before the conversion is done by a mix of datasheet data and the
pre-existing clock code and as this time I have no hardware of this type,
it is compile-tested only. So hopefully somebody with s3c2412 hw
will be able to test it for real.
The only thing left now is to grab a broom and remove the now unused
remnants of the legacy clock from s3c24xx.
Heiko Stuebner (3):
dt-bindings: add documentation for s3c2412 clock controller
clk: samsung: add clock controller driver for s3c2412
ARM: S3C24XX: convert s3c2412 to common clock framework
.../bindings/clock/samsung,s3c2412-clock.txt | 51 ++
arch/arm/mach-s3c24xx/Kconfig | 8 +-
arch/arm/mach-s3c24xx/Makefile | 2 +-
arch/arm/mach-s3c24xx/clock-s3c2412.c | 761 --------------------
arch/arm/mach-s3c24xx/common.c | 9 +-
arch/arm/mach-s3c24xx/common.h | 4 +
arch/arm/mach-s3c24xx/mach-jive.c | 9 +-
arch/arm/mach-s3c24xx/mach-smdk2413.c | 9 +-
arch/arm/mach-s3c24xx/mach-vstms.c | 9 +-
arch/arm/mach-s3c24xx/s3c2412.c | 43 --
drivers/clk/samsung/Makefile | 1 +
drivers/clk/samsung/clk-s3c2412.c | 221 ++++++
include/dt-bindings/clock/samsung,s3c2412-clock.h | 73 ++
13 files changed, 386 insertions(+), 814 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/samsung,s3c2412-clock.txt
delete mode 100644 arch/arm/mach-s3c24xx/clock-s3c2412.c
create mode 100644 drivers/clk/samsung/clk-s3c2412.c
create mode 100644 include/dt-bindings/clock/samsung,s3c2412-clock.h
--
1.7.10.4
next reply other threads:[~2014-01-01 13:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-01 13:41 Heiko Stübner [this message]
2014-01-01 13:43 ` [PATCH 1/3] dt-bindings: add documentation for s3c2412 clock controller Heiko Stübner
2014-01-01 13:44 ` [PATCH 2/3] clk: samsung: add clock controller driver for s3c2412 Heiko Stübner
2014-01-01 13:45 ` [PATCH 3/3] ARM: S3C24XX: convert s3c2412 to common clock framework Heiko Stübner
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=1418190.fUL06mDNi6@phil \
--to=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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