From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 0/8] Renesas ARM based SoC updates for v3.13
Date: Tue, 01 Oct 2013 02:34:09 +0000 [thread overview]
Message-ID: <cover.1380530437.git.horms+renesas@verge.net.au> (raw)
Hi Kevin, Olof and Arnd,
please consider these Renesas ARM based SoC updates for v3.13.
This pull-request is based on v3.12-rc1.
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git soc
for you to fetch changes up to f39d35fcc2cd7a24ec3128adffd7876953999e1f:
ARM: shmobile: r8a7778: add usb phy power control function (2013-09-30 16:11:23 +0900)
----------------------------------------------------------------
Renesas ARM based SoC updates for v3.13
* Add support for r8a7791 SoC
* Rename DU device in clock lookups list of r8a7779 SoC
* USB and SSI/SRU clock support for r8a7778 SoC
* USB phy power control function support for r8a7778 SoC
----------------------------------------------------------------
Hisashi Nakamura (1):
ARM: shmobile: Initial r8a7791 SoC support
Kuninori Morimoto (3):
ARM: shmobile: r8a7778: add SSI/SRU clock support
ARM: shmobile: r8a7778: add USBHS clock
ARM: shmobile: r8a7778: add usb phy power control function
Laurent Pinchart (2):
ARM: shmobile: r8a7779: Rename DU device in clock lookups list
ARM: shmobile: r8a7790: Add DU and LVDS clocks
Magnus Damm (1):
ARM: shmobile: r8a7791 CMT support
Yoshikazu Fujikawa (1):
ARM: shmobile: r8a7791 SCIF support
arch/arm/boot/dts/r8a7791.dtsi | 41 +++++
arch/arm/mach-shmobile/Kconfig | 6 +
arch/arm/mach-shmobile/Makefile | 2 +
arch/arm/mach-shmobile/clock-r8a7778.c | 44 ++++-
arch/arm/mach-shmobile/clock-r8a7779.c | 2 +-
arch/arm/mach-shmobile/clock-r8a7790.c | 12 +-
arch/arm/mach-shmobile/clock-r8a7791.c | 237 ++++++++++++++++++++++++++
arch/arm/mach-shmobile/include/mach/r8a7778.h | 2 +
arch/arm/mach-shmobile/include/mach/r8a7791.h | 8 +
arch/arm/mach-shmobile/setup-r8a7778.c | 37 ++--
arch/arm/mach-shmobile/setup-r8a7791.c | 149 ++++++++++++++++
11 files changed, 525 insertions(+), 15 deletions(-)
create mode 100644 arch/arm/boot/dts/r8a7791.dtsi
create mode 100644 arch/arm/mach-shmobile/clock-r8a7791.c
create mode 100644 arch/arm/mach-shmobile/include/mach/r8a7791.h
create mode 100644 arch/arm/mach-shmobile/setup-r8a7791.c
next reply other threads:[~2013-10-01 2:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 2:34 Simon Horman [this message]
2013-10-01 2:34 ` [PATCH 1/8] ARM: shmobile: r8a7779: Rename DU device in clock lookups list Simon Horman
2013-10-01 2:34 ` [PATCH 2/8] ARM: shmobile: r8a7790: Add DU and LVDS clocks Simon Horman
2013-10-01 2:34 ` [PATCH 3/8] ARM: shmobile: r8a7778: add SSI/SRU clock support Simon Horman
2013-10-01 2:34 ` [PATCH 4/8] ARM: shmobile: Initial r8a7791 SoC support Simon Horman
2014-08-18 15:51 ` [PATCH 4/8] ARM: shmobile: Initial r8a7794 and Alt device tree Ulrich Hecht
2014-08-18 23:39 ` Simon Horman
2014-08-19 0:37 ` Magnus Damm
2014-08-19 1:06 ` Simon Horman
2014-08-19 1:16 ` Magnus Damm
2014-08-19 7:07 ` Geert Uytterhoeven
2013-10-01 2:34 ` [PATCH 5/8] ARM: shmobile: r8a7791 SCIF support Simon Horman
2013-10-01 2:34 ` [PATCH 6/8] ARM: shmobile: r8a7791 CMT support Simon Horman
2013-10-01 2:34 ` [PATCH 7/8] ARM: shmobile: r8a7778: add USBHS clock Simon Horman
2013-10-01 2:34 ` [PATCH 8/8] ARM: shmobile: r8a7778: add usb phy power control function Simon Horman
2013-10-07 18:22 ` [GIT PULL 0/8] Renesas ARM based SoC updates for v3.13 Olof Johansson
2013-10-08 5:21 ` Simon Horman
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=cover.1380530437.git.horms+renesas@verge.net.au \
--to=horms+renesas@verge.net.au \
--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).