From: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>
To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org
Cc: "Daniel Lezcano" <daniel.lezcano@linaro.org>,
linux@armlinux.org.uk,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
"Guilherme G. Simões" <guilherme.simoes@lsitec.org.br>,
"Jon maddog Hall" <jon.maddog.hall@gmail.com>,
mkzuffo@lsi.usp.br, "Andreas Färber" <afaerber@suse.de>,
sboyd@kernel.org, mark.rutland@arm.com, linux@cubietech.com,
support@cubietech.com, catalin.marinas@arm.com,
"Michael Turquette" <mturquette@baylibre.com>,
will.deacon@arm.com, "thomas liau" <thomas.liau@actions-semi.com>,
darren@cubietech.com, robh+dt@kernel.org,
jeff.chen@actions-semi.com, pn@denx.de, mp-cs@actions-semi.com,
"Laisa Costa - LSI-TEC" <laisa.costa@lsitec.org.br>
Subject: [PATCH v2 00/03] Add clock driver for Actions Semi S500 SoC
Date: Tue, 4 Sep 2018 12:34:24 -0300 [thread overview]
Message-ID: <CADHB5bAFM=Qs6f0zf6iQuYfmT-ErSwG3-2mTsLnL-MCCUw1FhQ@mail.gmail.com> (raw)
This patchset adds clock support for Actions Semi Owl series S500 SoC
with relevant clock bindings and device tree info.
Updates from v1 to v2:
SoC supports were organized in alphabetical manner.
"_DELAY" suffixes were removed.
Patch generation format changed.
Commits were rebased on top of Saravanan's patches.
Changed patches ordering.
Signed-off-by: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>
---
arch/arm/boot/dts/owl-s500-cubieboard6.dts | 8 +-
arch/arm/boot/dts/owl-s500-guitar-bb-rev-b.dts | 8 +-
arch/arm/boot/dts/owl-s500-sparky.dts | 8 +-
arch/arm/boot/dts/owl-s500.dtsi | 24 ++
drivers/clk/actions/Kconfig | 5 +
drivers/clk/actions/Makefile | 1 +
drivers/clk/actions/owl-pll.c | 2 +-
drivers/clk/actions/owl-pll.h | 15 +-
drivers/clk/actions/owl-s500.c | 524 +++++++++++++++++++++++++
drivers/clk/actions/owl-s700.c | 18 +-
drivers/clk/actions/owl-s900.c | 18 +-
include/dt-bindings/clock/actions,s500-cmu.h | 78 ++++
12 files changed, 664 insertions(+), 45 deletions(-)
create mode 100644 drivers/clk/actions/owl-s500.c
create mode 100644 include/dt-bindings/clock/actions,s500-cmu.
reply other threads:[~2018-09-04 15:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='CADHB5bAFM=Qs6f0zf6iQuYfmT-ErSwG3-2mTsLnL-MCCUw1FhQ@mail.gmail.com' \
--to=edgar.righi@lsitec.org.br \
--cc=afaerber@suse.de \
--cc=catalin.marinas@arm.com \
--cc=daniel.lezcano@linaro.org \
--cc=darren@cubietech.com \
--cc=devicetree@vger.kernel.org \
--cc=guilherme.simoes@lsitec.org.br \
--cc=jeff.chen@actions-semi.com \
--cc=jon.maddog.hall@gmail.com \
--cc=laisa.costa@lsitec.org.br \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=linux@cubietech.com \
--cc=manivannan.sadhasivam@linaro.org \
--cc=mark.rutland@arm.com \
--cc=mkzuffo@lsi.usp.br \
--cc=mp-cs@actions-semi.com \
--cc=mturquette@baylibre.com \
--cc=pn@denx.de \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=support@cubietech.com \
--cc=thomas.liau@actions-semi.com \
--cc=will.deacon@arm.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).