aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-10Add missing "\n" to log messageRolf Eike Beer1-1/+1
2007-10-31[ARM] Fix pxamci regressionRussell King1-2/+9
2007-10-29Correction of "Update drivers to use sg helpers" patch for IMXMMC driverPavel Pisa1-1/+1
2007-10-27scatterlist fallout: mmcAl Viro1-1/+1
2007-10-27mmc_spi: Fix mmc-over-spi regressionDavid Brownell1-19/+33
2007-10-27at91_mci: Fix bad referencePierre Ossman1-2/+2
2007-10-24mmc: sg falloutJens Axboe5-8/+5
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-0/+1
2007-10-23mmc: fix sg->page falloutEmil Medve1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe8-26/+23
2007-10-17mmc: at91_mci: cleanup: use MCI_ERRORSAndrew Victor1-3/+1
2007-10-16missing include in mmcAl Viro1-0/+1
2007-10-16spi doesn't need class_deviceTony Jones1-2/+2
2007-10-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-21/+36
2007-10-14Fix compile while compiling drivers/mmc/host/mmc_spi.o with !BLOCKDavid Brownell1-1/+1
2007-10-12[ARM] pxa: update PXA MMC interface driver to use clk supportRussell King2-21/+36
2007-10-11mmc: don't use weight32()Nicolas Pitre2-2/+4
2007-10-10pxamci: support arbitrary block sizeNicolas Pitre1-3/+16
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 Pitre2-2/+2
2007-10-03mmc: Disabler for Ricoh MMC controllerPhilip Langdale3-0/+169
2007-09-25mmc: pxamci: add SDIO card interrupt reporting capabilityBridge Wu2-5/+24
2007-09-25mmc: pxamci: set proper buswidth capabilities according to PXA flavorBridge Wu2-1/+10
2007-09-25mmc: pxamci: set proper block capabilities according to PXA flavorNicolas Pitre1-2/+2
2007-09-25mmc: pxamci: better pending IRQ determinationBridge Wu1-1/+1
2007-09-24arm: i.MX/MX1 SDHC implements SD cards read-only switch read-backPavel Pisa1-2/+14
2007-09-23mmc_spi host driverDavid Brownell3-0/+1422
2007-09-23sdhci: sdio interrupt supportPierre Ossman1-1/+38
2007-09-23mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytesMarc Pignat1-0/+8
2007-09-23mmc: remove confusing flagPierre Ossman2-14/+16
2007-09-23mmc: remove BYTEBLOCK capabilityPierre Ossman6-7/+21
2007-09-23mmc: remove custom error codesPierre Ossman9-106/+100
2007-09-11bug in AT91 MCI suspend routinesAnti Sullin1-3/+3
2007-08-23sdhci: tell which spurious interrupt we gotPierre Ossman1-6/+6
2007-08-23sdhci: handle data interrupts during commandPierre Ossman2-7/+22
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-08-09mmc: at91_mci: remove whitespace at the end of linesNicolas Ferre1-4/+4
2007-08-09wbsd: fix section mismatch warningsGabriel C1-5/+5
2007-07-26mmc: remove redundant debug information from sdhci and wbsdPierre Ossman2-26/+0
2007-07-26mmc: update header file pathsPierre Ossman11-11/+11
2007-07-26sdhci: add support to ENE-CB714Leandro Dorileo1-0/+27
2007-07-26mmc: check error bits before command completionPierre Ossman1-13/+10
2007-07-20sdhci: make sure to clear the error interruptPierre Ossman2-0/+3
2007-07-20mmc: at91_mci: wakeup on card insertion (or removal)Marc Pignat1-1/+12
2007-07-12Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-22/+0
2007-07-12[ARM] pxa: remove MMC register defines from pxa-regs.hRussell King1-22/+0
2007-07-09mmc: at91_mci: fix hanging and rework to match flowchartsNicolas Ferre1-91/+108