This attempts to collect the earlier attempts to separately create and merge clock and reset bindings for the Gemini into an all-or-nothing patch set with both clocks and resets, connected directly to the syscon node. Linus Walleij (5): dt-bindings: Augment Gemini for clocks, resets reset: Add a Gemini reset controller clk: Add Gemini SoC clock controller ARM: dts: Add the Gemini reset controller ARM: dts: Add clocks to the Gemini SoC Documentation/devicetree/bindings/arm/gemini.txt | 24 +- arch/arm/boot/dts/gemini.dtsi | 31 +- drivers/clk/Kconfig | 7 + drivers/clk/Makefile | 1 + drivers/clk/clk-gemini.c | 357 +++++++++++++++++++++++ drivers/reset/Kconfig | 7 + drivers/reset/Makefile | 1 + drivers/reset/reset-gemini.c | 110 +++++++ include/dt-bindings/clock/cortina,gemini-clock.h | 29 ++ include/dt-bindings/reset/cortina,gemini-reset.h | 36 +++ 10 files changed, 599 insertions(+), 4 deletions(-) create mode 100644 drivers/clk/clk-gemini.c create mode 100644 drivers/reset/reset-gemini.c create mode 100644 include/dt-bindings/clock/cortina,gemini-clock.h create mode 100644 include/dt-bindings/reset/cortina,gemini-reset.h -- 2.9.3 -- 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