Skip to content

Commit

Permalink
sdhci: Add NO_BUSY_IRQ quirk for Marvell CAFE host chip
Browse files Browse the repository at this point in the history
As described here: http://lkml.org/lkml/2009/2/20/265

The CAFE chip is broken due to commit e809517.
Anton added a quirk here: http://lkml.org/lkml/2009/2/20/279 that fixes
CAFE's problem.  This adds the quirk for CAFE.

Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
  • Loading branch information
Andres Salomon authored and Pierre Ossman committed Mar 2, 2009
1 parent f945405 commit a087489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/sdhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ static const struct sdhci_pci_fixes sdhci_ene_714 = {

static const struct sdhci_pci_fixes sdhci_cafe = {
.quirks = SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER |
SDHCI_QUIRK_NO_BUSY_IRQ |
SDHCI_QUIRK_BROKEN_TIMEOUT_VAL,
};

Expand Down

0 comments on commit a087489

Please sign in to comment.