From: carlo@caione.org (Carlo Caione)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] clk: meson: Add clock controller
Date: Mon, 2 Mar 2015 17:21:59 +0100 [thread overview]
Message-ID: <1425313322-18567-1-git-send-email-carlo@caione.org> (raw)
From: Carlo Caione <carlo@endlessm.com>
This patchset introduces preliminary support for the clock controller
found on Amlogic MesonX SoCs and enables it for the Meson8b.
DTS patches with support for Meson8b SoCs will follow.
Carlo Caione (3):
clk: meson: Add support for Meson clock controller
clk: meson: Document bindings for Meson8b clock controller
clk: meson8b: Add support for Meson8b clocks
.../bindings/clock/amlogic,meson8b-clkc.txt | 40 +++
drivers/clk/Makefile | 1 +
drivers/clk/meson/Makefile | 6 +
drivers/clk/meson/clk-cpu.c | 291 +++++++++++++++++++++
drivers/clk/meson/clk-pll.c | 231 ++++++++++++++++
drivers/clk/meson/clkc.c | 234 +++++++++++++++++
drivers/clk/meson/clkc.h | 187 +++++++++++++
drivers/clk/meson/meson8b-clkc.c | 182 +++++++++++++
include/dt-bindings/clock/meson8b-clkc.h | 20 ++
9 files changed, 1192 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt
create mode 100644 drivers/clk/meson/Makefile
create mode 100644 drivers/clk/meson/clk-cpu.c
create mode 100644 drivers/clk/meson/clk-pll.c
create mode 100644 drivers/clk/meson/clkc.c
create mode 100644 drivers/clk/meson/clkc.h
create mode 100644 drivers/clk/meson/meson8b-clkc.c
create mode 100644 include/dt-bindings/clock/meson8b-clkc.h
--
1.9.1
next reply other threads:[~2015-03-02 16:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-02 16:21 Carlo Caione [this message]
2015-03-02 16:22 ` [PATCH 1/3] clk: meson: Add support for Meson clock controller Carlo Caione
2015-04-10 23:31 ` Michael Turquette
2015-04-22 7:31 ` Carlo Caione
2015-05-01 8:00 ` Carlo Caione
2015-03-02 16:22 ` [PATCH 2/3] clk: meson: Document bindings for Meson8b " Carlo Caione
2015-03-02 16:22 ` [PATCH 3/3] clk: meson8b: Add support for Meson8b clocks Carlo Caione
2015-03-15 21:03 ` [PATCH 0/3] clk: meson: Add clock controller Carlo Caione
2015-04-10 23:40 ` Michael Turquette
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=1425313322-18567-1-git-send-email-carlo@caione.org \
--to=carlo@caione.org \
--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).