From patchwork Tue Sep 11 12:02:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL,2/2] imx6q clk device tree lookup Date: Tue, 11 Sep 2012 02:02:48 -0000 From: Shawn Guo X-Patchwork-Id: 184003 Message-Id: <1347364968-27496-3-git-send-email-shawn.guo@linaro.org> To: Arnd Bergmann , Olof Johansson Cc: Sascha Hauer , Shawn Guo , linux-arm-kernel@lists.infradead.org The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0: Linux 3.6-rc3 (2012-08-22 13:29:06 -0700) are available in the git repository at: git://git.linaro.org/people/shawnguo/linux-2.6.git tags/imx-clk-dt-lookup for you to fetch changes up to 0e87e0436c0cc3954eb62181a96d7217ca955a4f: ARM: imx6q: replace clk_register_clkdev with clock DT lookup (2012-09-11 19:16:14 +0800) ---------------------------------------------------------------- imx-clk-dt-lookup It replaces the clk_register_clkdev in imx6q clock driver with DT lookup. It depends on Mike's clk-3.7 branch. When it gets merged together with imx-dt-3.7, there is a trivial conflict on arch/arm/boot/dts/imx6q.dtsi. ---------------------------------------------------------------- Shawn Guo (1): ARM: imx6q: replace clk_register_clkdev with clock DT lookup .../devicetree/bindings/clock/imx6q-clock.txt | 222 ++++++++++++++++++++ arch/arm/boot/dts/imx6q-sabrelite.dts | 1 + arch/arm/boot/dts/imx6q.dtsi | 73 ++++++- arch/arm/mach-imx/clk-imx6q.c | 44 +--- arch/arm/mach-imx/mach-imx6q.c | 1 - 5 files changed, 291 insertions(+), 50 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/imx6q-clock.txt