From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/11] r8a7778 CCF and multiplatform
Date: Wed, 21 Jan 2015 16:20:51 +0000 [thread overview]
Message-ID: <1421857262-16607-1-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
Hi!
Here's the CCF/MP support for r8a7778 and Bock-W. It consists of the CCF
driver, a couple of extra DT devices, and multiplatform enablement. To keep
disruption to a minimum it leaves the existing legacy platforms in place for
now.
Morimoto-san, it'd be nice if you could give me some feedback on the sound
device descriptions because a) I have no clue what I'm doing there, and b) I
only have remote access to the Bock-W board and thus no way to test if this
works...
Thanks for your help.
CU
Uli
Ulrich Hecht (11):
ARM: shmobile: r8a7778: synchronize dts with reference platform
ARM: shmobile: r8a7778: add CPG register bits header
ARM: shmobile: r8a7778: Common clock framework DT description
ARM: shmobile: r8a7778: common clock framework CPG driver
ARM: shmobile: r8a7778: add MSTP clock assignments to DT
ARM: shmobile: bockw: add devices hooked up to i2c0 to DT
ARM: shmobile: bockw: add pins and clock to ethernet controller in DT
ARM: shmobile: bockw: add USB, VIN pin descriptions to DT
ARM: shmobile: r8a7778: add sound to DT
ARM: shmobile: bockw: add sound to DT
ARM: shmobile: r8a7778: enable multiplatform target
.../bindings/clock/renesas,cpg-mstp-clocks.txt | 1 +
.../bindings/clock/renesas,r8a7778-cpg-clocks.txt | 24 ++
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/r8a7778-bockw.dts | 177 ++++++++++++++
arch/arm/boot/dts/r8a7778.dtsi | 263 +++++++++++++++++++++
arch/arm/mach-shmobile/Kconfig | 4 +
arch/arm/mach-shmobile/board-bockw-reference.c | 2 +
arch/arm/mach-shmobile/setup-r8a7778.c | 19 ++
drivers/clk/shmobile/Makefile | 1 +
drivers/clk/shmobile/clk-r8a7778.c | 146 ++++++++++++
include/dt-bindings/clock/r8a7778-clock.h | 72 ++++++
include/linux/clk/shmobile.h | 1 +
12 files changed, 711 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a7778-cpg-clocks.txt
create mode 100644 drivers/clk/shmobile/clk-r8a7778.c
create mode 100644 include/dt-bindings/clock/r8a7778-clock.h
--
2.2.2
next reply other threads:[~2015-01-21 16:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-21 16:20 Ulrich Hecht [this message]
2015-01-22 0:01 ` [PATCH 00/11] r8a7778 CCF and multiplatform Laurent Pinchart
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=1421857262-16607-1-git-send-email-ulrich.hecht+renesas@gmail.com \
--to=ulrich.hecht+renesas@gmail.com \
--cc=linux-sh@vger.kernel.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).