Linux MultiMedia Card development
 help / color / mirror / Atom feed
From: Tony Prisk <linux@prisktech.co.nz>
To: cjb@laptop.org
Cc: linux-mmc@vger.kernel.org, girish.shivananjappa@linaro.org,
	Tony Prisk <linux@prisktech.co.nz>
Subject: [RFC PATCH v2] MMC: SD/MMC Host Controller for Wondermedia WM8505/WM8650
Date: Wed, 17 Oct 2012 07:39:05 +1300	[thread overview]
Message-ID: <1350412746-16991-1-git-send-email-linux@prisktech.co.nz> (raw)

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


             reply	other threads:[~2012-10-16 18:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-16 18:39 Tony Prisk [this message]
2012-10-16 18:39 ` [RFC PATCH v2] MMC: SD/MMC Host Controller for Wondermedia WM8505/WM8650 Tony Prisk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1350412746-16991-1-git-send-email-linux@prisktech.co.nz \
    --to=linux@prisktech.co.nz \
    --cc=cjb@laptop.org \
    --cc=girish.shivananjappa@linaro.org \
    --cc=linux-mmc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox