From: Ulrich Hecht <ulrich.hecht@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 0/6] sh73a0 common clock framework implementation
Date: Tue, 06 May 2014 14:23:47 +0000 [thread overview]
Message-ID: <1399386233-11928-1-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
Hi!
Here's the CCF implementation for sh73a0. This is quite similar to the
r8a7740 variety, but with more clocks. Two of them ("dsi0pck" and "vclk3")
are currently listed as DIV6 clocks, but have custom bits and will thus be
moved into the CPG clocks driver in the next iteration.
Contained herein is an updated version of the DIV6 driver that preserves the
input clock settings properly. This merely happened to work on the r8a7740
(where all important clock sources are set to zero, I suppose), but breaks
on the sh73a0.
This iteration does not yet reflect the change from "renesas,clock-indices"
to "clock-indices".
CU
Uli
Ulrich Hecht (6):
ARM: shmobile: sh73a0: Common clock framework DT description
clk: shmobile: sh73a0 common clock framework implementation
clk: shmobile: div6: support selectable-input clocks
ARM: shmobile: kzm9g: require ZB1 clock for Ethernet controller
ARM: shmobile: sh73a0: common clock framework board support
clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings
.../bindings/clock/renesas,cpg-div6-clocks.txt | 11 +-
.../bindings/clock/renesas,cpg-mstp-clocks.txt | 2 +
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 5 +
arch/arm/boot/dts/sh73a0.dtsi | 407 +++++++++++++++++++++
arch/arm/mach-shmobile/board-kzm9g-reference.c | 25 ++
arch/arm/mach-shmobile/setup-sh73a0.c | 5 +-
drivers/clk/shmobile/clk-div6.c | 32 +-
drivers/clk/shmobile/clk-sh73a0.c | 202 ++++++++++
include/dt-bindings/clock/sh73a0-clock.h | 79 ++++
9 files changed, 760 insertions(+), 8 deletions(-)
create mode 100644 drivers/clk/shmobile/clk-sh73a0.c
create mode 100644 include/dt-bindings/clock/sh73a0-clock.h
--
1.8.4.5
next reply other threads:[~2014-05-06 14:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-06 14:23 Ulrich Hecht [this message]
2014-05-06 14:23 ` [PATCH 3/6] clk: shmobile: div6: support selectable-input clocks Ulrich Hecht
2014-05-07 9:01 ` Geert Uytterhoeven
2014-05-06 14:23 ` [PATCH 6/6] clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings Ulrich Hecht
2014-05-07 14:59 ` Geert Uytterhoeven
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=1399386233-11928-1-git-send-email-ulrich.hecht+renesas@gmail.com \
--to=ulrich.hecht@gmail.com \
--cc=linux-sh@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).