linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] devicetree includes for i.MX5 clocks
@ 2013-11-13 19:11 Lucas Stach
  2013-11-13 19:11 ` [PATCH 1/3] clk: imx5: introduce DT includes for clock provider Lucas Stach
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Lucas Stach @ 2013-11-13 19:11 UTC (permalink / raw)
  To: linux-arm-kernel

This series introduces devicetree includes for the i.MX5
SoC clocks. It makes devicetrees easier to read for humans and
less error prone.

The series is spun against Shawns for-next branch, as there are
already some clock related patches in there. I would like to
see those patches sitting in -next for a while.

Lucas Stach (3):
  clk: imx5: introduce DT includes for clock provider
  ARM: imx53: use clock defines in DTS files
  ARM: imx51: use clock defines in DTS files

 .../devicetree/bindings/clock/imx5-clock.txt       | 196 +----
 arch/arm/boot/dts/imx51.dtsi                       |  98 ++-
 arch/arm/boot/dts/imx53-m53evk.dts                 |   2 +-
 arch/arm/boot/dts/imx53-mba53.dts                  |   2 +-
 arch/arm/boot/dts/imx53-qsb.dts                    |   2 +-
 arch/arm/boot/dts/imx53.dtsi                       | 122 ++--
 arch/arm/mach-imx/clk-imx51-imx53.c                | 786 ++++++++++-----------
 include/dt-bindings/clock/imx5-clock.h             | 202 ++++++
 8 files changed, 718 insertions(+), 692 deletions(-)
 create mode 100644 include/dt-bindings/clock/imx5-clock.h

-- 
1.8.4.2

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

end of thread, other threads:[~2013-11-14  3:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 19:11 [PATCH 0/3] devicetree includes for i.MX5 clocks Lucas Stach
2013-11-13 19:11 ` [PATCH 1/3] clk: imx5: introduce DT includes for clock provider Lucas Stach
2013-11-14  3:19   ` Shawn Guo
2013-11-13 19:11 ` [PATCH 2/3] ARM: imx53: use clock defines in DTS files Lucas Stach
2013-11-14  3:20   ` Shawn Guo
2013-11-13 19:11 ` [PATCH 3/3] ARM: imx51: " Lucas Stach
2013-11-14  3:13 ` [PATCH 0/3] devicetree includes for i.MX5 clocks 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).