All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] mmc: wii: sdhci controller support
@ 2009-12-14 19:33 Albert Herranz
  2009-12-14 19:33 ` [RFC PATCH 1/2] sdhci-of: reorganize driver to support additional hardware Albert Herranz
  2009-12-14 19:33 ` [RFC PATCH 2/2] sdhci-of: add support for the wii sdhci controller Albert Herranz
  0 siblings, 2 replies; 5+ messages in thread
From: Albert Herranz @ 2009-12-14 19:33 UTC (permalink / raw)
  To: linux-mmc; +Cc: akpm, avorontsov, Albert Herranz

This patch set adds support for the SDHCI controllers found in the
"Hollywood" chipset of the Nintendo Wii video game console.

First, the existing sdhci-of driver is splitted into a core part and
a eSDHC-only part. Then the Nintendo Wii SDHCI support is added as an
add-on to that, re-using common code.

Albert Herranz (2):
  sdhci-of: reorganize driver to support additional hardware
  sdhci-of: add support for the wii sdhci controller

 drivers/mmc/host/Kconfig          |   37 ++++-
 drivers/mmc/host/Makefile         |    6 +-
 drivers/mmc/host/sdhci-of-core.c  |  230 +++++++++++++++++++++++++
 drivers/mmc/host/sdhci-of-esdhc.c |  142 ++++++++++++++++
 drivers/mmc/host/sdhci-of-hlwd.c  |   64 +++++++
 drivers/mmc/host/sdhci-of.c       |  336 -------------------------------------
 drivers/mmc/host/sdhci-of.h       |   43 +++++
 7 files changed, 518 insertions(+), 340 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-of-core.c
 create mode 100644 drivers/mmc/host/sdhci-of-esdhc.c
 create mode 100644 drivers/mmc/host/sdhci-of-hlwd.c
 delete mode 100644 drivers/mmc/host/sdhci-of.c
 create mode 100644 drivers/mmc/host/sdhci-of.h


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

end of thread, other threads:[~2009-12-14 21:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 19:33 [RFC PATCH 0/2] mmc: wii: sdhci controller support Albert Herranz
2009-12-14 19:33 ` [RFC PATCH 1/2] sdhci-of: reorganize driver to support additional hardware Albert Herranz
2009-12-14 20:27   ` Anton Vorontsov
2009-12-14 21:14     ` Albert Herranz
2009-12-14 19:33 ` [RFC PATCH 2/2] sdhci-of: add support for the wii sdhci controller Albert Herranz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.