linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Move imx6q clock lookup over to device tree
@ 2012-08-16  8:08 Shawn Guo
  2012-08-16  8:08 ` [PATCH 1/2] clk: add of_clk_src_onecell_get() support Shawn Guo
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Shawn Guo @ 2012-08-16  8:08 UTC (permalink / raw)
  To: linux-arm-kernel

The series adds a generic of_clk_src_onecell_get() function into clock
framework, and then moves imx6q clock lookup over to device tree, so
that any new clock lookup to be added at later time does not need to
patch kerenel.

Shawn Guo (2):
  clk: add of_clk_src_onecell_get() support
  ARM: imx6q: replace clk_register_clkdev with clock DT lookup

 .../devicetree/bindings/clock/imx6q-clock.txt      |  223 +++++++++++++++++
 arch/arm/boot/dts/imx6q-sabrelite.dts              |    1 +
 arch/arm/boot/dts/imx6q.dtsi                       |  261 +++++++++++++++++++-
 arch/arm/mach-imx/clk-imx6q.c                      |   41 +---
 arch/arm/mach-imx/mach-imx6q.c                     |    1 -
 drivers/clk/clk.c                                  |   15 ++
 include/linux/clk-provider.h                       |    1 +
 7 files changed, 493 insertions(+), 50 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/imx6q-clock.txt

-- 
1.7.5.4

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

end of thread, other threads:[~2012-08-23  1:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16  8:08 [PATCH 0/2] Move imx6q clock lookup over to device tree Shawn Guo
2012-08-16  8:08 ` [PATCH 1/2] clk: add of_clk_src_onecell_get() support Shawn Guo
2012-08-20 14:30   ` Shawn Guo
2012-08-16  8:08 ` [PATCH 2/2] ARM: imx6q: replace clk_register_clkdev with clock DT lookup Shawn Guo
2012-08-20 12:51   ` Rob Herring
2012-08-20 14:54     ` Matt Sealey
2012-08-20 15:16       ` Shawn Guo
2012-08-20 17:22         ` Matt Sealey
2012-08-21 12:27           ` Russell King - ARM Linux
2012-08-21 13:11             ` Rob Herring
2012-08-22  8:32               ` Russell King - ARM Linux
2012-08-22  9:27                 ` Shawn Guo
2012-08-21 12:53           ` Rob Herring
2012-08-22 22:50             ` Matt Sealey
2012-08-23  0:08               ` Matt Sealey
2012-08-23  1:32                 ` Rob Herring
2012-08-22  2:47           ` Shawn Guo
2012-08-19 14:05 ` [PATCH 3/4] clk: mxs: replace imx28 " Shawn Guo
2012-08-19 14:05 ` [PATCH 4/4] clk: mxs: replace imx23 " Shawn Guo

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