From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 00/21] Renesas ARM based SoC Board Updates for v3.15
Date: Thu, 6 Feb 2014 15:17:08 +0900 [thread overview]
Message-ID: <cover.1391665225.git.horms+renesas@verge.net.au> (raw)
Hi Olof, Hi Kevin, Hi Arnd,
please consider these Renesas ARM based SoC board updates for v3.15.
The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards-for-v3.15
for you to fetch changes up to 235cda29e4d5047622ff9b82b1f0b4cb6cf95f6c:
ARM: shmobile: Remove Lager USBHS UDC ifdefs (2014-02-04 14:28:33 +0900)
----------------------------------------------------------------
Renesas ARM based SoC Board Updates for v3.15
* r8a7791 (R-Car M2) based Koelsch board
- Fix error return code check from clk_get()
- Add SATA0 support
- Conditionally select MICREL_PHY for Multiplatform
* r8a7790 (R-Car H2) based Lager board
- Add USBHS support
- Fix error return code check from clk_get()
- Add SATA support
- Make spi_flash_data const
- Add VIN1 SoC camera support
- Conditionally select CONFIG_MICREL_PHY
* r8a7778 (R-Car M1) based Bock-W board
- Add USB Func DMAEngine support
- Use HPBIF DMAEngine for sound
- Use SSI DMAEngine for sound
* emev2 (Emma Mobile EV2) based kzm9d board
- Use common clock framework
* r8a773a0 (SH-Mobile AG5) based kzm9g board
- Add zboot support
* Many boards
- Conditionally select SMSC_PHY
----------------------------------------------------------------
Ben Dooks (2):
ARM: shmobile: lager: fix error return code check from clk_get()
ARM: shmobile: koelsch: fix error return code check from clk_get()
Geert Uytterhoeven (1):
ARM: shmobile: lager: Make spi_flash_data const
Kuninori Morimoto (3):
ARM: shmobile: bockw: use SSI DMAEngine for sound
ARM: shmobile: bockw: use HPBIF DMAEngine for sound
ARM: shmobile: bockw: add USB Func DMAEngine support
Magnus Damm (1):
ARM: shmobile: Remove Lager USBHS UDC ifdefs
Sergei Shtylyov (1):
ARM: shmobile: Lager: conditionally select CONFIG_MICREL_PHY
Simon Horman (7):
ARM: shmobile: koelsch: Conditionally select MICREL_PHY for Multiplatform
ARM: shmobile: ape6evm: Conditionally select SMSC_PHY
ARM: shmobile: armadillo800eva: Conditionally select SMSC_PHY
ARM: shmobile: bockw: Sort Kconfig node's selections
ARM: shmobile: kzm9d: Conditionally select SMSC_PHY
ARM: shmobile: mackerel: Conditionally select SMSC_PHY
ARM: shmobile: marzen: Conditionally select SMSC_PHY
Takashi Yoshii (1):
ARM: shmobile: kzm9d: Use common clock framework
Ulrich Hecht (1):
ARM: mach-shmobile: kzm9g: add zboot support
Valentine Barshak (4):
ARM: shmobile: lager: Add VIN1 SoC camera support
ARM: shmobile: lager: Add SATA support
ARM: shmobile: koelsch: Add SATA0 support
ARM: shmobile: lager: Add USBHS support
arch/arm/mach-shmobile/Kconfig | 15 +-
arch/arm/mach-shmobile/board-bockw.c | 24 +-
arch/arm/mach-shmobile/board-koelsch-reference.c | 4 +-
arch/arm/mach-shmobile/board-koelsch.c | 17 +
arch/arm/mach-shmobile/board-kzm9d-reference.c | 5 +-
arch/arm/mach-shmobile/board-lager-reference.c | 4 +-
arch/arm/mach-shmobile/board-lager.c | 229 +++++++++++-
arch/arm/mach-shmobile/include/mach/head-kzm9g.txt | 410 +++++++++++++++++++++
arch/arm/mach-shmobile/include/mach/zboot.h | 3 +
arch/arm/mach-shmobile/include/mach/zboot_macros.h | 43 +++
10 files changed, 737 insertions(+), 17 deletions(-)
create mode 100644 arch/arm/mach-shmobile/include/mach/head-kzm9g.txt
next reply other threads:[~2014-02-06 6:17 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 6:17 Simon Horman [this message]
2014-02-06 6:18 ` [PATCH 01/21] ARM: shmobile: Lager: conditionally select CONFIG_MICREL_PHY Simon Horman
2014-02-06 6:18 ` [PATCH 02/21] ARM: shmobile: bockw: use SSI DMAEngine for sound Simon Horman
2014-02-06 6:18 ` [PATCH 03/21] ARM: shmobile: bockw: use HPBIF " Simon Horman
2014-02-06 6:18 ` [PATCH 04/21] ARM: shmobile: bockw: add USB Func DMAEngine support Simon Horman
2014-02-06 6:18 ` [PATCH 05/21] ARM: shmobile: koelsch: Conditionally select MICREL_PHY for Multiplatform Simon Horman
2014-02-06 6:18 ` [PATCH 06/21] ARM: mach-shmobile: kzm9g: add zboot support Simon Horman
2014-02-06 6:18 ` [PATCH 07/21] ARM: shmobile: lager: Add VIN1 SoC camera support Simon Horman
2014-02-06 6:19 ` [PATCH 08/21] ARM: shmobile: kzm9d: Use common clock framework Simon Horman
2014-02-06 6:19 ` [PATCH 09/21] ARM: shmobile: lager: Make spi_flash_data const Simon Horman
2014-02-06 6:19 ` [PATCH 10/21] ARM: shmobile: lager: Add SATA support Simon Horman
2014-02-06 6:19 ` [PATCH 11/21] ARM: shmobile: koelsch: Add SATA0 support Simon Horman
2014-02-06 6:19 ` [PATCH 12/21] ARM: shmobile: ape6evm: Conditionally select SMSC_PHY Simon Horman
2014-02-06 6:19 ` [PATCH 13/21] ARM: shmobile: armadillo800eva: " Simon Horman
2014-02-06 6:19 ` [PATCH 14/21] ARM: shmobile: bockw: Sort Kconfig node's selections Simon Horman
2014-02-06 6:19 ` [PATCH 15/21] ARM: shmobile: kzm9d: Conditionally select SMSC_PHY Simon Horman
2014-02-06 6:19 ` [PATCH 16/21] ARM: shmobile: mackerel: " Simon Horman
2014-02-06 6:19 ` [PATCH 17/21] ARM: shmobile: marzen: " Simon Horman
2014-02-06 6:19 ` [PATCH 18/21] ARM: shmobile: lager: fix error return code check from clk_get() Simon Horman
2014-02-06 6:19 ` [PATCH 19/21] ARM: shmobile: koelsch: " Simon Horman
2014-02-06 6:19 ` [PATCH 20/21] ARM: shmobile: lager: Add USBHS support Simon Horman
2014-02-06 6:19 ` [PATCH 21/21] ARM: shmobile: Remove Lager USBHS UDC ifdefs Simon Horman
2014-02-20 8:23 ` [GIT PULL 00/21] Renesas ARM based SoC Board Updates for v3.15 Olof Johansson
2014-02-25 3:14 ` Magnus Damm
2014-02-25 16:04 ` Arnd Bergmann
2014-02-28 4:21 ` Magnus Damm
2014-03-11 21:20 ` Olof Johansson
2014-03-20 15:25 ` Ben Dooks
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.1391665225.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).