From: alex.elder@linaro.org (Alex Elder)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] clk: bcm281xx: define Broadcom kona clocks
Date: Tue, 03 Dec 2013 21:54:54 -0600 [thread overview]
Message-ID: <529EA78E.7060904@linaro.org> (raw)
This series adds support for Kona clock control units (CCUs) and
clocks, used by Broadcom BCM281xx family SoCs. Kona CCUs are
represented by nodes in the device tree, and the names of the clocks
provided by a CCU are included in its node. Implementation details
of those clocks are defined in a C file separate from the code that
implements the functionality used by most of the common clock
framework.
This series depends on:
"Update Kona drivers to use clocks"
https://lkml.org/lkml/2013/11/14/450
This series (along with a version of those prerequisite patches) is
available in the "review/bcm-kona-clocks" branch of this git
repository:
git://git.linaro.org/people/elder/linux.git
-Alex
Alex Elder (3):
clk: bcm281xx: define kona clock binding
clk: bcm281xx: add initial clock framework support
ARM: dts: bcm281xx: define real clocks
.../devicetree/bindings/clock/bcm-kona-clock.txt | 95 ++
arch/arm/boot/dts/bcm11351.dtsi | 222 +++--
drivers/clk/Kconfig | 1 +
drivers/clk/Makefile | 1 +
drivers/clk/bcm/Kconfig | 8 +
drivers/clk/bcm/Makefile | 3 +
drivers/clk/bcm/clk-bcm281xx.c | 416 ++++++++
drivers/clk/bcm/clk-kona-setup.c | 774 +++++++++++++++
drivers/clk/bcm/clk-kona.c | 1033
++++++++++++++++++++
drivers/clk/bcm/clk-kona.h | 416 ++++++++
include/dt-bindings/clock/bcm281xx.h | 65 ++
11 files changed, 2973 insertions(+), 61 deletions(-)
create mode 100644
Documentation/devicetree/bindings/clock/bcm-kona-clock.txt
create mode 100644 drivers/clk/bcm/Kconfig
create mode 100644 drivers/clk/bcm/Makefile
create mode 100644 drivers/clk/bcm/clk-bcm281xx.c
create mode 100644 drivers/clk/bcm/clk-kona-setup.c
create mode 100644 drivers/clk/bcm/clk-kona.c
create mode 100644 drivers/clk/bcm/clk-kona.h
create mode 100644 include/dt-bindings/clock/bcm281xx.h
-- 1.7.9.5
next reply other threads:[~2013-12-04 3:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-04 3:54 Alex Elder [this message]
2013-12-04 3:56 ` [PATCH 1/3] clk: bcm281xx: define kona clock binding Alex Elder
2013-12-04 9:39 ` Mark Rutland
2013-12-04 12:45 ` Alex Elder
2013-12-04 16:24 ` Alex Elder
2013-12-04 3:57 ` [PATCH 2/3] clk: bcm281xx: add initial clock framework support Alex Elder
2013-12-04 11:14 ` Mark Rutland
2013-12-04 13:06 ` Alex Elder
2013-12-04 13:57 ` Alex Elder
2013-12-04 14:09 ` Mark Rutland
2013-12-04 3:57 ` [PATCH 3/3] ARM: dts: bcm281xx: define real clocks Alex Elder
2013-12-04 11:19 ` Mark Rutland
2013-12-04 13:19 ` Alex Elder
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=529EA78E.7060904@linaro.org \
--to=alex.elder@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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).