summaryrefslogtreecommitdiffstats
path: root/drivers/mci
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate voltage setup for imx-esdhcAlexander Shiyan2012-03-181-2/+0
* drivers/mci: fix read/write stallingRobert Jarzmik2012-02-291-21/+10
* Merge branch 'master' into nextSascha Hauer2012-02-151-2/+2
|\
| * Correct Kconfig comment for MCI_OMAP_HSMMC to include OMAP3.Robert P. J. Day2012-02-091-2/+2
* | mci i.MX esdhc: make 8bit modes platform dependentSascha Hauer2012-02-091-1/+5
* | mci: Fix 8 bit mmc cardsSascha Hauer2012-02-091-26/+107
* | mci: Add a complete list of EXT_CSD_* fields from the kernelSascha Hauer2012-02-091-1/+1
* | mci i.MX esdhc: use timeout loopsSascha Hauer2012-02-091-7/+20
* | mci: Be more verbose on what device is associated to which diskSascha Hauer2012-02-091-3/+7
* | mci: cdev_find_free_index won't fail, no need to checkSascha Hauer2012-02-091-2/+0
* | mci: factor out mci/sd specific startup functionsSascha Hauer2012-02-091-56/+77
* | mci: replace pr_debug with dev_dbgSascha Hauer2012-02-091-59/+59
* | mci: Use struct mci for internal argument passingSascha Hauer2012-02-092-143/+131
* | mci core: fix mixup of max write/read block lenSascha Hauer2012-02-091-1/+1
* | mci: remove unused device argument from set_iosSascha Hauer2012-02-099-18/+9
* | mci s3c: pass around the right pointerSascha Hauer2012-02-091-58/+45
* | mci s3c: allocate host struct dynamicallySascha Hauer2012-02-091-26/+17
* | mci s3c: Do not mess with struct mci_hostSascha Hauer2012-02-091-6/+3
* | mci core: replace discrete ios values with struct iosSascha Hauer2012-02-099-52/+83
* | mci mxs: do not use external define for internal useSascha Hauer2012-02-091-1/+1
* | mci: fix high capacity detectionSascha Hauer2012-02-091-3/+0
* | mci: use card type definitionsSascha Hauer2012-02-091-2/+2
|/
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-271-1/+3
|\
| * atmel/mci: fix slot_b supportJean-Christophe PLAGNIOL-VILLARD2012-01-161-1/+3
* | mci_spi: specify hw_devJean-Christophe PLAGNIOL-VILLARD2012-01-061-0/+1
|/
* MACH SAMSUNG/S3C: Separate S3C24XX clock managementJuergen Beisert2012-01-021-5/+5
* MACH SAMSUNG/S3C: Parts of the SDHC driver can be shared in the S3C CPU familyJuergen Beisert2012-01-021-1/+1
* MACH SAMSUNG/S3C: Make it more generic for future updatesJuergen Beisert2012-01-021-2/+2
* drivers/mci: pxa fix clockrateRobert Jarzmik2012-01-021-5/+9
* omap_hsmmc: setup mmc voltage on twl6030Alexander Aring2011-12-213-0/+47
* drivers/mci: pxa read data performance boostRobert Jarzmik2011-12-211-2/+8
* drivers/mci: pxa writedata timeoutRobert Jarzmik2011-12-211-1/+1
* drivers/mci: add PXA host controllerRobert Jarzmik2011-12-084-0/+466
* mci s3c: remove unused codeSascha Hauer2011-12-071-26/+0
* mci Kconfig: select DISK_WRITE instead of ATA_WRITESascha Hauer2011-12-071-1/+1
* atmel_mci: check for device id we use to address the right slotMichael Grzeschik2011-12-071-0/+2
* mci: add the probe parameter if any error happened during the probeJean-Christophe PLAGNIOL-VILLARD2011-12-051-1/+1
* imx-esdhc: add support of card detectJean-Christophe PLAGNIOL-VILLARD2011-12-051-0/+37
* mci imx-esdhc: do not overwrite probed host capsSascha Hauer2011-12-051-1/+0
* mci imx esdhc: enable i.MX53 fix for i.MX51 aswellSascha Hauer2011-12-051-1/+2
* mmc spi: compile fixSascha Hauer2011-11-281-17/+12
* mmc spi: add missing dependency on SPISascha Hauer2011-11-281-0/+1
* Use generic block layer to access the drives and do partition parsingJuergen Beisert2011-11-282-56/+80
* ATA/DISK: Reorganize file structure and names for future updatesJuergen Beisert2011-11-281-2/+2
* mci: Add MCI over SPI supportFranck Jullien2011-11-254-16/+506
* mci: remove unnecessary loopsSascha Hauer2011-11-111-30/+21
* mci: implement multi block writeSascha Hauer2011-11-111-4/+25
* mci omap: do not fail on nonexistent pdataSascha Hauer2011-10-131-1/+1
* mci-core: fix typo for pr_warnRobert Schwebel2011-10-121-1/+1
* Merge branch 'next'Sascha Hauer2011-10-096-9/+18
|\