linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/07] sh: SuperH Mobile SDHI changes
@ 2009-10-02  2:21 Magnus Damm
  2009-10-02  2:22 ` [PATCH 01/07] mfd: Add SuperH Mobile SDHI platform driver Magnus Damm
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Magnus Damm @ 2009-10-02  2:21 UTC (permalink / raw)
  To: linux-sh; +Cc: linux-mmc, g.liakhovetski, ian, lethal, Magnus Damm, akpm

sh: SuperH Mobile SDHI changes

[PATCH 01/07] mfd: Add SuperH Mobile SDHI platform driver 
[PATCH 02/07] mmc: Add SuperH to the tmio-mmc Kconfig
[PATCH 03/07] mmc: Remove const from tmio-mmc platform data
[PATCH 04/07] sh: SDHI platform data to the Migo-R board
[PATCH 05/07] sh: SDHI platform data to the AP325RXA board
[PATCH 06/07] sh: SDHI platform data to the SE7724 board
[PATCH 07/07] sh: SDHI platform data to the kfr2r09 board

These patches contain the SuperH specific changes needed for
the tmio-mmc driver to work with SuperH Mobile SDHI hardware.

The tmio-mmc patch 0001-MMC-hardware-abstraction-for-CNF-area.patch
by Ian Molton is needed for correct run time behaviour. Without
this patch the tmio-mmc probe() fails gracefully.

I suggest merging the series in the SuperH tree. Not sure about
the best way to merge the patch by Ian.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/sh/boards/board-ap325rxa.c     |   52 ++++++------
 arch/sh/boards/mach-kfr2r09/setup.c |   33 +++++++
 arch/sh/boards/mach-migor/setup.c   |   52 ++++++------
 arch/sh/boards/mach-se/7724/setup.c |   33 +++++++
 drivers/mfd/Kconfig                 |    8 +
 drivers/mfd/Makefile                |    1 
 drivers/mfd/sh_mobile_sdhi.c        |  149 ++++++++++++++++++++++++++++++++++-
 drivers/mmc/host/Kconfig            |    2 
 include/linux/mfd/tmio.h            |    2 
 9 files changed, 279 insertions(+), 53 deletions(-)

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

end of thread, other threads:[~2009-10-08 21:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02  2:21 [PATCH 00/07] sh: SuperH Mobile SDHI changes Magnus Damm
2009-10-02  2:22 ` [PATCH 01/07] mfd: Add SuperH Mobile SDHI platform driver Magnus Damm
2009-10-02  2:22 ` [PATCH 02/07] mmc: Add SuperH to the tmio-mmc Kconfig Magnus Damm
2009-10-02  2:22 ` [PATCH 03/07] mmc: Remove const from tmio-mmc platform data Magnus Damm
2009-10-02  2:22 ` [PATCH 04/07] sh: SDHI platform data to the Migo-R board Magnus Damm
2009-10-02  2:22 ` [PATCH 05/07] sh: SDHI platform data to the AP325RXA board Magnus Damm
2009-10-02  2:23 ` [PATCH 06/07] sh: SDHI platform data to the SE7724 board Magnus Damm
2009-10-02  2:23 ` [PATCH 07/07] sh: SDHI platform data to the kfr2r09 board Magnus Damm
2009-10-02 18:23 ` [PATCH 00/07] sh: SuperH Mobile SDHI changes Ian Molton
2009-10-08 21:53   ` Andrew Morton
2009-10-05  2:23 ` Paul Mundt
2009-10-05 20:02   ` Ian Molton

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