public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/4] mmc: wii: sdhci controller support
@ 2009-12-14 22:24 Albert Herranz
  2009-12-14 22:24 ` [RFC PATCH v2 1/4] sdhci: protect header file against multi inclusion Albert Herranz
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Albert Herranz @ 2009-12-14 22:24 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.

Changes from v1:
- Separate the rename and the modification of sdhci-of.c to facilitate
  the review of the patch.
- Protect sdhci.h from multiple inclusion.
- Explicitly include sdhci.h in files. Suggestion by Anton Vorontsov.
- Remove unneeded empty line at the end of sdhci-of.h.
  Suggestion by Anton Vorontsov.

Albert Herranz (4):
  sdhci: protect header file against multi inclusion
  sdhci-of: rename main driver file prior to reorganization
  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  |  231 +++++++++++++++++++++++++
 drivers/mmc/host/sdhci-of-esdhc.c |  143 ++++++++++++++++
 drivers/mmc/host/sdhci-of-hlwd.c  |   65 +++++++
 drivers/mmc/host/sdhci-of.c       |  336 -------------------------------------
 drivers/mmc/host/sdhci-of.h       |   42 +++++
 drivers/mmc/host/sdhci.h          |    4 +
 8 files changed, 524 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] 10+ messages in thread

end of thread, other threads:[~2009-12-16 22:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 22:24 [RFC PATCH v2 0/4] mmc: wii: sdhci controller support Albert Herranz
2009-12-14 22:24 ` [RFC PATCH v2 1/4] sdhci: protect header file against multi inclusion Albert Herranz
2009-12-14 22:24 ` [RFC PATCH v2 2/4] sdhci-of: rename main driver file prior to reorganization Albert Herranz
2009-12-14 22:24 ` [RFC PATCH v2 3/4] sdhci-of: reorganize driver to support additional hardware Albert Herranz
2009-12-14 22:24 ` [RFC PATCH v2 4/4] sdhci-of: add support for the wii sdhci controller Albert Herranz
2009-12-14 22:45 ` [RFC PATCH v2 0/4] mmc: wii: sdhci controller support Anton Vorontsov
2009-12-16 12:42   ` Wolfram Sang
2009-12-16 13:06     ` Anton Vorontsov
2009-12-16 13:53       ` Wolfram Sang
2009-12-16 22:35   ` Albert Herranz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox