linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org,
	xuwei5@hisilicon.com
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, amit.kucheria@linaro.org,
	linux-clk@vger.kernel.org,
	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Subject: [PATCH 0/4] Add clock support for Hi3670 SoC
Date: Thu, 20 Sep 2018 23:00:59 -0700	[thread overview]
Message-ID: <20180921060103.21370-1-manivannan.sadhasivam@linaro.org> (raw)

This patchset adds clock support for Hi3670 SoC from HiSilicon utilizing
the HiSi common clock code. While adding clock support, let's remove the
fixed clock for UART and source SoC clock on HiKey970 board.

This patchset has been verified on HiKey970 board.

Thanks,
Mani

Manivannan Sadhasivam (4):
  dt-bindings: clk: hisilicon: Add bindings for Hi3670 clk
  arm64: dts: hisilicon: Add clock nodes for Hi3670 SoC
  arm64: dts: hisilicon: Source SoC clock for UART6
  clk: hisilicon: Add clock driver for Hi3670 SoC

 .../bindings/clock/hi3670-clock.txt           |   43 +
 arch/arm64/boot/dts/hisilicon/hi3670.dtsi     |   48 +-
 drivers/clk/hisilicon/Kconfig                 |    7 +
 drivers/clk/hisilicon/Makefile                |    1 +
 drivers/clk/hisilicon/clk-hi3670.c            | 1016 +++++++++++++++++
 include/dt-bindings/clock/hi3670-clock.h      |  348 ++++++
 6 files changed, 1458 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/hi3670-clock.txt
 create mode 100644 drivers/clk/hisilicon/clk-hi3670.c
 create mode 100644 include/dt-bindings/clock/hi3670-clock.h

-- 
2.17.1


             reply	other threads:[~2018-09-21  6:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-21  6:00 Manivannan Sadhasivam [this message]
2018-09-21  6:01 ` [PATCH 1/4] dt-bindings: clk: hisilicon: Add bindings for Hi3670 clk Manivannan Sadhasivam
2018-10-16 21:49   ` Stephen Boyd
2018-09-21  6:01 ` [PATCH 2/4] arm64: dts: hisilicon: Add clock nodes for Hi3670 SoC Manivannan Sadhasivam
2018-11-29 15:21   ` Wei Xu
2018-09-21  6:01 ` [PATCH 3/4] arm64: dts: hisilicon: Source SoC clock for UART6 Manivannan Sadhasivam
2018-11-29 15:22   ` Wei Xu
2018-09-21  6:01 ` [PATCH 4/4] clk: hisilicon: Add clock driver for Hi3670 SoC Manivannan Sadhasivam
2018-10-16 21:49   ` Stephen Boyd
2018-10-12  3:38 ` [PATCH 0/4] Add clock support " Manivannan Sadhasivam
2018-10-12 16:03   ` Stephen Boyd
2018-10-12 16:08     ` Manivannan Sadhasivam
2018-10-17  3:27 ` Manivannan Sadhasivam

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=20180921060103.21370-1-manivannan.sadhasivam@linaro.org \
    --to=manivannan.sadhasivam@linaro.org \
    --cc=amit.kucheria@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=xuwei5@hisilicon.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;
as well as URLs for NNTP newsgroup(s).