From: Tali Perry <tali.perry1@gmail.com>
To: brendanhiggins@google.com, robh+dt@kernel.org,
mark.rutland@arm.com, linux@armlinux.org.uk,
avifishman70@gmail.com, tmaimon77@gmail.com, raltherr@google.com,
mturquette@baylibre.com, sboyd@codeaurora.org
Cc: devicetree@vger.kernel.org, openbmc@lists.ozlabs.org,
linux-kernel@vger.kernel.org, Tali Perry <tali.perry1@gmail.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v10 0/3] NPCM750: clk controller, DT and binding
Date: Sun, 25 Feb 2018 12:12:16 +0200 [thread overview]
Message-ID: <1519553539-15899-1-git-send-email-tali.perry1@gmail.com> (raw)
Add Nuvoton BMC NPCM7xx clock driver.
Nuvoton BMC NPCM7xx contain integrated clock controller which
generates and supplies clock to all modules within the NPCM7xx BMC
2 ==> 10
update documentation. add external clocks as inputs to clk driver.
fix SPDX comment.
1 ==> 2
This patch includes fix request described here:
https://patchwork.kernel.org/patch/10200033/
(move fixed clocks to DT)
Signed-off-by: Tali Perry <tali.perry1@gmail.com>
Tali Perry (3):
NPCM750: add clock controller to DT
NPCM750: add clock tree doc and binding
NPCM750: add clock controller driver
.../bindings/clock/nuvoton,npcm750-clk.txt | 100 ++
arch/arm/boot/dts/nuvoton-npcm750.dtsi | 1221 ++++++++++++++++++++
drivers/clk/Makefile | 1 +
drivers/clk/clk-npcm7xx.c | 757 ++++++++++++
include/dt-bindings/clock/nuvoton,npcm7xx-clock.h | 44 +
5 files changed, 2123 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/nuvoton,npcm750-clk.txt
create mode 100644 arch/arm/boot/dts/nuvoton-npcm750.dtsi
create mode 100644 drivers/clk/clk-npcm7xx.c
create mode 100644 include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
--
2.14.1
next reply other threads:[~2018-02-25 10:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-25 10:12 Tali Perry [this message]
2018-02-25 10:12 ` [PATCH v10 1/3] NPCM750: add clock controller to DT Tali Perry
2018-02-25 10:12 ` [PATCH v10 2/3] NPCM750: add clock tree doc and binding Tali Perry
2018-03-02 22:12 ` Rob Herring
2018-02-25 10:12 ` [PATCH v10 3/3] NPCM750: add clock controller driver Tali Perry
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=1519553539-15899-1-git-send-email-tali.perry1@gmail.com \
--to=tali.perry1@gmail.com \
--cc=avifishman70@gmail.com \
--cc=brendanhiggins@google.com \
--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=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=openbmc@lists.ozlabs.org \
--cc=raltherr@google.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=tmaimon77@gmail.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).