public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: owl: Init submit for Actions s900 SoC clock driver
@ 2016-08-01 15:20 Ying-Chun Liu (PaulLiu)
  2016-08-01 15:20 ` [PATCH] clk: owl: add initial Actions s900 " Ying-Chun Liu (PaulLiu)
  0 siblings, 1 reply; 3+ messages in thread
From: Ying-Chun Liu (PaulLiu) @ 2016-08-01 15:20 UTC (permalink / raw)
  To: linux-clk, Michael Turquette, Stephen Boyd; +Cc: yliu, Ying-Chun Liu (PaulLiu)

Dear Maintainers,

I'm working on submitting the patches to enable Bubblegum-96 board which
uses Actions s900 SoC. To enable the board as minimum requirement. I need
to submit the clock/reset drivers and the dtbs. Please kindly review my
patches for the clock driver. The other drivers will be submitted to other
relate branches.

Yours Sincerely,
Paul

Ying-Chun Liu (PaulLiu) (1):
  clk: owl: add initial Actions s900 clock driver

 .../bindings/clock/actions,s900-clock.txt          |  45 ++
 drivers/clk/Makefile                               |   1 +
 drivers/clk/owl/Makefile                           |   5 +
 drivers/clk/owl/clk-factor.c                       | 284 ++++++++++
 drivers/clk/owl/clk-pll.c                          | 371 +++++++++++++
 drivers/clk/owl/clk-s900.c                         | 616 +++++++++++++++++++++
 drivers/clk/owl/clk.c                              | 461 +++++++++++++++
 drivers/clk/owl/clk.h                              | 369 ++++++++++++
 include/dt-bindings/clock/actions,s900-clock.h     | 140 +++++
 9 files changed, 2292 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/actions,s900-clock.txt
 create mode 100644 drivers/clk/owl/Makefile
 create mode 100644 drivers/clk/owl/clk-factor.c
 create mode 100644 drivers/clk/owl/clk-pll.c
 create mode 100644 drivers/clk/owl/clk-s900.c
 create mode 100644 drivers/clk/owl/clk.c
 create mode 100644 drivers/clk/owl/clk.h
 create mode 100644 include/dt-bindings/clock/actions,s900-clock.h

-- 
2.8.1

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

end of thread, other threads:[~2016-08-31  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-01 15:20 [PATCH] clk: owl: Init submit for Actions s900 SoC clock driver Ying-Chun Liu (PaulLiu)
2016-08-01 15:20 ` [PATCH] clk: owl: add initial Actions s900 " Ying-Chun Liu (PaulLiu)
2016-08-31  0:15   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox