aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds28-1273/+5889
2008-07-15sdio_uart: Fix SDIO break control to now return success or an errorDavid Howells1-3/+6
2008-07-15mmc: host driver for Ricoh Bay1ControllersSascha Sommer3-0/+587
2008-07-15sdio: sdio_io.c Fix sparse warningsTomas Winkler1-5/+4
2008-07-15sdio: fix the use of hard coded timeout value.Benzi Zbit2-5/+7
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-15mmc: remove multiwrite capabilityPierre Ossman8-38/+25
2008-07-15wbsd: fix bad dma_addr_t conversionPierre Ossman1-2/+2
2008-07-15atmel-mci: Driver for Atmel on-chip MMC controllersHaavard Skinnemoen4-0/+1083
2008-07-15mmc: fix sdio_io sparse errorsTomas Winkler1-26/+16
2008-07-15mmc: wbsd.c fix shadowing of 'dma' variableTomas Winkler1-15/+15
2008-07-15MMC: S3C24XX: Refuse incorrectly aligned transfersBen Dooks1-0/+11
2008-07-15MMC: S3C24XX: Update error debugging.Ben Dooks1-2/+10
2008-07-15MMC: S3C24XX: Add media presence test to request handling.Ben Dooks1-1/+18
2008-07-15MMC: S3C24XX: Fix use of msecs where jiffies are neededBen Dooks1-1/+1
2008-07-15MMC: S3C24XX: Add MODULE_ALIAS() entries for the platform devicesBen Dooks1-0/+3
2008-07-15MMC: S3C24XX: Fix s3c2410_dma_request() return code check.Ben Dooks1-1/+1
2008-07-15MMC: S3C24XX: Allow card-detect on non-IRQ capable pinBen Dooks1-11/+17
2008-07-15MMC: S3C24XX: Ensure host->mrq->data is validBen Dooks1-1/+2
2008-07-15MMC: S3C24XX: Add support to invert write protect lineBen Dooks1-2/+9
2008-07-15MMC: S3C24XX: Add platform data for MMC/SD driverBen Dooks2-3/+42
2008-07-15MMC: Fix S3C24XX IRQ enable during PIO transfersRoman Moracik1-3/+4
2008-07-15Fix the request finalisation by ensuring the controllerThomas Kleffel1-2/+2
2008-07-15MMC: DMA free fix for S3C24XX SD/MMC driverHarald Welte1-0/+1
2008-07-15MMC: S3C24XX MMC/SD driver write fixesHarald Welte1-3/+13
2008-07-15MMC: S3C24XX MMC/SD driver.Thomas Kleffel4-1/+1424
2008-07-15sdhci: graceful handling of bad addressesPierre Ossman1-20/+57
2008-07-15mmc_test: cleanupPierre Ossman1-190/+364
2008-07-15mmc_block: wait for card even on failuresPierre Ossman1-4/+9
2008-07-15sdhci: scatter-gather (ADMA) supportPierre Ossman3-44/+407
2008-07-15sdhci-pci: don't penalize newer jmicron chipsPierre Ossman1-4/+6
2008-07-15mmc_test: only bind to supported cardsPierre Ossman1-1/+4
2008-07-15sdio: clean up handling of byte mode transfer sizePierre Ossman1-11/+18
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman2-2/+126
2008-07-15au1xmmc: remove custom carddetect poll implementation.Manuel Lauss1-61/+18
2008-07-15au1xmmc: abort requests early if no card is present.Manuel Lauss1-0/+7
2008-07-15au1xmmc: codingstyle tidying.Manuel Lauss2-189/+141
2008-07-15au1xmmc: SDIO IRQ support.Manuel Lauss1-1/+15
2008-07-15au1xmmc: enable 4 bit transfer modeManuel Lauss1-5/+17
2008-07-15au1xmmc: remove db1200 board code, rewrite probe.Manuel Lauss2-237/+345
2008-07-15at91_mci: Fix byte mode transitions.Ville Syrjala1-1/+1
2008-07-15at91_mci: Cover more AT91RM9200 and AT91SAM9261 errata.Ville Syrjala1-6/+14
2008-07-15at91_mci: AT91SAM9260/9263 12 byte write erratum (v2)Ville Syrjala1-4/+17
2008-07-15at91_mci: manage cmd error and data error independentlyNicolas Ferre1-8/+19
2008-07-15mmc: at91_mci: do not read irq status twice as it will forget some errorsNicolas Ferre1-7/+5
2008-07-15mmc: at91_mci: add sdio irq managementEric Benard1-4/+22
2008-07-15mmc: at91_mci: add multiwrite switchNicolas Ferre1-0/+1
2008-07-15mmc: at91_mci: update bytes_xfered value once xfer doneNicolas Ferre1-6/+34
2008-07-15mmc: at91_mci: avoid timeoutsMarc Pignat1-0/+48