aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-3/+5
2013-03-12mmc:sdhci:fix: Change default interrupts enabled at SDHCI initializationƁukasz Majewski1-3/+5
2013-03-08mmc: add support for write protectionNikita Kiryanov1-0/+1
2012-11-27mmc: add no simultaenous power and vddMela Custodio1-0/+3
2012-10-22mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera1-0/+3
2012-10-22mmc: sdhci: add the DMA select for SDMAJaehoon Chung1-0/+7
2012-10-22mmc: sdhci: increase the timeout value for data transferJaehoon Chung1-1/+1
2012-09-05mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung1-0/+3
2012-09-05mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger1-2/+15
2012-09-05mmc: Fix version check for clock API in sdhci driverJoe Hershberger1-5/+5
2012-05-08mmc: add the quirk to use the sdhci for samsung-socJaehoon Chung1-0/+12
2012-05-08mmc: sdhci: add the quirk for broken r1b responseJaehoon Chung1-0/+12
2012-01-08mmc: Implement card detection.Thierry Reding1-0/+1
2011-11-03mmc: sdhci: fix sdma bug for large file transferLei Wen1-1/+1
2011-11-03mmc: sdhci: add timeout for data transferLei Wen1-1/+8
2011-11-03mmc: sdhci: add mmc structure for hostLei Wen1-0/+1
2011-11-03mmc: sdhci: fix cache flushLei Wen1-1/+1
2011-07-15MMC: add sdhci generic frameworkLei Wen1-0/+433