* [PATCH v2 0/6] r8a73a4 common clock framework implementation
@ 2014-11-20 16:21 Ulrich Hecht
2014-11-25 1:51 ` Mike Turquette
0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Hecht @ 2014-11-20 16:21 UTC (permalink / raw)
To: linux-sh
Hi!
The CCF implementation for r8a73a4 again; this includes multi-parent DIV6
clocks and thus depends on the "clk: shmobile: DIV6 clock variable parent
support" patch set that should be in the clk-next tree by now.
This revision replaces renesas,clock-indices with clock-indices, dumps the
superfluous extal2 fractions, and includes a little DT reformat as requested
by Geert.
Mike, could you please ack this CPG driver, too? It is very similar to the
one for sh73a0.
CU
Uli
Changes since v1:
- use clock-indices instead of renesas,clock-indices
- dump unused extal2_div2_clk and extal2_div4_clk
- move mstp2 clocks property below interrupt-names
Ulrich Hecht (6):
clk: shmobile: r8a73a4 common clock framework implementation
clk: shmobile: Add r8a73a4 SoC to MSTP bindings
ARM: shmobile: r8a73a4: Add CPG register bits header
ARM: shmobile: r8a73a4: Common clock framework DT description
ARM: shmobile: ape6evm: disable legacy clock initialization
ARM: shmobile: r8a73a4: add MSTP clock assignments to DT
.../bindings/clock/renesas,cpg-mstp-clocks.txt | 1 +
.../bindings/clock/renesas,r8a73a4-cpg-clocks.txt | 33 +++
arch/arm/boot/dts/r8a73a4.dtsi | 324 +++++++++++++++++++++
arch/arm/mach-shmobile/board-ape6evm-reference.c | 3 +-
drivers/clk/shmobile/Makefile | 1 +
drivers/clk/shmobile/clk-r8a73a4.c | 242 +++++++++++++++
include/dt-bindings/clock/r8a73a4-clock.h | 62 ++++
7 files changed, 665 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a73a4-cpg-clocks.txt
create mode 100644 drivers/clk/shmobile/clk-r8a73a4.c
create mode 100644 include/dt-bindings/clock/r8a73a4-clock.h
--
1.8.4.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v2 0/6] r8a73a4 common clock framework implementation
2014-11-20 16:21 [PATCH v2 0/6] r8a73a4 common clock framework implementation Ulrich Hecht
@ 2014-11-25 1:51 ` Mike Turquette
0 siblings, 0 replies; 2+ messages in thread
From: Mike Turquette @ 2014-11-25 1:51 UTC (permalink / raw)
To: linux-sh
Quoting Ulrich Hecht (2014-11-20 08:21:30)
> Hi!
>
> The CCF implementation for r8a73a4 again; this includes multi-parent DIV6
> clocks and thus depends on the "clk: shmobile: DIV6 clock variable parent
> support" patch set that should be in the clk-next tree by now.
>
> This revision replaces renesas,clock-indices with clock-indices, dumps the
> superfluous extal2 fractions, and includes a little DT reformat as requested
> by Geert.
>
> Mike, could you please ack this CPG driver, too? It is very similar to the
> one for sh73a0.
Acked-by: Michael Turquette <mturquette@linaro.org>
>
> CU
> Uli
>
>
> Changes since v1:
> - use clock-indices instead of renesas,clock-indices
> - dump unused extal2_div2_clk and extal2_div4_clk
> - move mstp2 clocks property below interrupt-names
>
>
> Ulrich Hecht (6):
> clk: shmobile: r8a73a4 common clock framework implementation
> clk: shmobile: Add r8a73a4 SoC to MSTP bindings
> ARM: shmobile: r8a73a4: Add CPG register bits header
> ARM: shmobile: r8a73a4: Common clock framework DT description
> ARM: shmobile: ape6evm: disable legacy clock initialization
> ARM: shmobile: r8a73a4: add MSTP clock assignments to DT
>
> .../bindings/clock/renesas,cpg-mstp-clocks.txt | 1 +
> .../bindings/clock/renesas,r8a73a4-cpg-clocks.txt | 33 +++
> arch/arm/boot/dts/r8a73a4.dtsi | 324 +++++++++++++++++++++
> arch/arm/mach-shmobile/board-ape6evm-reference.c | 3 +-
> drivers/clk/shmobile/Makefile | 1 +
> drivers/clk/shmobile/clk-r8a73a4.c | 242 +++++++++++++++
> include/dt-bindings/clock/r8a73a4-clock.h | 62 ++++
> 7 files changed, 665 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a73a4-cpg-clocks.txt
> create mode 100644 drivers/clk/shmobile/clk-r8a73a4.c
> create mode 100644 include/dt-bindings/clock/r8a73a4-clock.h
>
> --
> 1.8.4.5
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-25 1:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 16:21 [PATCH v2 0/6] r8a73a4 common clock framework implementation Ulrich Hecht
2014-11-25 1:51 ` Mike Turquette
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).