aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-37/+36
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou1-1/+1
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-5/+8
2014-01-09mmc: Minor cleanup of sdhci.cDarwin Rambo1-13/+19
2013-10-31mmc: sdhci: Avoid commands errors by simple timeout adaptation.Przemyslaw Marczak1-7/+28
2013-09-20Fix wrong sdhci host control register read and writeJuhyun \(Justin\) Oh1-3/+2
2013-09-17mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung1-6/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-13mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwardsJagannadha Sutradharudu Teki1-2/+4
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