linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: sravanhome@gmail.com (Saravanan Sekar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Add clock driver for Actions S700 SoC
Date: Thu, 28 Jun 2018 21:18:02 +0200	[thread overview]
Message-ID: <20180628191805.3722-1-sravanhome@gmail.com> (raw)
In-Reply-To: <20180626192820.28237-3-sravanhome@gmail.com>

Changelog v2:
Fixed 0 day compilation warning
Modified existing dts Actions S900 clock bindings common to Actions
Soc family

This patchset adds clock support for Actions Semi OWL series S700 SoC
with relevant clock bindings and device tree info. 

Changed the UART clock using CMU instance and changes are tested in
cubieboard7

Thanks and regards,
Saravanan,
Parthiban

Saravanan Sekar (3):
  arm64: dts: actions: Enable clock controller for S700
  clk: actions: Add S700 SoC clock support
  dt-bindings: clock: Modify Actions Soc clock bindings

 ...ions,s900-cmu.txt => actions,sx00-cmu.txt} |  18 +-
 .../boot/dts/actions/s700-cubieboard7.dts     |   7 -
 arch/arm64/boot/dts/actions/s700.dtsi         |   8 +
 drivers/clk/actions/Kconfig                   |   7 +
 drivers/clk/actions/Makefile                  |   1 +
 drivers/clk/actions/owl-s700.c                | 614 ++++++++++++++++++
 include/dt-bindings/clock/actions,s700-cmu.h  | 128 ++++
 7 files changed, 768 insertions(+), 15 deletions(-)
 rename Documentation/devicetree/bindings/clock/{actions,s900-cmu.txt => actions,sx00-cmu.txt} (71%)
 create mode 100644 drivers/clk/actions/owl-s700.c
 create mode 100644 include/dt-bindings/clock/actions,s700-cmu.h

-- 
2.18.0

  parent reply	other threads:[~2018-06-28 19:18 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-26 19:28 [PATCH 0/2] Add clock driver for Actions S700 SoC Saravanan Sekar
2018-06-26 19:28 ` [PATCH 1/2] arm64: dts: actions: Enable clock controller for S700 Saravanan Sekar
2018-06-26 19:28 ` [PATCH 2/2] clk: actions: Add S700 SoC clock support Saravanan Sekar
2018-06-27  6:06   ` kbuild test robot
2018-06-27  6:06   ` kbuild test robot
2018-06-28 19:18   ` Saravanan Sekar [this message]
2018-06-28 19:18     ` [PATCH v2 1/3] arm64: dts: actions: Enable clock controller for S700 Saravanan Sekar
2018-06-29 17:36       ` Stephen Boyd
2018-06-29 17:38         ` Andreas Färber
2018-07-01 16:50         ` Saravanan Sekar
2018-06-30  9:42       ` Manivannan Sadhasivam
2018-07-01 17:50         ` Saravanan Sekar
2018-07-02  2:33           ` Manivannan Sadhasivam
2018-06-28 19:18     ` [PATCH v2 2/3] clk: actions: Add S700 SoC clock support Saravanan Sekar
2018-06-30  9:22       ` Manivannan Sadhasivam
2018-07-01 17:23         ` Saravanan Sekar
2018-07-01 17:30           ` Manivannan Sadhasivam
2018-07-01 17:52             ` Saravanan Sekar
2018-06-28 19:18     ` [PATCH v2 3/3] dt-bindings: clock: Modify Actions Soc clock bindings Saravanan Sekar
2018-06-30  9:32       ` Manivannan Sadhasivam
2018-07-01 17:26         ` Saravanan Sekar
2018-07-01 17:37           ` Manivannan Sadhasivam
2018-07-01 17:54             ` Saravanan Sekar
2018-07-01 17:58             ` Andreas Färber
2018-07-02  2:02               ` Manivannan Sadhasivam
2018-06-29 17:38     ` [PATCH v2 0/3] Add clock driver for Actions S700 SoC Stephen Boyd
2018-07-01 16:53       ` Saravanan Sekar
2018-07-01 18:05     ` Andreas Färber
2018-07-01 18:24       ` Parthiban Nallathambi

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=20180628191805.3722-1-sravanhome@gmail.com \
    --to=sravanhome@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).