[PATCH 0/5 v3] Clocks and resets for Gemini

Linus Walleij linus.walleij at linaro.org
Mon May 15 10:18:13 PDT 2017


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




More information about the linux-arm-kernel mailing list