linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clk: meson: Add clock controller
@ 2015-05-16 10:48 Carlo Caione
  2015-05-16 10:48 ` [PATCH v2 1/3] clk: meson: Add support for Meson " Carlo Caione
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Carlo Caione @ 2015-05-16 10:48 UTC (permalink / raw)
  To: linux-arm-kernel

From: Carlo Caione <carlo@endlessm.com>

This patchset introduces preliminary support for the clock controller
found on Amlogic MesonX SoCs and enables it for the Meson8b.

DTS patches with support for Meson8b SoCs will follow.

Changelog:

v1->v2:
   * fix double CLK_IGNORE_UNUSED in clk-pll.c
   * fix comment in meson8b-clkc.h

Carlo Caione (3):
  clk: meson: Add support for Meson clock controller
  clk: meson: Document bindings for Meson8b clock controller
  clk: meson8b: Add support for Meson8b clocks

 .../bindings/clock/amlogic,meson8b-clkc.txt        |  40 +++
 drivers/clk/Makefile                               |   1 +
 drivers/clk/meson/Makefile                         |   6 +
 drivers/clk/meson/clk-cpu.c                        | 291 +++++++++++++++++++++
 drivers/clk/meson/clk-pll.c                        | 231 ++++++++++++++++
 drivers/clk/meson/clkc.c                           | 234 +++++++++++++++++
 drivers/clk/meson/clkc.h                           | 187 +++++++++++++
 drivers/clk/meson/meson8b-clkc.c                   | 182 +++++++++++++
 include/dt-bindings/clock/meson8b-clkc.h           |  20 ++
 9 files changed, 1192 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt
 create mode 100644 drivers/clk/meson/Makefile
 create mode 100644 drivers/clk/meson/clk-cpu.c
 create mode 100644 drivers/clk/meson/clk-pll.c
 create mode 100644 drivers/clk/meson/clkc.c
 create mode 100644 drivers/clk/meson/clkc.h
 create mode 100644 drivers/clk/meson/meson8b-clkc.c
 create mode 100644 include/dt-bindings/clock/meson8b-clkc.h

-- 
1.9.1

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

end of thread, other threads:[~2015-05-29 17:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16 10:48 [PATCH v2 0/3] clk: meson: Add clock controller Carlo Caione
2015-05-16 10:48 ` [PATCH v2 1/3] clk: meson: Add support for Meson " Carlo Caione
2015-05-28 21:55   ` Stephen Boyd
2015-05-29 17:45     ` Carlo Caione
2015-05-16 10:48 ` [PATCH v2 2/3] clk: meson: Document bindings for Meson8b " Carlo Caione
2015-05-28 21:57   ` Stephen Boyd
2015-05-29 17:53     ` Carlo Caione
2015-05-16 10:48 ` [PATCH v2 3/3] clk: meson8b: Add support for Meson8b clocks Carlo Caione
2015-05-28 22:01   ` Stephen Boyd
2015-05-29 17:56     ` Carlo Caione
2015-05-27 14:36 ` [PATCH v2 0/3] clk: meson: Add clock controller Carlo Caione

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).