From: lho@apm.com (Loc Ho)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] clk: Add APM X-Gene SoC clock driver
Date: Fri, 21 Jun 2013 12:17:34 -0600 [thread overview]
Message-ID: <1371838657-6018-1-git-send-email-lho@apm.com> (raw)
This patch adds APM X-Gene SoC clock driver support. Reference,
PCP PLL, SoC PCP, and Ethernet clocks are defined via the DTS.
-v2:
* Make depends on ARM64
* Fix duplicate registration
-v1 - Initial post
Loc Ho (3):
clk: Add APM X-Gene SoC clock driver for reference, PLL, and device
clocks.
clk: arm64: Add DTS clock entry for APM X-Gene Storm SoC.
Documentation: Add documentation for APM X-Gene clock binding.
Documentation/devicetree/bindings/clock/xgene.txt | 90 ++++
arch/arm64/boot/dts/apm-storm.dtsi | 75 +++
drivers/clk/Kconfig | 7 +
drivers/clk/Makefile | 1 +
drivers/clk/clk-xgene.c | 536 +++++++++++++++++++++
5 files changed, 709 insertions(+), 0 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/xgene.txt
create mode 100644 drivers/clk/clk-xgene.c
next reply other threads:[~2013-06-21 18:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-21 18:17 Loc Ho [this message]
2013-06-21 18:17 ` [PATCH v2 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks Loc Ho
2013-06-21 18:17 ` [PATCH v2 2/3] clk: arm64: Add DTS clock entry for APM X-Gene Storm SoC Loc Ho
2013-06-21 18:17 ` [PATCH v2 3/3] Documentation: Add documentation for APM X-Gene clock binding Loc Ho
2013-06-24 9:05 ` [PATCH v2 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks Mark Rutland
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=1371838657-6018-1-git-send-email-lho@apm.com \
--to=lho@apm.com \
--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).