linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] sh73a0 common clock framework implementation
@ 2014-05-06 14:23 Ulrich Hecht
  2014-05-06 14:23 ` [PATCH 3/6] clk: shmobile: div6: support selectable-input clocks Ulrich Hecht
  2014-05-06 14:23 ` [PATCH 6/6] clk: shmobile: Add r8a7740, sh73a0 SoCs to MSTP bindings Ulrich Hecht
  0 siblings, 2 replies; 5+ messages in thread
From: Ulrich Hecht @ 2014-05-06 14:23 UTC (permalink / raw)
  To: linux-sh

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-07 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 14:23 [PATCH 0/6] sh73a0 common clock framework implementation Ulrich Hecht
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

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