summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2009-06-13tmio_mmc: fix clock setupIan Molton1-10/+5
2009-06-13tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel1-10/+10
2009-06-13tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel1-7/+5
2009-06-13tmio_mmc: don't use set_irq_typePhilipp Zabel1-4/+2
2009-06-13tmio_mmc: add bus_shift supportPhilipp Zabel2-81/+125
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel1-13/+11
2009-06-13mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees1-5/+6
2009-06-13cb710: more cleanup for the DEBUG case.Michał Mirosław1-0/+3
2009-06-13sdhci: platform driver for SDHCIRichard Röjfors3-0/+180
2009-06-13mxcmmc: remove frequency workaroundPierre Ossman1-2/+0
2009-06-13cb710: fix printk format stringPierre Ossman1-1/+1
2009-06-13mmc: Driver for CB710/720 memory card reader (MMC part)Michał Mirosław4-0/+922
2009-06-13pxamci: add regulator support.Daniel Ribeiro1-5/+41
2009-06-13MMC core: limit minimum initialization frequency to 400kHzSascha Hauer1-1/+7
2009-06-13sdhci: avoid changing voltage needlesslyPierre Ossman2-26/+29
2009-06-13mmc/omap: make mmci-omap using platform_driver_probeUwe Kleine-König1-2/+1
2009-06-13mmc_spi: speedup for slow cards, less wear-outWolfgang Muees1-0/+12
2009-06-13mmc: mmc_rescan detects card change in one runJorg Schummer1-44/+55
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-14/+9
2009-06-03sdhci-of: Fix the wrong accessor to HOSTVER registerDave Liu1-1/+7
2009-06-03mvsdio: fix config failure with some high speed SDHC cardsNicolas Pitre1-0/+25
2009-06-03mvsdio: ignore high speed timing requests from the coreNicolas Pitre1-0/+9
2009-06-03mmc/omap: Use disable_irq_nosync() from within irq handlers.Ben Nizette1-1/+1
2009-06-03sdhci-of: Add fsl,esdhc as a valid compatible to bind againstKumar Gala1-0/+1
2009-06-03mvsdio: allow automatic loading when modularNicolas Pitre1-0/+1
2009-06-03mxcmmc: Fix missing return value checking in DMA setup code.Martin Fuzzey1-10/+26
2009-06-03mxcmmc : Reset the SDHC hardware if software timeout occurs.Martin Fuzzey1-1/+6
2009-06-03omap_hsmmc: Trivial fix for a typo in commentAnand Gadiyar1-1/+1
2009-06-03mxcmmc: decrease minimum frequency to make MMC cards workSascha Hauer1-1/+3
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-1/+1
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe7-15/+22
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-8/+3
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-6/+6
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-5/+5
2009-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds6-13/+22
2009-05-03mvsdio: fix CONFIG_PM=y buildRabin Vincent1-6/+5
2009-05-03mmci: fix crash with debug enabledRabin Vincent1-1/+1
2009-05-03sdhci: catch ADMA errorsPierre Ossman1-1/+1
2009-05-03mmc: increase power up delayJosé M. Fernández1-2/+2
2009-05-03sdhci-pci: bad error handling in probe functionDan Carpenter1-3/+5
2009-05-03mmc_block: be prepared for oversized requestsPierre Ossman1-0/+8
2009-04-23ARM: OMAP: MMC: Remove unused power_pinLadislav Michl1-2/+0
2009-04-08mmc_spi: support for non-byte-aligned cardsWolfgang Muees1-38/+112
2009-04-08omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occursJarkko Lavinen1-1/+1
2009-04-08mmc: Fix compile for omap_hsmmc.cTony Lindgren1-1/+0
2009-04-08mmc_spi: convert timeout handling to jiffies and avoid busy waitingWolfgang Muees1-17/+21
2009-04-08mmc_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees1-9/+12
2009-04-08omap_hsmmc: Flush posted write to IRQKevin Hilman1-0/+4