linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Highbank clock support using DT
@ 2012-05-17  2:02 Rob Herring
  2012-05-17  2:02 ` [PATCH v2 1/2] dt: add clock binding doc to primecell bindings Rob Herring
  2012-05-17  2:02 ` [PATCH v2 2/2] clk: add highbank clock support Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Rob Herring @ 2012-05-17  2:02 UTC (permalink / raw)
  To: linux-arm-kernel

From: Rob Herring <rob.herring@calxeda.com>

This series adds clock support to highbank using common clock
infrastructure and DT clock bindings. The DT clock bindings were previously
posted here:

https://lkml.org/lkml/2012/4/9/322

Changes in this version:
- add Documentation for bindings
- rebase to clk-next
- add A9 periphclk divider handling instead of hardcoding
- a fix to the PLL relock sequence

Mike, It's getting a bit late, but I could not get back to this sooner. I
intend to send this and the DT patches by the end of the week.

Rob

Rob Herring (2):
  dt: add clock binding doc to primecell bindings
  clk: add highbank clock support

 .../devicetree/bindings/arm/primecell.txt          |    6 +
 .../devicetree/bindings/clock/calxeda.txt          |   17 +
 arch/arm/Kconfig                                   |    1 +
 arch/arm/boot/dts/highbank.dts                     |   91 +++++-
 arch/arm/mach-highbank/Makefile                    |    2 +-
 arch/arm/mach-highbank/clock.c                     |   62 ----
 arch/arm/mach-highbank/highbank.c                  |    7 +
 drivers/clk/Makefile                               |    4 +-
 drivers/clk/clk-highbank.c                         |  345 ++++++++++++++++++++
 9 files changed, 470 insertions(+), 65 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/calxeda.txt
 delete mode 100644 arch/arm/mach-highbank/clock.c
 create mode 100644 drivers/clk/clk-highbank.c

-- 
1.7.9.5

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

end of thread, other threads:[~2012-05-22 14:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17  2:02 [PATCH v2 0/2] Highbank clock support using DT Rob Herring
2012-05-17  2:02 ` [PATCH v2 1/2] dt: add clock binding doc to primecell bindings Rob Herring
2012-05-17  2:02 ` [PATCH v2 2/2] clk: add highbank clock support Rob Herring
2012-05-22  9:45   ` Ben Dooks
2012-05-22 14:04     ` Rob Herring

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