Hi Mike, Stephen, et al., As discussed at ELCE last week, here's my RFC introducing a new unified binding for the Renesas CPG (Clock Pulse Generator) and MSSR (Module Standby and Software Reset) blocks. These bindings are supposed to be more in-line with current CCF best practices, and allow expansion to cover the module reset functionality in the future. They are intended to be used initially for the new R-Car Gen3 SoCs (r8a7795), but we may decide to migrate older SoCs somewhen in the future. - The first patch is an RFC introducing the new bindings. - Patches 2 and 3 are Proof-of-Concepts of the CPG Core Clock Definitions for the already supported R-Car M2-W (r8a7791) SoC, and for the new R-Car H3 (r8a7795) SoC. The idea is to get the bindings (for r8a7795) accepted in v4.4, so we can continue developing and prepare final support for r8a7795 in v4.5. I will post preliminary code and DT patches for both r8a7791 (POC) and r8a7795 (mandatory) as soon as possible. Thanks for your comments! References: - v2+ ≈ [PATCH v8 00/05] Renesas R-Car Gen3 CPG support V8" (http://www.spinics.net/lists/linux-clk/msg03288.html) - v2 = "[PATCH/RFC v2 0/4] Renesas CPG/MSTP DT Binding Proposal" (http://www.spinics.net/lists/linux-clk/msg03132.html) - v1 = "Renesas CPG/MSTP DT Binding Proposal" (http://www.spinics.net/lists/linux-clk/msg01189.html) Geert Uytterhoeven (3): [RFC] clk: shmobile: Add new Renesas CPG/MSSR DT bindings [POC] clk: shmobile: Add r8a7791 CPG Core Clock Definitions [POC] clk: shmobile: Add r8a7795 CPG Core Clock Definitions .../devicetree/bindings/clock/renesas,cpg-mssr.txt | 71 ++++++++++++++++++++++ include/dt-bindings/clock/r8a7791-cpg-mssr.h | 22 +++++++ include/dt-bindings/clock/r8a7795-cpg-mssr.h | 17 ++++++ include/dt-bindings/clock/renesas-cpg-mssr.h | 15 +++++ 4 files changed, 125 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt create mode 100644 include/dt-bindings/clock/r8a7791-cpg-mssr.h create mode 100644 include/dt-bindings/clock/r8a7795-cpg-mssr.h create mode 100644 include/dt-bindings/clock/renesas-cpg-mssr.h -- 1.9.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html