All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add support of O2Mirco/BayHubTech SD hosts
@ 2013-12-18 14:23 Adam Lee
  2013-12-18 14:23 ` [PATCH 1/2] mmc: sdhci-pci: break out definitions to header file Adam Lee
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Adam Lee @ 2013-12-18 14:23 UTC (permalink / raw)
  To: linux-mmc
  Cc: Chris Ball, Greg Kroah-Hartman, Adrian Hunter, Shawn Guo,
	Stephen Warren, Peter Guo

BugLink: http://bugs.launchpad.net/bugs/1239938

Card readers on Lenovo ThinkPad W540, Dell Latitude E5440 and Dell Latitude
E6540 don't work without this patch.

Thanks to Chris Ball's suggestion, I create new files but not add hundreds
lines of code into the main source file.

Adam Lee (2):
  mmc: sdhci-pci: break out definitions to header file
  mmc: sdhci-pci: add support of O2Mirco/BayHubTech SD hosts

 drivers/mmc/host/Makefile            |   1 +
 drivers/mmc/host/sdhci-pci-o2micro.c | 317 +++++++++++++++++++++++++++++++++++
 drivers/mmc/host/sdhci-pci-o2micro.h |  72 ++++++++
 drivers/mmc/host/sdhci-pci.c         | 179 +++++---------------
 drivers/mmc/host/sdhci-pci.h         |  77 +++++++++
 5 files changed, 513 insertions(+), 133 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-pci-o2micro.c
 create mode 100644 drivers/mmc/host/sdhci-pci-o2micro.h
 create mode 100644 drivers/mmc/host/sdhci-pci.h

-- 
1.8.5.2


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

end of thread, other threads:[~2014-04-09 16:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 14:23 [PATCH 0/2] add support of O2Mirco/BayHubTech SD hosts Adam Lee
2013-12-18 14:23 ` [PATCH 1/2] mmc: sdhci-pci: break out definitions to header file Adam Lee
2013-12-18 14:23 ` [PATCH 2/2] mmc: sdhci-pci: add support of O2Mirco/BayHubTech SD hosts Adam Lee
2013-12-18 16:01   ` [PATCH 2/2 v2] " Adam Lee
2014-01-12 16:28 ` [PATCH 0/2] " Chris Ball
2014-04-09 16:48   ` Frank A. Kingswood

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.