From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.17
Date: Tue, 15 Jul 2014 09:16:36 +0000 [thread overview]
Message-ID: <cover.1405398515.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1378362045.git.horms+renesas@verge.net.au>
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these third round of Renesas ARM based SoC DT updates for v3.17.
This pull request is based on a merge of:
* The previous round of such requests, tagged as renesas-dt2-for-v3.17,
which you have already pulled into next/dt and;
* The second round of Renesas ARM Based SoC Clock Updates for v3.17,
tagged as renesas-clock2-for-v3.17, which I have send a pull request for.
The reason for the clock update is to provide run-time dependencies
to allow SCI to be initialised on DT on SoCs that do not yet have
CCF support. The key word being yet, it is being worked on.
which I have already sent a pull-request for.
The following changes since commit 963b0c359bf5d284fc597bed07a668cb7396bfd2:
Merge branch 'clock-for-v3.17' into dt-for-v3.17 (2014-07-12 15:16:37 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt3-for-v3.17
for you to fetch changes up to 700ce7c2bb2a4963472d95eba1436d6b0945918e:
ARM: shmobile: kzm9g-reference: Initialise SCIF device using DT (2014-07-12 15:16:58 +0200)
----------------------------------------------------------------
Third Round of Renesas ARM Based SoC DT Updates for v3.17
* Initialise SCI using DT when booting the kzm9g, armadillo800eva,
ape6evm and bockw boards without legacy-C code.
----------------------------------------------------------------
Simon Horman (8):
ARM: shmobile: r8a7778: Add SCIF nodes
ARM: shmobile: bockw-reference: Initialise SCIF device using DT
ARM: shmobile: r8a73a4: Add SCIF nodes
ARM: shmobile: ape6evm-reference: Initialise SCIF device using DT
ARM: shmobile: r8a7740: Add SCIF nodes
ARM: shmobile: armadillo800eva-reference: Initialise SCIF device using DT
ARM: shmobile: sh73a0: Add SCIF nodes
ARM: shmobile: kzm9g-reference: Initialise SCIF device using DT
arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 14 ++++-
arch/arm/boot/dts/r8a73a4.dtsi | 42 +++++++++++++
.../boot/dts/r8a7740-armadillo800eva-reference.dts | 14 ++++-
arch/arm/boot/dts/r8a7740.dtsi | 63 +++++++++++++++++++
arch/arm/boot/dts/r8a7778-bockw-reference.dts | 14 ++++-
arch/arm/boot/dts/r8a7778.dtsi | 42 +++++++++++++
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 14 ++++-
arch/arm/boot/dts/sh73a0.dtsi | 72 ++++++++++++++++++++++
arch/arm/mach-shmobile/setup-r8a73a4.c | 12 ++--
arch/arm/mach-shmobile/setup-r8a7740.c | 8 +--
arch/arm/mach-shmobile/setup-r8a7778.c | 12 ++--
arch/arm/mach-shmobile/setup-sh73a0.c | 8 +--
12 files changed, 283 insertions(+), 32 deletions(-)
next prev parent reply other threads:[~2014-07-15 9:16 UTC|newest]
Thread overview: 196+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-05 6:23 [GIT PULL] Third Round of Renesas ARM based SoC fixes for v3.12 Simon Horman
2013-09-05 6:23 ` [PATCH] ARM: shmobile: r8a7779: Update early timer initialisation order Simon Horman
2013-09-10 0:26 ` [GIT PULL] Third Round of Renesas ARM based SoC fixes for v3.12 Olof Johansson
2014-02-21 6:12 ` [GIT PULL] Third Round of Renesas ARM Based SoC Boards Updates for v3.15 Simon Horman
2014-02-21 6:12 ` [PATCH 01/16] ARM: shmobile: Add SDHI devices for legacy Koelsch Simon Horman
2014-02-21 6:12 ` [PATCH 02/16] ARM: shmobile: lager: add SDHI0/2 support Simon Horman
2014-02-21 6:12 ` [PATCH 03/16] ARM: shmobile: lager legacy: Add QSPI pinmux Simon Horman
2014-02-21 6:12 ` [PATCH 04/16] ARM: shmobile: lager: Add internal USB PCI support Simon Horman
2014-02-21 6:12 ` [PATCH 05/16] ARM: shmobile: lager-reference: Refactor clock lookup hack Simon Horman
2014-02-21 6:12 ` [PATCH 06/16] ARM: shmobile: lager-reference: Add DU device Simon Horman
2014-02-21 6:12 ` [PATCH 07/16] ARM: shmobile: koelsch-reference: Refactor clock lookup hack Simon Horman
2014-02-21 6:12 ` [PATCH 08/16] ARM: shmobile: koelsch-reference: Add DU device Simon Horman
2014-02-21 6:12 ` [PATCH 09/16] ARM: shmobile: Armadillo 800 EVA: set proper DMA masks for Ether device Simon Horman
2014-02-21 6:12 ` [PATCH 10/16] ARM: shmobile: BOCK-W: " Simon Horman
2014-02-21 6:12 ` [PATCH 11/16] ARM: shmobile: Lager: " Simon Horman
2014-02-21 6:12 ` [PATCH 12/16] ARM: shmobile: Koelsch: " Simon Horman
2014-02-21 6:12 ` [PATCH 13/16] ARM: shmobile: Genmai: " Simon Horman
2014-02-21 6:12 ` [PATCH 14/16] ARM: shmobile: Remove KZM9D board code Simon Horman
2014-02-21 6:12 ` [PATCH 15/16] ARM: shmobile: Remove Koelsch DT reference legacy clock bits Simon Horman
2014-02-21 6:12 ` [PATCH 16/16] ARM: shmobile: Remove Lager " Simon Horman
2014-03-17 7:00 ` [GIT PULL] Third Round of Renesas ARM Based SoC Boards Updates for v3.15 Olof Johansson
2014-02-21 6:12 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig " Simon Horman
2014-02-21 6:12 ` [PATCH 1/5] ARM: shmobile: lager defconfig: Enable RSPI and MTD_M25P80 Simon Horman
2014-02-21 6:12 ` [PATCH 2/5] ARM: shmobile: Add defconfig for shmobile multiplatform Simon Horman
2014-02-21 6:12 ` [PATCH 3/5] ARM: shmobile: Get rid of legacy KZM9D defconfig Simon Horman
2014-02-21 6:12 ` [PATCH 4/5] ARM: shmobile: koelsch: Enable SDHI, GPIO and regulators in defconfig Simon Horman
2014-02-21 6:12 ` [PATCH 5/5] ARM: shmobile: r7s72100: update defconfig for I2C usage Simon Horman
2014-03-17 7:02 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.15 Olof Johansson
2014-02-21 6:12 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT " Simon Horman
2014-02-21 6:12 ` [PATCH 01/13] ARM: shmobile: r8a7790 dtsi: Add QSPI node Simon Horman
2014-02-21 6:12 ` [PATCH 02/13] ARM: shmobile: lager dts: Add QSPI nodes Simon Horman
2014-02-21 6:12 ` [PATCH 03/13] ARM: shmobile: lager: add SDHI0/2 support on DTS Simon Horman
2014-02-21 6:12 ` [PATCH 04/13] ARM: shmobile: r8a7778 dtsi: Remove duplicate i2c nodes Simon Horman
2014-02-21 6:12 ` [PATCH 05/13] ARM: shmobile: lager: Add DU device to DTS Simon Horman
2014-02-21 6:12 ` [PATCH 06/13] ARM: shmobile: koelsch-reference: " Simon Horman
2014-02-21 6:12 ` [PATCH 07/13] ARM: shmobile: r8a7791: remove superfluous interrupt-parents Simon Horman
2014-02-21 6:12 ` [PATCH 08/13] ARM: shmobile: r8a7790: " Simon Horman
2014-02-21 6:12 ` [PATCH 09/13] ARM: shmobile: r8a7790: add i2c aliases to dtsi Simon Horman
2014-02-21 6:12 ` [PATCH 10/13] ARM: shmobile: r8a7791: add i2c master nodes " Simon Horman
2014-02-21 6:12 ` [PATCH 11/13] ARM: shmobile: r8a7791: add i2c2 bus to koelsch dt Simon Horman
2014-02-21 6:12 ` [PATCH 12/13] ARM: shmobile: r7s72100: add nodes for i2c controllers to dtsi Simon Horman
2014-02-21 6:12 ` [PATCH 13/13] ARM: shmobile: genmai: adapt dts to use native i2c driver Simon Horman
2014-03-17 7:22 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.15 Olof Johansson
2014-03-17 7:35 ` Simon Horman
2014-02-21 6:13 ` [GIT PULL] Third Round of Renesas ARM Based SoC " Simon Horman
2014-02-21 6:13 ` [PATCH 1/3] ARM: shmobile: Add r8a7791 legacy SDHI clocks Simon Horman
2014-02-21 6:13 ` [PATCH 2/3] ARM: shmobile: Remove legacy r8a7790 DT clocks Simon Horman
2015-08-28 21:37 ` [PATCH 2/3] ARM: shmobile: Remove legacy mach/irqs.h Laurent Pinchart
2015-09-11 0:57 ` Simon Horman
2015-09-11 7:39 ` Laurent Pinchart
2015-09-11 8:10 ` Simon Horman
2015-09-11 8:18 ` Laurent Pinchart
2015-09-11 8:42 ` Simon Horman
2014-02-21 6:13 ` [PATCH 3/3] ARM: shmobile: Remove __init from rcar_gen2_read_mode_pins() Simon Horman
2014-03-17 7:28 ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.15 Olof Johansson
2014-03-10 8:36 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock " Simon Horman
2014-03-10 8:36 ` [PATCH] ARM: shmobile: r7s72100: fix bus clock calculation Simon Horman
2014-03-17 7:49 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15 Olof Johansson
2014-03-10 8:36 ` [GIT PULL] Third Round of Renesas ARM Based SoC " Simon Horman
2014-03-10 8:36 ` [PATCH] ARM: shmobile: APMU: Fix warnings due to improper printk formats Simon Horman
2014-03-17 7:50 ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.15 Olof Johansson
2014-05-16 0:58 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.16 Simon Horman
2014-05-16 0:58 ` [PATCH 01/11] ARM: shmobile: henninger: specify EXTAL frequency Simon Horman
2014-05-16 0:58 ` [PATCH 02/11] ARM: shmobile: henninger: add SDHI0/2 DT support Simon Horman
2014-05-16 0:58 ` [PATCH 03/11] ARM: shmobile: henninger: add QSPI " Simon Horman
2014-05-16 0:58 ` [PATCH 04/11] ARM: shmobile: henninger: add MSIOF0 " Simon Horman
2014-05-16 0:58 ` [PATCH 05/11] ARM: shmobile: r8a7740 dtsi: Add Ethernet support Simon Horman
2014-05-16 0:58 ` [PATCH 06/11] ARM: shmobile: armadillo-reference dts: " Simon Horman
2014-05-16 0:58 ` [PATCH 07/11] ARM: shmobile: dts: Move interrupt-parent property to root node Simon Horman
2014-05-16 0:58 ` [PATCH 08/11] ARM: shmobile: r8a7790 dtsi: Add GPIO clocks Simon Horman
2014-05-16 0:58 ` [PATCH 09/11] ARM: shmobile: r8a7791 " Simon Horman
2014-05-16 0:58 ` [PATCH 10/11] ARM: shmobile: marzen-reference: Set SMSC lan to use irq-push-pull Simon Horman
2014-05-16 0:58 ` [PATCH 11/11] ARM: shmobile: r8a7740 dtsi: Remove duplicate interrupt-parent property Simon Horman
2014-05-20 6:04 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.16 Olof Johansson
2014-07-08 9:34 ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.17 Simon Horman
2014-07-08 9:34 ` [PATCH] ARM: shmobile: fix shmobile_smp_apmu_suspend_init build failure for !SUSPEND Simon Horman
2014-07-13 4:24 ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.17 Olof Johansson
2014-07-12 13:53 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig " Simon Horman
2014-07-12 13:53 ` [PATCH] ARM: shmobile: Enable R-Car Gen 2 PCIe in shmobile_defconfig Simon Horman
2014-07-13 4:48 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.17 Olof Johansson
2014-07-12 13:53 ` [GIT PULL] Third Round of Renesas ARM Based SoC r8a7779 Multiplatform " Simon Horman
2014-07-12 13:53 ` [PATCH] ARM: shmobile: marzen: Consistently use tabs for indentation Simon Horman
2014-07-13 4:49 ` [GIT PULL] Third Round of Renesas ARM Based SoC r8a7779 Multiplatform Updates for v3.17 Olof Johansson
2014-07-15 9:16 ` Simon Horman [this message]
2014-07-15 9:16 ` [PATCH 1/8] ARM: shmobile: r8a7778: Add SCIF nodes Simon Horman
2014-07-15 9:16 ` [PATCH 2/8] ARM: shmobile: bockw-reference: Initialise SCIF device using DT Simon Horman
2014-07-15 9:16 ` [PATCH 3/8] ARM: shmobile: r8a73a4: Add SCIF nodes Simon Horman
2014-10-30 17:43 ` Ulrich Hecht
2014-10-31 4:54 ` Simon Horman
2014-07-15 9:16 ` [PATCH 4/8] ARM: shmobile: ape6evm-reference: Initialise SCIF device using DT Simon Horman
2014-07-15 9:16 ` [PATCH 5/8] ARM: shmobile: r8a7740: Add SCIF nodes Simon Horman
2014-07-15 9:16 ` [PATCH 6/8] ARM: shmobile: armadillo800eva-reference: Initialise SCIF device using DT Simon Horman
2014-07-15 9:16 ` [PATCH 7/8] ARM: shmobile: sh73a0: Add SCIF nodes Simon Horman
2014-07-15 9:16 ` [PATCH 8/8] ARM: shmobile: kzm9g-reference: Initialise SCIF device using DT Simon Horman
2014-07-19 4:48 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.17 Olof Johansson
2014-07-24 1:57 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock " Simon Horman
2014-07-24 1:57 ` [PATCH 1/5] ARM: shmobile: r8a7778: add TMU clock support for DT Simon Horman
2014-07-24 1:57 ` [PATCH 2/5] ARM: shmobile: r8a7740: " Simon Horman
2014-07-24 1:57 ` [PATCH 3/5] ARM: shmobile: r8a73a4: add CMT1 " Simon Horman
2014-07-24 1:57 ` [PATCH 4/5] ARM: shmobile: r8a7740: " Simon Horman
2014-07-24 1:57 ` [PATCH 5/5] ARM: shmobile: sh73a0: " Simon Horman
2014-07-30 19:43 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.17 Olof Johansson
2014-09-02 1:31 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
2014-09-02 1:31 ` [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig Simon Horman
2014-09-05 16:02 ` [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.18 Arnd Bergmann
2014-09-04 1:12 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT " Simon Horman
2014-09-04 1:12 ` [PATCH 1/5] ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property Simon Horman
2014-09-04 1:12 ` [PATCH 2/5] ARM: shmobile: r8a73a4 " Simon Horman
2014-09-04 1:12 ` [PATCH 3/5] ARM: shmobile: Add platform device tree bindings documentation Simon Horman
2014-09-04 1:12 ` [PATCH 4/5] ARM: shmobile: r8a7779 dtsi: Use tabs for indentation Simon Horman
2014-09-04 1:12 ` [PATCH 5/5] ARM: shmobile: kzm9g-reference dts: " Simon Horman
2014-09-05 16:00 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v3.18 Arnd Bergmann
2014-09-09 4:22 ` [GIT PULL] Third Round of Renesas ARM Based SoC Soc " Simon Horman
2014-09-09 4:22 ` [PATCH 1/2] ARM: shmobile: support Cortex-A7 in shmobile_init_delay() Simon Horman
2014-09-09 4:22 ` [PATCH 2/2] ARM: shmobile: Initial r8a7794 SoC support Simon Horman
2014-09-09 15:20 ` [GIT PULL] Third Round of Renesas ARM Based SoC Soc Updates for v3.18 Arnd Bergmann
2014-09-09 23:52 ` Simon Horman
2014-11-13 1:20 ` [GIT PULL] Third Round of Renesas ARM Based Soc Updates for v3.19 Simon Horman
2014-11-13 1:20 ` [PATCH 1/2] ARM: shmobile: sh73a0: Add restart callback Simon Horman
2014-11-13 1:20 ` [PATCH 2/2] ARM: shmobile: always build rcar setup for armv7 Simon Horman
2014-11-13 18:50 ` [GIT PULL] Third Round of Renesas ARM Based Soc Updates for v3.19 Sergei Shtylyov
2014-11-14 0:32 ` Simon Horman
2014-11-19 21:16 ` Arnd Bergmann
2014-11-20 0:42 ` Simon Horman
2014-11-20 7:56 ` Geert Uytterhoeven
2014-11-20 9:04 ` Arnd Bergmann
2014-11-20 9:19 ` Geert Uytterhoeven
2014-11-18 0:51 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups " Simon Horman
2014-11-18 0:51 ` [PATCH 1/4] ARM: shmobile: armadillo800eva: Use keyboard as gpio-keys node name Simon Horman
2014-11-18 0:51 ` [PATCH 2/4] ARM: shmobile: lager: " Simon Horman
2014-11-18 0:51 ` [PATCH 3/4] ARM: shmobile: koelsch: " Simon Horman
2014-11-18 0:51 ` [PATCH 4/4] ARM: shmobile: kzm9g-reference: " Simon Horman
2014-11-19 21:50 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Cleanups for v3.19 Arnd Bergmann
2015-01-20 1:27 ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.20 Simon Horman
2015-01-20 1:27 ` [PATCH 1/3] ARM: shmobile: R-Mobile: Consolidate rmobile_pd_suspend_*() Simon Horman
2015-01-20 1:27 ` [PATCH 2/3] ARM: shmobile: R-Mobile: Generalize adding/looking up special PM domains Simon Horman
2015-01-20 1:27 ` [PATCH 3/3] ARM: shmobile: R-Mobile: Special-case PM domains with memory-controllers Simon Horman
2015-01-22 1:33 ` [GIT PULL] Third Round of Renesas ARM Based SoC Updates for v3.20 Olof Johansson
2015-01-22 2:04 ` Simon Horman
2015-01-30 0:45 ` [GIT PULL] Third Round of Renesas ARM Based SoC Fixes for v3.19 Simon Horman
2015-01-30 0:45 ` [PATCH 1/2] ARM: shmobile: r8a73a4: Instantiate GIC from C board code in legacy builds Simon Horman
2015-01-30 0:45 ` [PATCH 2/2] ARM: shmobile: r8a7790: " Simon Horman
2015-02-01 1:30 ` [GIT PULL] Third Round of Renesas ARM Based SoC Fixes for v3.19 Olof Johansson
2015-02-02 0:24 ` Simon Horman
2015-02-02 0:27 ` Olof Johansson
2015-02-02 1:53 ` Simon Horman
2015-03-19 2:15 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.1 Simon Horman
2015-03-19 2:15 ` [PATCH 1/6] ARM: shmobile: r8a7790: add reg-names for sound Simon Horman
2015-03-19 2:15 ` [PATCH 2/6] ARM: shmobile: r8a7791: " Simon Horman
2015-03-19 2:15 ` [PATCH 3/6] ARM: shmobile: r8a7790: enable Audio DMAC peri peri via sound driver Simon Horman
2015-03-19 2:15 ` [PATCH 4/6] ARM: shmobile: r8a7791: " Simon Horman
2015-03-19 2:15 ` [PATCH 5/6] ARM: shmobile: r8a7790: sound enables Audio DMAC entry on DTSI Simon Horman
2015-03-19 2:15 ` [PATCH 6/6] ARM: shmobile: r8a7791: " Simon Horman
2015-04-02 0:54 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.1 Olof Johansson
2015-03-25 0:43 ` [GIT PULL] Third Round of Renesas ARM Based SoC Cleanup " Simon Horman
2015-03-25 0:43 ` [PATCH] ARM: shmobile: cpuidle: Remove the pointless default driver Simon Horman
2015-04-03 18:26 ` [GIT PULL] Third Round of Renesas ARM Based SoC Cleanup for v4.1 Olof Johansson
2015-08-07 2:11 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.3 Simon Horman
2015-08-07 2:11 ` [PATCH 01/10] ARM: shmobile: r8a7790: Add JPU device node Simon Horman
2015-08-07 2:11 ` [PATCH 02/10] ARM: shmobile: r8a7791: " Simon Horman
2015-08-07 2:11 ` [PATCH 03/10] ARM: shmobile: r8a7794: add PFC DT support Simon Horman
2015-08-07 2:11 ` [PATCH 04/10] ARM: shmobile: silk: initial device tree Simon Horman
2015-08-07 2:11 ` [PATCH 05/10] ARM: shmobile: silk: add Ether DT support Simon Horman
2015-08-07 2:11 ` [PATCH 06/10] ARM: shmobile: r8a7794: add MMCIF " Simon Horman
2015-08-07 2:11 ` [PATCH 07/10] ARM: shmobile: silk: add eMMC " Simon Horman
2015-08-07 2:11 ` [PATCH 08/10] ARM: shmobile: r8a73a4 dtsi: Add missing "gpio-ranges" to gpio node Simon Horman
2015-08-07 2:11 ` [PATCH 09/10] ARM: shmobile: r8a7740 " Simon Horman
2015-08-07 2:11 ` [PATCH 10/10] ARM: shmobile: sh73a0 " Simon Horman
2015-08-11 13:32 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.3 Olof Johansson
2015-12-18 2:29 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.5 Simon Horman
2015-12-18 2:29 ` [PATCH 01/25] ARM: shmobile: sh73a0: Add MSIOF clocks Simon Horman
2015-12-18 2:29 ` [PATCH 02/25] ARM: shmobile: sh73a0: Add MSIOF device nodes Simon Horman
2015-12-18 2:29 ` [PATCH 03/25] ARM: shmobile: r8a7791: add EtherAVB clock Simon Horman
2015-12-18 2:29 ` [PATCH 04/25] ARM: shmobile: r8a7791: add EtherAVB DT support Simon Horman
2015-12-18 2:29 ` [PATCH 05/25] ARM: shmobile: r8a7793: remove deprecated #gpio-range-cells Simon Horman
2015-12-18 2:29 ` [PATCH 06/25] ARM: shmobile: bockw dts: Override #sound-dai-cells to zero Simon Horman
2015-12-18 2:29 ` [PATCH 07/25] ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings Simon Horman
2015-12-18 2:29 ` [PATCH 08/25] ARM: shmobile: koelsch dts: Add serial port config to chosen/stdout-path Simon Horman
2015-12-18 2:29 ` [PATCH 09/25] ARM: shmobile: alt " Simon Horman
2015-12-18 2:29 ` [PATCH 10/25] ARM: shmobile: ape6evm " Simon Horman
2015-12-18 2:29 ` [PATCH 11/25] ARM: shmobile: bockw dts: Update console parameters Simon Horman
2015-12-18 2:29 ` [PATCH 12/25] ARM: shmobile: gose dts: Add serial port config to chosen/stdout-path Simon Horman
2015-12-18 2:29 ` [PATCH 13/25] ARM: shmobile: silk " Simon Horman
2015-12-18 2:29 ` [PATCH 14/25] ARM: shmobile: porter " Simon Horman
2015-12-18 2:29 ` [PATCH 15/25] ARM: shmobile: lager " Simon Horman
2015-12-18 2:29 ` [PATCH 16/25] ARM: shmobile: r8a7793: Add missing serial devices to DT Simon Horman
2015-12-18 2:29 ` [PATCH 17/25] ARM: shmobile: r8a7793: Describe DMA for the serial ports Simon Horman
2015-12-18 2:29 ` [PATCH 18/25] ARM: shmobile: r8a7790: dtsi: add internal delay for i2c IPs Simon Horman
2015-12-18 2:29 ` [PATCH 19/25] ARM: shmobile: r8a7791: " Simon Horman
2015-12-18 2:29 ` [PATCH 20/25] ARM: shmobile: r8a7794: " Simon Horman
2015-12-18 2:29 ` [PATCH 21/25] ARM: shmobile: r8a7790: IPMMU compat string SoC part number update Simon Horman
2015-12-18 2:29 ` [PATCH 22/25] ARM: shmobile: r8a7791: " Simon Horman
2015-12-18 2:29 ` [PATCH 23/25] ARM: shmobile: r8a7793: " Simon Horman
2015-12-18 2:29 ` [PATCH 24/25] ARM: shmobile: r8a7794: " Simon Horman
2015-12-18 2:29 ` [PATCH 25/25] ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings Simon Horman
2015-12-22 20:53 ` [GIT PULL] Third Round of Renesas ARM Based SoC DT Updates for v4.5 Olof Johansson
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.1405398515.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).