Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [RFC PATCH v2] MMC: SD/MMC Host Controller for Wondermedia WM8505/WM8650
@ 2012-10-16 18:39 Tony Prisk
  2012-10-16 18:39 ` Tony Prisk
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Prisk @ 2012-10-16 18:39 UTC (permalink / raw)
  To: cjb; +Cc: linux-mmc, girish.shivananjappa, Tony Prisk

This patchset adds support for the Wondermedia 8xxx-series SD Host
Controller currently found under arm/arch-vt8500.

v2 changes:
I think this should address most of the issues raised by Girish K S.
* Move the PM functions into .driver, rather than suspend/resume.
* __devexit_p() on .remove function.
* Removed hardcoded mmc caps data from probe() and moved to per-controller caps.

Tony Prisk (1):
  MMC: SD/MMC Host Controller for Wondermedia WM8505/WM8650

 drivers/mmc/host/Kconfig     |   12 +
 drivers/mmc/host/Makefile    |    1 +
 drivers/mmc/host/wmt-sdmmc.c | 1023 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1036 insertions(+)
 create mode 100644 drivers/mmc/host/wmt-sdmmc.c

-- 
1.7.9.5


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

end of thread, other threads:[~2012-10-16 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 18:39 [RFC PATCH v2] MMC: SD/MMC Host Controller for Wondermedia WM8505/WM8650 Tony Prisk
2012-10-16 18:39 ` Tony Prisk

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