linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] clk: Add APM X-Gene SoC clock driver
@ 2013-06-24 19:01 Loc Ho
  2013-06-24 19:01 ` [PATCH v3 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks Loc Ho
  0 siblings, 1 reply; 6+ messages in thread
From: Loc Ho @ 2013-06-24 19:01 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds APM X-Gene SoC clock driver support. Reference,
PCP PLL, SoC PCP, and Ethernet clocks are defined via the DTS.

-v3:
 * Make DTS compatible type for SoC PLL and PCP PLL
 * Make use of of_iomap instead direct ioremap call
 * Make kzalloc with variable instead structure
 * Remove DTS binding for fixed-clock and fixed_factor_clock
 * Remove unnecessary arch_initcall

-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 with
    reference to
  Documentation: Add documentation for APM X-Gene clock binding with
    PLL and

 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                           |  538 +++++++++++++++++++++
 5 files changed, 711 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/xgene.txt
 create mode 100644 drivers/clk/clk-xgene.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-24 20:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24 19:01 [PATCH v3 0/3] clk: Add APM X-Gene SoC clock driver Loc Ho
2013-06-24 19:01 ` [PATCH v3 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks Loc Ho
2013-06-24 19:01   ` [PATCH v3 2/3] clk: arm64: Add DTS clock entry for APM X-Gene Storm SoC Loc Ho
2013-06-24 19:01     ` [PATCH v3 3/3] Documentation: Add documentation for APM X-Gene clock binding Loc Ho
2013-06-24 19:57   ` [PATCH v3 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks Mark Rutland
2013-06-24 20:41     ` Loc Ho

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).