SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH v7 0/6] sh73a0 common clock framework implementation
@ 2014-12-10 14:45 Ulrich Hecht
  2014-12-17  7:54 ` Magnus Damm
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Ulrich Hecht @ 2014-12-10 14:45 UTC (permalink / raw)
  To: linux-sh

Hi!

Here's the sh73a0 CCF driver with two fixes for issues in the frequency
calculation for the z and dsi?phy clocks found by Geert and Laurent.

CU
Uli


Changes since v6:
- removed unused divider masks and flags
- consider FRQCRB:ZSEL when calculating z clock
- fixed dsi?phy PLL frequency calculation
- added Acked-by

Changes since v5:
- use clock-indices instead of renesas,clock-indices
- added Tested-by

Changes since v4:
- reordered MSTP clock assignments to directly follow interrupts property

Changes since v3:
- fixed bindings to match the implementation
- handle extal division in CPG driver, dump extal?_div2_clk
- added acks
- dropped eth clock hack

Changes since v2:
- split CCF DT description
- tabbed constants in CPG bits header file
- reordered patches to avoid need for shmobile_clk_workaround()
- removed said workaround
- squashed unmerged remains of CMT1 DT description into MSTP clocks patch
- renamed clock zb1 to zb
- removed DIV6 stuff, will be a separate series

Changes since v1:
- div6 patch replaced with v4
- split off div6 extended clocks
- added cmt1 DT description
- added MSTP clock assignments
- reordered according to dependencies
- removed dummy frequencies in extal2, extcki
- removed enable_on_init on zb1 and flctlck
- added missing tpu4 in mstp3_clks
- use c->parent in cpg driver
- fix some style issues


Ulrich Hecht (6):
  clk: shmobile: sh73a0 common clock framework implementation
  ARM: shmobile: sh73a0: Add CPG register bits header
  ARM: shmobile: sh73a0: Common clock framework DT description
  ARM: shmobile: kzm9g-reference: Common clock framework DT description
  ARM: shmobile: sh73a0: add MSTP clock assignments to DT
  ARM: shmobile: sh73a0: disable legacy clock initialization

 .../bindings/clock/renesas,sh73a0-cpg-clocks.txt   |  35 ++
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts       |   4 +
 arch/arm/boot/dts/sh73a0.dtsi                      | 358 +++++++++++++++++++++
 arch/arm/mach-shmobile/setup-sh73a0.c              |   5 +-
 drivers/clk/shmobile/Makefile                      |   1 +
 drivers/clk/shmobile/clk-sh73a0.c                  | 218 +++++++++++++
 include/dt-bindings/clock/sh73a0-clock.h           |  79 +++++
 7 files changed, 699 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,sh73a0-cpg-clocks.txt
 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] 14+ messages in thread

end of thread, other threads:[~2014-12-21  9:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 14:45 [PATCH v7 0/6] sh73a0 common clock framework implementation Ulrich Hecht
2014-12-17  7:54 ` Magnus Damm
2014-12-17  8:01 ` Geert Uytterhoeven
2014-12-17  8:40 ` Magnus Damm
2014-12-17  8:54 ` Geert Uytterhoeven
2014-12-17 11:39 ` Laurent Pinchart
2014-12-18  3:01 ` Simon Horman
2014-12-18  8:09 ` Geert Uytterhoeven
2014-12-18  8:16 ` Geert Uytterhoeven
2014-12-18 23:48 ` Simon Horman
2014-12-19  0:53 ` Simon Horman
2014-12-19  8:04 ` Geert Uytterhoeven
2014-12-19  9:14 ` Simon Horman
2014-12-21  9:04 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox