linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM-based SoC: Boards for 3.7
@ 2012-09-06  2:04 Simon Horman
  2012-09-06  2:04 ` [PATCH 1/3] ARM: shmobile: marzen: add SDHI0 support Simon Horman
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Simon Horman @ 2012-09-06  2:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

please consider the following board enhancement from
Phil Edworthy and Morimoto-san for inclusion in 3.7.

----------------------------------------------------------------
The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d:

  Linux 3.6-rc4 (2012-09-01 10:39:58 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git boards

for you to fetch changes up to eb8ca943bae2b84c3fc14dfd7a908cb334465fef:

  ARM: shmobile: marzen: enable thermal sensor (2012-09-06 10:24:17 +0900)

----------------------------------------------------------------
Kuninori Morimoto (2):
      ARM: shmobile: marzen: fixup regulator id for smsc911x
      ARM: shmobile: marzen: enable thermal sensor

Phil Edworthy (1):
      ARM: shmobile: marzen: add SDHI0 support

 arch/arm/configs/marzen_defconfig     |    2 +
 arch/arm/mach-shmobile/board-marzen.c |   68 ++++++++++++++++++++++++++++++++-
 2 files changed, 69 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH] ARM: shmobile: armadillo800eva: fixup: sound card detection order
@ 2012-08-09  6:03 Kuninori Morimoto
  2012-09-13  3:10 ` [PATCH] ARM: shmobile: armadillo800eva: Add support RTC Nobuhiro Iwamatsu
  0 siblings, 1 reply; 12+ messages in thread
From: Kuninori Morimoto @ 2012-08-09  6:03 UTC (permalink / raw)
  To: linux-sh

Since armadillo800eva has 2 sound cards,
and had reversed deferred probe order issue,
it was purposely registered in reverse order.

But it was solved by
1d29cfa57471a5e4b8a7c2a7433eeba170d3ad92
(driver core: fixup reversed deferred probe order)

armadillo800eva board is expecting that
FSI-WM8978 is the 1st, and FSI-HDMI is the 2nd sound card.
This patch fixes it up

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/board-armadillo800eva.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index cf10f92..ecd8136 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -901,8 +901,8 @@ static struct platform_device *eva_devices[] __initdata = {
 	&camera_device,
 	&ceu0_device,
 	&fsi_device,
-	&fsi_hdmi_device,
 	&fsi_wm8978_device,
+	&fsi_hdmi_device,
 };
 
 static void __init eva_clock_init(void)
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-09-18  0:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06  2:04 [GIT PULL] Renesas ARM-based SoC: Boards for 3.7 Simon Horman
2012-09-06  2:04 ` [PATCH 1/3] ARM: shmobile: marzen: add SDHI0 support Simon Horman
2012-09-06  2:04 ` [PATCH 2/3] ARM: shmobile: marzen: fixup regulator id for smsc911x Simon Horman
2012-09-06  2:04 ` [PATCH 3/3] ARM: shmobile: marzen: enable thermal sensor Simon Horman
2012-09-12  6:23 ` [GIT PULL] Renesas ARM-based SoC: Boards for 3.7 Olof Johansson
2012-09-13  6:17 ` [GIT PULL] Renesas ARM-based SoC: Boards for 3.7 #2 Simon Horman
2012-09-13  6:17   ` [PATCH] ARM: shmobile: armadillo800eva: Add support RTC Simon Horman
2012-09-16 23:40   ` [GIT PULL] Renesas ARM-based SoC: Boards for 3.7 #2 Olof Johansson
2012-09-18  0:45     ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2012-08-09  6:03 [PATCH] ARM: shmobile: armadillo800eva: fixup: sound card detection order Kuninori Morimoto
2012-09-13  3:10 ` [PATCH] ARM: shmobile: armadillo800eva: Add support RTC Nobuhiro Iwamatsu
2012-09-13  4:06   ` Simon Horman
2012-09-13  5:11     ` Nobuhiro Iwamatsu

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).