linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] clk: meson: Add clock controller
@ 2015-06-01 11:13 Carlo Caione
  2015-06-01 11:13 ` [PATCH v3 1/3] clk: meson: Add support for Meson " Carlo Caione
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Carlo Caione @ 2015-06-01 11:13 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

v2->v3:
  * fix includes
  * use divider_* functions for clk-cpu
  * fix memory leak in meson_clk_register_composite()
  * mask operations now use GENMASK
  * const-ify global configuration variables in meson8b-clkc.c
  * several more small fixes

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                        | 234 +++++++++++++++++++
 drivers/clk/meson/clk-pll.c                        | 227 +++++++++++++++++++
 drivers/clk/meson/clkc.c                           | 247 +++++++++++++++++++++
 drivers/clk/meson/clkc.h                           | 187 ++++++++++++++++
 drivers/clk/meson/meson8b-clkc.c                   | 196 ++++++++++++++++
 include/dt-bindings/clock/meson8b-clkc.h           |  25 +++
 9 files changed, 1163 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] 7+ messages in thread

end of thread, other threads:[~2015-06-06  0:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 11:13 [PATCH v3 0/3] clk: meson: Add clock controller Carlo Caione
2015-06-01 11:13 ` [PATCH v3 1/3] clk: meson: Add support for Meson " Carlo Caione
2015-06-01 11:13 ` [PATCH v3 2/3] clk: meson: Document bindings for Meson8b " Carlo Caione
2015-06-01 11:13 ` [PATCH v3 3/3] clk: meson8b: Add support for Meson8b clocks Carlo Caione
2015-06-04 23:07 ` [PATCH v3 0/3] clk: meson: Add clock controller Stephen Boyd
2015-06-05  7:37   ` Carlo Caione
2015-06-06  0:45     ` Stephen Boyd

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