From: Grant Likely <grant.likely@secretlab.ca>
To: linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org
Cc: Mike Turquette <mturquette@ti.com>,
Sascha Hauer <kernel@pengutronix.de>,
Rob Herring <rob.herring@calxeda.com>,
Shawn Guo <shawn.guo@freescale.com>
Subject: Initial DT clock bindings
Date: Mon, 12 Dec 2011 15:00:27 -0700 [thread overview]
Message-ID: <1323727236-4811-1-git-send-email-grant.likely@secretlab.ca> (raw)
Hi everyone,
Here's my second posting of initial device tree bindings for clocks. I'm
a lot happier with how this is looking now, and Versatile is pretty much
entirely converted. In fact, the realview, integrator and vexpress platforms
are pretty close now too. Just for fun I went and converted Highbank also.
There is still stuff to clean up, and I want to add test cases for the new
clock framework, but otherwise I think it is pretty complete. There are
some changes to the binding documentation that you'll want to pay attention
to.
This series is based on v3.2-rc5 plus the of_parse_phandle_args() patches
that I posted a couple of hours ago.
.../devicetree/bindings/clock/clock-bindings.txt | 114 +++++++++++
.../devicetree/bindings/clock/fixed-clock.txt | 21 ++
arch/arm/Kconfig | 1 +
arch/arm/boot/dts/highbank.dts | 32 +++-
arch/arm/boot/dts/testcases/tests-phandle.dtsi | 2 +
arch/arm/boot/dts/versatile-ab.dts | 79 ++++++++
arch/arm/common/timer-sp.c | 72 ++++++-
arch/arm/include/asm/hardware/timer-sp.h | 2 +
arch/arm/mach-highbank/clock.c | 19 --
arch/arm/mach-highbank/core.h | 1 -
arch/arm/mach-highbank/highbank.c | 13 +-
arch/arm/mach-highbank/include/mach/clkdev.h | 11 +
arch/arm/mach-integrator/impd1.c | 30 +---
arch/arm/mach-integrator/include/mach/clkdev.h | 19 --
arch/arm/mach-integrator/integrator_cp.c | 21 +--
arch/arm/mach-realview/core.c | 22 +--
arch/arm/mach-realview/include/mach/clkdev.h | 10 -
arch/arm/mach-versatile/core.c | 61 +------
arch/arm/mach-versatile/include/mach/clkdev.h | 10 -
arch/arm/mach-versatile/versatile_dt.c | 39 ++++-
arch/arm/mach-vexpress/include/mach/clkdev.h | 9 -
arch/arm/mach-zynq/include/mach/clkdev.h | 10 -
arch/arm/plat-versatile/clock.c | 151 ++++++++++++++
arch/arm/plat-versatile/include/plat/clock.h | 34 ++++
drivers/clk/clkdev.c | 9 +
drivers/of/Kconfig | 6 +
drivers/of/Makefile | 1 +
drivers/of/base.c | 36 ++++
drivers/of/clock.c | 208 ++++++++++++++++++++
drivers/of/selftest.c | 29 +++
include/linux/of.h | 3 +
include/linux/of_clk.h | 41 ++++
32 files changed, 893 insertions(+), 223 deletions(-)
next reply other threads:[~2011-12-12 22:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 22:00 Grant Likely [this message]
[not found] ` <1323727236-4811-1-git-send-email-grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
2011-12-12 22:52 ` Initial DT clock bindings Rob Herring
[not found] ` <4EE6859F.2040807-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-01-11 23:57 ` Simon Glass
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=1323727236-4811-1-git-send-email-grant.likely@secretlab.ca \
--to=grant.likely@secretlab.ca \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=kernel@pengutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@ti.com \
--cc=rob.herring@calxeda.com \
--cc=shawn.guo@freescale.com \
/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).