* [GIT PULL] Second Round of Renesas ARM Based SoC Boards Updates for v3.16
@ 2014-05-14 7:26 Simon Horman
2014-05-14 7:26 ` [PATCH] ARM: shmobile: Minor cleanup of the Armadillo legacy board code Simon Horman
2014-05-20 5:39 ` [GIT PULL] Second Round of Renesas ARM Based SoC Boards Updates for v3.16 Olof Johansson
0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2014-05-14 7:26 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these second round of
Renesas ARM based SoC boards updates for v3.16.
This pull request is based on the previous round of
such requests, tagged as renesas-boards-for-v3.16,
which you have previously pulled.
The following changes since commit a09b2f0ba170dc89a67d6c4c4f027b37a085dad9:
ARM: shmobile: lager legacy: Enable Quad SPI transfers for the SPI FLASH (2014-04-15 08:13:22 +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.16
for you to fetch changes up to fd105ecf17fe459d979f336a7389d87172a1cf6d:
ARM: shmobile: Minor cleanup of the Armadillo legacy board code (2014-05-11 20:59:57 +0900)
----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Boards Updates for v3.16
r8a7740 (R-Mobile A1) based Armadillo800 EVA board
* Minor cleanup of the Armadillo legacy board code
----------------------------------------------------------------
Magnus Damm (1):
ARM: shmobile: Minor cleanup of the Armadillo legacy board code
arch/arm/mach-shmobile/board-armadillo800eva.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] ARM: shmobile: Minor cleanup of the Armadillo legacy board code
2014-05-14 7:26 [GIT PULL] Second Round of Renesas ARM Based SoC Boards Updates for v3.16 Simon Horman
@ 2014-05-14 7:26 ` Simon Horman
2014-05-20 5:39 ` [GIT PULL] Second Round of Renesas ARM Based SoC Boards Updates for v3.16 Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-05-14 7:26 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm+renesas@opensource.se>
Cleanup the legacy Armadillo board code slightly by
removing the pointless eva_add_early_devices() function
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/mach-shmobile/board-armadillo800eva.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index 2858f38..4eb9a13 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -1299,11 +1299,6 @@ static void __init eva_earlytimer_init(void)
eva_clock_init();
}
-static void __init eva_add_early_devices(void)
-{
- r8a7740_add_early_devices();
-}
-
#define RESCNT2 IOMEM(0xe6188020)
static void eva_restart(enum reboot_mode mode, const char *cmd)
{
@@ -1318,7 +1313,7 @@ static const char *eva_boards_compat_dt[] __initdata = {
DT_MACHINE_START(ARMADILLO800EVA_DT, "armadillo800eva")
.map_io = r8a7740_map_io,
- .init_early = eva_add_early_devices,
+ .init_early = r8a7740_add_early_devices,
.init_irq = r8a7740_init_irq_of,
.init_machine = eva_init,
.init_late = shmobile_init_late,
--
1.8.5.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* [GIT PULL] Second Round of Renesas ARM Based SoC Boards Updates for v3.16
2014-05-14 7:26 [GIT PULL] Second Round of Renesas ARM Based SoC Boards Updates for v3.16 Simon Horman
2014-05-14 7:26 ` [PATCH] ARM: shmobile: Minor cleanup of the Armadillo legacy board code Simon Horman
@ 2014-05-20 5:39 ` Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2014-05-20 5:39 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, May 14, 2014 at 04:26:55PM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these second round of
> Renesas ARM based SoC boards updates for v3.16.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-boards-for-v3.16,
> which you have previously pulled.
>
>
> The following changes since commit a09b2f0ba170dc89a67d6c4c4f027b37a085dad9:
>
> ARM: shmobile: lager legacy: Enable Quad SPI transfers for the SPI FLASH (2014-04-15 08:13:22 +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.16
>
> for you to fetch changes up to fd105ecf17fe459d979f336a7389d87172a1cf6d:
>
> ARM: shmobile: Minor cleanup of the Armadillo legacy board code (2014-05-11 20:59:57 +0900)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-20 5:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 7:26 [GIT PULL] Second Round of Renesas ARM Based SoC Boards Updates for v3.16 Simon Horman
2014-05-14 7:26 ` [PATCH] ARM: shmobile: Minor cleanup of the Armadillo legacy board code Simon Horman
2014-05-20 5:39 ` [GIT PULL] Second Round of Renesas ARM Based SoC Boards Updates for v3.16 Olof Johansson
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).