devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
	Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Subject: [PATCH 0/4] ARM: imx6: cleanup for fixed-clock
Date: Fri, 11 Apr 2014 16:04:03 +0800	[thread overview]
Message-ID: <1397203447-22965-1-git-send-email-shawn.guo@freescale.com> (raw)

The series cleans up fixed-clock handling for imx6 a little bit, so that
we can have clock driver simply call of_clk_get_by_name() than
imx_obtain_fixed_clock() to retrieve the clocks, and generic name can
just be used for these clocks.

Shawn Guo (4):
  ARM: dts: imx: add required #clock-cells for fixed-clock
  ARM: dts: imx6: define input clocks to CCM block
  ARM: dts: imx6: use of_clk_get_by_name() to retrieve fixed-clock
  ARM: dts: imx6: use generic name for fixed-clock nodes

 arch/arm/boot/dts/imx25.dtsi      |  1 +
 arch/arm/boot/dts/imx27-apf27.dts |  1 +
 arch/arm/boot/dts/imx27.dtsi      |  1 +
 arch/arm/boot/dts/imx50.dtsi      |  4 ++++
 arch/arm/boot/dts/imx51.dtsi      |  4 ++++
 arch/arm/boot/dts/imx53.dtsi      |  4 ++++
 arch/arm/boot/dts/imx6qdl.dtsi    | 23 +++++++++++++++++------
 arch/arm/boot/dts/imx6sl.dtsi     | 12 ++++++++++--
 arch/arm/boot/dts/vf610-twr.dts   |  2 ++
 arch/arm/boot/dts/vf610.dtsi      |  2 ++
 arch/arm/mach-imx/clk-imx6q.c     |  6 +++---
 arch/arm/mach-imx/clk-imx6sl.c    |  4 ++--
 12 files changed, 51 insertions(+), 13 deletions(-)

-- 
1.8.3.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:[~2014-04-11  8:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-11  8:04 Shawn Guo [this message]
     [not found] ` <1397203447-22965-1-git-send-email-shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-04-11  8:04   ` [PATCH 1/4] ARM: dts: imx: add required #clock-cells for fixed-clock Shawn Guo
2014-04-11  8:04   ` [PATCH 2/4] ARM: dts: imx6: define input clocks to CCM block Shawn Guo
2014-04-11  8:04   ` [PATCH 3/4] ARM: dts: imx6: use of_clk_get_by_name() to retrieve fixed-clock Shawn Guo
     [not found]     ` <1397203447-22965-4-git-send-email-shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-04-11  8:40       ` Shawn Guo
2014-04-14  2:20         ` Shawn Guo
2014-04-11  8:04   ` [PATCH 4/4] ARM: dts: imx6: use generic name for fixed-clock nodes 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=1397203447-22965-1-git-send-email-shawn.guo@freescale.com \
    --to=shawn.guo-kzfg59tc24xl57midrcfdg@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 \
    /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).