aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-12sdhci: 'scratch' may be used uninitializedSteven Noonan1-1/+1
2008-10-12sdhci: force high speed capability on some controllersPierre Ossman1-1/+2
2008-10-12sdhci: reduce card detection delayPierre Ossman1-1/+1
2008-10-12sdhci: let the controller wait for busy state to endPierre Ossman1-6/+33
2008-08-01sdhci: check correct return valuePierre Ossman1-1/+1
2008-08-01sdhci: disable DMA for req, not completelyPierre Ossman1-2/+2
2008-08-01sdhci: handle bug in JMB38x for sizes < 4 bytesPierre Ossman1-0/+9
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-07-23sdhci: highmem capable PIO routinesPierre Ossman1-91/+72
2008-07-23sdhci: fix bad warning from commit c8b3e02Pierre Ossman1-1/+1
2008-07-23sdhci: add warnings for bad buffers in ADMA pathPierre Ossman1-0/+2
2008-07-15mmc: OLPC: update vdd/powerup quirk commentAndres Salomon1-1/+1
2008-07-15mmc: fix spares errors of sdhci.cTomas Winkler1-4/+4
2008-07-15sdhci: graceful handling of bad addressesPierre Ossman1-20/+57
2008-07-15sdhci: scatter-gather (ADMA) supportPierre Ossman1-36/+347
2008-07-15sdhci: handle hot-removePierre Ossman1-8/+40
2008-07-15sdhci: make workaround for timeout bug more generalPierre Ossman1-20/+30
2008-07-15sdhci: move pci stuff to separate modulePierre Ossman1-408/+91
2008-07-15sdhci: don't check block count for progressPierre Ossman1-14/+9
2008-07-04mmc: don't use DMA on newer ENE controllersPierre Ossman1-2/+4
2008-07-04olpc: sdhci: add quirk for the Marvell CaFe's interrupt timeoutAndres Salomon1-1/+11
2008-07-04olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issueAndres Salomon1-0/+18
2008-04-18sdhci: improve no card, no reset quirkPierre Ossman1-2/+10
2008-04-18sdhci: allow led to be controlled freelyPierre Ossman1-0/+44
2008-04-18sdhci: remove custom controller namePierre Ossman1-28/+16
2008-02-08sdhci: add num index for multi controllers caseFeng Tang1-1/+12
2007-12-12sdhci: support JMicron JMB38x chipsPierre Ossman1-1/+18
2007-12-12sdhci: use PIO when DMA can't satisfy the requestPierre Ossman1-3/+29
2007-12-12sdhci: don't warn about sdhci 2.0 controllersPierre Ossman1-1/+1
2007-12-12sdhci: describe quirksPierre Ossman1-0/+10
2007-11-10Add missing "\n" to log messageRolf Eike Beer1-1/+1
2007-10-24mmc: sg falloutJens Axboe1-2/+0
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+1
2007-10-03sdhci: remove old dma module paramsPierre Ossman1-12/+1
2007-10-03sdhci: add SDHCI_QUIRK_BROKEN_DMA quirkFeng Tang1-2/+11
2007-10-03sdhci: remove DMA capability check from controller's PCI Class regFeng Tang1-2/+7
2007-10-03sdhci: fix a typoNicolas Pitre1-1/+1
2007-09-23sdhci: sdio interrupt supportPierre Ossman1-1/+38
2007-09-23mmc: remove BYTEBLOCK capabilityPierre Ossman1-1/+1
2007-09-23mmc: remove custom error codesPierre Ossman1-27/+24
2007-08-23sdhci: tell which spurious interrupt we gotPierre Ossman1-6/+6
2007-08-23sdhci: handle data interrupts during commandPierre Ossman1-7/+21
2007-08-23mmc: ignore bad max block size in sdhciDavid Vrabel1-5/+4
2007-08-23sdhci: be more cautious about block count registerPierre Ossman1-2/+2
2007-07-26mmc: remove redundant debug information from sdhci and wbsdPierre Ossman1-13/+0
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-07-26sdhci: add support to ENE-CB714Leandro Dorileo1-0/+27
2007-07-26mmc: check error bits before command completionPierre Ossman1-13/+10