From: Tomer Maimon <tmaimon77@gmail.com>
To: mturquette@baylibre.com, sboyd@codeaurora.org,
robh+dt@kernel.org, mark.rutland@arm.com, tali.perry1@gmail.com,
avifishman70@gmail.com, brendanhiggins@google.com,
joel@jms.id.au
Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org,
Tomer Maimon <tmaimon77@gmail.com>
Subject: [PATCH v1 0/2] clk: npcm: add NPCM7xx clock driver
Date: Mon, 5 Feb 2018 10:22:53 +0200 [thread overview]
Message-ID: <1517818975-11427-1-git-send-email-tmaimon77@gmail.com> (raw)
This patch set adds clock support for the Nuvoton NPCM7xx Baseboard
Management Controller (BMC).
The clock controller generates the clocks for the Graphics Core,
Memory interface, CPU, AMBA buses and all the engine modules.
The NPCM7xx includes four PLL modules.
The clock source is selectable from either PLL or the external clock input.
Several clock signals have a configurable divide from the clock source
Tomer Maimon (2):
dt-binding: clock: document NPCM7xx clock DT bindings
clk: npcm: add NPCM7xx clock driver
.../bindings/clock/nuvoton,npcm7xx-clk.txt | 84 +++
drivers/clk/Makefile | 1 +
drivers/clk/clk-npcm7xx.c | 751 +++++++++++++++++++++
3 files changed, 836 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/nuvoton,npcm7xx-clk.txt
create mode 100644 drivers/clk/clk-npcm7xx.c
--
2.14.1
next reply other threads:[~2018-02-05 8:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-05 8:22 Tomer Maimon [this message]
[not found] ` <1517818975-11427-1-git-send-email-tmaimon77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-02-05 8:22 ` [PATCH v1 1/2] dt-binding: clock: document NPCM7xx clock DT bindings Tomer Maimon
[not found] ` <1517818975-11427-2-git-send-email-tmaimon77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-02-09 2:22 ` Rob Herring
2018-02-05 8:22 ` [PATCH v1 2/2] clk: npcm: add NPCM7xx clock driver Tomer Maimon
2018-02-05 19:37 ` Brendan Higgins
[not found] ` <CAHb3i=un-LjnV+DWBMkEcDKNFyEi63wh0RR0dHWsHpv2K9erTw@mail.gmail.com>
[not found] ` <CAHb3i=un-LjnV+DWBMkEcDKNFyEi63wh0RR0dHWsHpv2K9erTw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-02-06 8:46 ` Fwd: " Tali Perry
2018-02-09 0:07 ` Brendan Higgins
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=1517818975-11427-1-git-send-email-tmaimon77@gmail.com \
--to=tmaimon77@gmail.com \
--cc=avifishman70@gmail.com \
--cc=brendanhiggins@google.com \
--cc=devicetree@vger.kernel.org \
--cc=joel@jms.id.au \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=openbmc@lists.ozlabs.org \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=tali.perry1@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).