devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
	Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/3] devicetree includes for i.MX5 clocks
Date: Wed, 13 Nov 2013 20:11:16 +0100	[thread overview]
Message-ID: <1384369879-11878-1-git-send-email-l.stach@pengutronix.de> (raw)

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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2013-11-13 19:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-13 19:11 Lucas Stach [this message]
     [not found] ` <1384369879-11878-1-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2013-11-13 19:11   ` [PATCH 1/3] clk: imx5: introduce DT includes for clock provider Lucas Stach
     [not found]     ` <1384369879-11878-2-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
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
     [not found]     ` <1384369879-11878-3-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384369879-11878-1-git-send-email-l.stach@pengutronix.de \
    --to=l.stach-bicnvbalz9megne8c9+irq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).