From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 00/12] Second Round of Renesas ARM based SoC Board updates for v3.14
Date: Tue, 24 Dec 2013 14:17:58 +0000 [thread overview]
Message-ID: <cover.1387891831.git.horms+renesas@verge.net.au> (raw)
Hi Kevin, Hi Olof, Hi Arnd,
please consider the this second round of Renesas ARM based SoC board
updates for v3.14.
This pull request is based on a merge of:
* The first round of Renesas ARM based SoC board
updates for v3.14, tagged as renesas-boards-for-v3.14,
which you have already pulled.
* The second round of Renesas ARM based SoC
updates for v3.14, tagged as renesas-soc-for-v3.14,
which I have previously sent a pull-request for.
The reason for this merge is to provide SoC dependencies
used by the multiplatform and CCF changes in this series.
The following changes since commit 70d4f2e5576a16120e6bc85b10011032306c1179:
Merge branch 'heads/soc2' into boards2-base (2013-12-19 19:08:11 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards2-for-v3.14
for you to fetch changes up to b58c8e7b43ad804ad18b30f882b16da2e3d4ed9d:
ARM: shmobile: mackerel: Fix USBHS pinconf entry (2013-12-19 19:08:27 +0900)
----------------------------------------------------------------
Second Round of Renesas ARM based SoC Board updates for v3.14
* r8a7791 (R-Car M2) based Koelsch board
- Let Koelsch multiplatform boot with Koelsch DTB
- Remove non-multiplatform DT reference support
- Instantiate clkdevs for SCIF and CMT
- Remove duplicate CCF initialization
- Add Ether and DU support
* r8a7790 (R-Car H2) based Lager board
- Let Lager multiplatform boot with Lager DTB
- Remove non-multiplatform DT reference support
- Instantiate clkdevs for SCIF and CMT
- Enable multiplaform kernel support
* r8a7740 (R-Mobile A1) based Armadillo board
- Set backlight enable GPIO
* sh7374 (SH-Mobile AP4) based Mackerel board
- Correct USBHS pinconf entry
----------------------------------------------------------------
Laurent Pinchart (11):
ARM: shmobile: koelsch: Add DU device
ARM: shmobile: armadillo: Set backlight enable GPIO
ARM: shmobile: lager-reference: Enable multiplaform kernel support
ARM: shmobile: koelsch-reference: Remove duplicate CCF initialization
ARM: shmobile: lager-reference: Instantiate clkdevs for SCIF and CMT
ARM: shmobile: koelsch-reference: Instantiate clkdevs for SCIF and CMT
ARM: shmobile: Remove non-multiplatform Lager reference support
ARM: shmobile: Remove non-multiplatform Koelsch reference support
ARM: shmobile: Let Lager multiplatform boot with Lager DTB
ARM: shmobile: Let Koelsch multiplatform boot with Koelsch DTB
ARM: shmobile: mackerel: Fix USBHS pinconf entry
Sergei Shtylyov (1):
ARM: shmobile: Koelsch: add Ether support
arch/arm/boot/dts/Makefile | 4 +-
arch/arm/mach-shmobile/Kconfig | 30 ++----
arch/arm/mach-shmobile/Makefile | 3 +-
arch/arm/mach-shmobile/Makefile.boot | 2 -
arch/arm/mach-shmobile/board-armadillo800eva.c | 5 +-
arch/arm/mach-shmobile/board-koelsch-reference.c | 30 +++++-
arch/arm/mach-shmobile/board-koelsch.c | 119 ++++++++++++++++++++++-
arch/arm/mach-shmobile/board-lager-reference.c | 32 ++++++
arch/arm/mach-shmobile/board-mackerel.c | 2 +-
9 files changed, 191 insertions(+), 36 deletions(-)
next reply other threads:[~2013-12-24 14:17 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-24 14:17 Simon Horman [this message]
2013-12-24 14:18 ` [PATCH 01/12] ARM: shmobile: koelsch: Add DU device Simon Horman
2013-12-24 14:18 ` [PATCH 02/12] ARM: shmobile: Koelsch: add Ether support Simon Horman
2013-12-24 14:18 ` [PATCH 03/12] ARM: shmobile: armadillo: Set backlight enable GPIO Simon Horman
2013-12-24 14:18 ` [PATCH 04/12] ARM: shmobile: lager-reference: Enable multiplaform kernel support Simon Horman
2013-12-24 14:18 ` [PATCH 05/12] ARM: shmobile: koelsch-reference: Remove duplicate CCF initialization Simon Horman
2013-12-24 14:18 ` [PATCH 06/12] ARM: shmobile: lager-reference: Instantiate clkdevs for SCIF and CMT Simon Horman
2013-12-24 14:18 ` [PATCH 07/12] ARM: shmobile: koelsch-reference: " Simon Horman
2013-12-24 14:18 ` [PATCH 08/12] ARM: shmobile: Remove non-multiplatform Lager reference support Simon Horman
2013-12-24 14:18 ` [PATCH 09/12] ARM: shmobile: Remove non-multiplatform Koelsch " Simon Horman
2013-12-24 14:18 ` [PATCH 10/12] ARM: shmobile: Let Lager multiplatform boot with Lager DTB Simon Horman
2013-12-24 14:18 ` [PATCH 11/12] ARM: shmobile: Let Koelsch multiplatform boot with Koelsch DTB Simon Horman
2013-12-24 14:18 ` [PATCH 12/12] ARM: shmobile: mackerel: Fix USBHS pinconf entry Simon Horman
2014-01-02 18:46 ` [GIT PULL 00/12] Second Round of Renesas ARM based SoC Board updates for v3.14 Olof Johansson
2014-02-13 8:04 ` [GIT PULL 00/12] Second Round of Renesas ARM Based SoC Updates for v3.15 Simon Horman
2014-02-13 8:13 ` [PATCH 01/12] ARM: shmobile: Use 64-bit dma_addr_t on r8a7790/r8a7791 Simon Horman
2014-02-13 8:13 ` [PATCH 02/12] ARM: shmobile: Break out R-Car SYSC PM code Simon Horman
2014-02-13 8:13 ` [PATCH 03/12] ARM: shmobile: r8a7790 SYSC setup code Simon Horman
2014-02-13 8:13 ` [PATCH 04/12] ARM: shmobile: r8a7790 CA7-SCU enablement Simon Horman
2014-02-13 8:13 ` [PATCH 05/12] ARM: shmobile: r8a7790 CA15-SCU enablement Simon Horman
2014-02-13 8:13 ` [PATCH 06/12] ARM: shmobile: r8a7778: add audio clock in new style Simon Horman
2014-02-13 8:13 ` [PATCH 07/12] ARM: shmobile: r8a7790: add audio clock Simon Horman
2014-02-13 8:13 ` [PATCH 08/12] ARM: shmobile: r7s72100 clock: Add RSPI clocks Simon Horman
2014-02-13 8:13 ` [PATCH 09/12] ARM: shmobile: r7s72100 clock: Add RSPI clocks for DT Simon Horman
2014-02-13 8:13 ` [PATCH 10/12] ARM: shmobile: r8a7791 clock: add QSPI clocks Simon Horman
2014-02-13 8:14 ` [PATCH 11/12] ARM: shmobile: r7s72100: Add clock for r7s72100-ether Simon Horman
2014-02-13 8:14 ` [PATCH 12/12] ARM: shmobile: r8a7790: Correct SYS DMAC clock defines Simon Horman
2014-02-20 9:43 ` [GIT PULL 00/12] Second Round of Renesas ARM Based SoC Updates for v3.15 Olof Johansson
2014-02-20 23:27 ` Simon Horman
2014-02-21 22:25 ` Olof Johansson
2014-02-22 1:41 ` 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.1387891831.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).