]> git.baikalelectronics.ru Git - kernel.git/commit
olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issue
authorAndres Salomon <dilinger@queued.net>
Fri, 4 Jul 2008 17:00:03 +0000 (10:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Jul 2008 17:40:09 +0000 (10:40 -0700)
commit58f0f13539619f9c5438a9a6407d1c96d372af91
tree78078c43810ab607516445c9543220f26306eecf
parent3ef578d1bf0a126199d8e6713bc216711b92db09
olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issue

This has been sitting around unloved for way too long..

The Marvell CaFe chip's SD implementation chokes during card insertion
if one attempts to set the voltage and power up in the same
SDHCI_POWER_CONTROL register write.  This adds a quirk that does
that particular dance in two steps.

It also adds an entry to pci_ids.h for the CaFe chip's SD device.

Signed-off-by: Andres Salomon <dilinger@debian.org>
Cc: Pierre Ossman <drzeus-list@drzeus.cx>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/sdhci.c
include/linux/pci_ids.h