All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clk: Add Meson GXBB Always-On Reset + Clocks
@ 2016-08-18 10:08 ` Neil Armstrong
  0 siblings, 0 replies; 34+ messages in thread
From: Neil Armstrong @ 2016-08-18 10:08 UTC (permalink / raw)
  To: linus-amlogic

The Amlogic Meson GXBB SoC has an Always-On part that contains pairs on
clocks and reset controls in a single memory mapped control register.
Add a separate clocks and reset node with the corresponding driver
exporting clock nodes and a reset controller.

Changes since v1 at http://lkml.kernel.org/r/1470734008-18849-1-git-send-email-narmstrong at baylibre.com :
 - Make non-modular
 - Remove clk.h and include init.h instead of module.h
 - Use devm_ioremap_resource instead of of_iomap
 - Rename driver spinlock 

Neil Armstrong (3):
  clk: meson: Add GXBB AO Clock and Reset controller driver
  dt-bindings: clock: reset: Add GXBB AO Clock and Reset Bindings
  ARM64: dts: meson-gxbb: Add GXBB AO Clock and Reset node

 .../bindings/clock/amlogic,gxbb-aoclkc.txt         |  45 +++++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |   9 +
 drivers/clk/meson/Makefile                         |   2 +-
 drivers/clk/meson/gxbb-aoclk.c                     | 192 +++++++++++++++++++++
 include/dt-bindings/clock/gxbb-aoclkc.h            |  66 +++++++
 include/dt-bindings/reset/gxbb-aoclkc.h            |  66 +++++++
 6 files changed, 379 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt
 create mode 100644 drivers/clk/meson/gxbb-aoclk.c
 create mode 100644 include/dt-bindings/clock/gxbb-aoclkc.h
 create mode 100644 include/dt-bindings/reset/gxbb-aoclkc.h

-- 
2.7.0

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2016-10-11  8:00 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 10:08 [PATCH v2 0/3] clk: Add Meson GXBB Always-On Reset + Clocks Neil Armstrong
2016-08-18 10:08 ` Neil Armstrong
2016-08-18 10:08 ` Neil Armstrong
2016-08-18 10:08 ` [PATCH v2 1/3] clk: meson: Add GXBB AO Clock and Reset controller driver Neil Armstrong
2016-08-18 10:08   ` Neil Armstrong
2016-08-18 10:08   ` Neil Armstrong
2016-08-19 19:51   ` Stephen Boyd
2016-08-19 19:51     ` Stephen Boyd
2016-08-19 19:51     ` Stephen Boyd
2016-08-18 10:08 ` [PATCH v2 2/3] dt-bindings: clock: reset: Add GXBB AO Clock and Reset Bindings Neil Armstrong
2016-08-18 10:08   ` Neil Armstrong
2016-08-18 10:08   ` Neil Armstrong
2016-08-19 19:51   ` Stephen Boyd
2016-08-19 19:51     ` Stephen Boyd
2016-08-19 19:51     ` Stephen Boyd
2016-08-18 10:08 ` [PATCH v2 3/3] ARM64: dts: meson-gxbb: Add GXBB AO Clock and Reset node Neil Armstrong
2016-08-18 10:08   ` Neil Armstrong
2016-08-18 10:08   ` Neil Armstrong
2016-08-19 22:03   ` Kevin Hilman
2016-08-19 22:03     ` Kevin Hilman
2016-08-19 22:03     ` Kevin Hilman
2016-08-19 22:03     ` Kevin Hilman
2016-08-24 23:09     ` Michael Turquette
2016-08-24 23:09       ` Michael Turquette
2016-08-24 23:09       ` Michael Turquette
2016-08-24 23:09       ` Michael Turquette
2016-08-24 23:09       ` Michael Turquette
2016-08-29 17:37       ` Kevin Hilman
2016-08-29 17:37         ` Kevin Hilman
2016-08-29 17:37         ` Kevin Hilman
2016-09-02 23:35         ` Michael Turquette
2016-10-11  8:00           ` Michael Turquette
2016-10-11  7:59           ` Michael Turquette
2016-09-02 23:35           ` Michael Turquette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.