summaryrefslogtreecommitdiffstats
path: root/drivers/mci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pu/mx6-v2' into nextSascha Hauer2012-04-242-4/+13
|\
| * mmc i.MX esdhc: Add i.MX6 supportSascha Hauer2012-04-241-3/+12
| * ARM: add initial i.MX6 supportSascha Hauer2012-04-241-1/+1
* | Merge branch 'master' into nextSascha Hauer2012-04-172-18/+32
|\ \
| * | mci: pxamci poweron ramp delayRobert Jarzmik2012-04-171-0/+1
| * | mci: pxamci fix R1b responsesRobert Jarzmik2012-04-171-2/+6
| * | mci: pxamci fix CMD12 handlingRobert Jarzmik2012-04-172-0/+4
| * | mci: pxamci fix response typeRobert Jarzmik2012-04-171-4/+5
| * | mci: pxamci change clocks handlingRobert Jarzmik2012-04-171-4/+3
| * | mci: pxamci define timeoutsRobert Jarzmik2012-04-171-8/+13
| |/
* / Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
|/
* 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