public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
From: "Ying-Chun Liu (PaulLiu)" <paulliu@debian.org>
To: linux-clk@vger.kernel.org,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>
Cc: yliu@ucrobotics.com, "Ying-Chun Liu (PaulLiu)" <paulliu@debian.org>
Subject: [PATCH] clk: owl: Init submit for Actions s900 SoC clock driver
Date: Mon,  1 Aug 2016 23:20:38 +0800	[thread overview]
Message-ID: <1470064839-3449-1-git-send-email-paulliu@debian.org> (raw)

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

             reply	other threads:[~2016-08-01 15:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-01 15:20 Ying-Chun Liu (PaulLiu) [this message]
2016-08-01 15:20 ` [PATCH] clk: owl: add initial Actions s900 clock driver Ying-Chun Liu (PaulLiu)
2016-08-31  0:15   ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470064839-3449-1-git-send-email-paulliu@debian.org \
    --to=paulliu@debian.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    --cc=yliu@ucrobotics.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox