All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: meson-axg: Add AO Cloclk and Reset driver
@ 2018-02-09  7:00 ` Yixun Lan
  0 siblings, 0 replies; 26+ messages in thread
From: Yixun Lan @ 2018-02-09  7:00 UTC (permalink / raw)
  To: Neil Armstrong, Jerome Brunet
  Cc: Michael Turquette, Stephen Boyd, Rob Herring, Carlo Caione,
	Kevin Hilman, Philipp Zabel, Yixun Lan, Qiufang Dai, Jian Hu,
	linux-amlogic, linux-clk, linux-arm-kernel, linux-kernel

  This patch try to add AO clock and Reset driver in Amlogic's
Meson-AXG SoC.

  Please note this patchset actually depend on the clock regmap
conversion series [1].

[1] clk: meson: use regmap in clock controllers
 https://lkml.kernel.org/r/20180131180945.18025-1-jbrunet@baylibre.com


Yixun Lan (2):
  dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings
  clk: meson-axg: Add AO Clock and Reset controller driver

 drivers/clk/meson/Makefile             |   2 +-
 drivers/clk/meson/axg-aoclk.c          | 236 +++++++++++++++++++++++++++++++++
 drivers/clk/meson/axg-aoclk.h          |  25 ++++
 include/dt-bindings/clock/axg-aoclkc.h |  26 ++++
 include/dt-bindings/reset/axg-aoclkc.h |  20 +++
 5 files changed, 308 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/meson/axg-aoclk.c
 create mode 100644 drivers/clk/meson/axg-aoclk.h
 create mode 100644 include/dt-bindings/clock/axg-aoclkc.h
 create mode 100644 include/dt-bindings/reset/axg-aoclkc.h

-- 
2.15.1

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

end of thread, other threads:[~2018-03-23 14:21 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09  7:00 [PATCH 0/2] clk: meson-axg: Add AO Cloclk and Reset driver Yixun Lan
2018-02-09  7:00 ` Yixun Lan
2018-02-09  7:00 ` Yixun Lan
2018-02-09  7:00 ` [PATCH 1/2] dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings Yixun Lan
2018-02-09  7:00   ` Yixun Lan
2018-02-09  7:00   ` Yixun Lan
2018-02-09  7:00   ` Yixun Lan
2018-02-09 11:07   ` Philippe Ombredanne
2018-02-09 11:07     ` Philippe Ombredanne
2018-02-09 11:07     ` Philippe Ombredanne
2018-03-23 14:06     ` Yixun Lan
2018-03-23 14:06       ` Yixun Lan
2018-03-23 14:06       ` Yixun Lan
2018-03-23 14:06       ` Yixun Lan
2018-02-09  7:00 ` [PATCH 2/2] clk: meson-axg: Add AO Clock and Reset controller driver Yixun Lan
2018-02-09  7:00   ` Yixun Lan
2018-02-09  7:00   ` Yixun Lan
2018-02-12 15:32   ` Jerome Brunet
2018-02-12 15:32     ` Jerome Brunet
2018-02-12 15:32     ` Jerome Brunet
2018-02-13 14:51     ` Jerome Brunet
2018-02-13 14:51       ` Jerome Brunet
2018-02-13 14:51       ` Jerome Brunet
2018-03-23 14:13     ` Yixun Lan
2018-03-23 14:13       ` Yixun Lan
2018-03-23 14:13       ` Yixun Lan

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.