summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
AgeCommit message (Expand)Author
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-02-01drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica
2016-01-27mmc: sdhci: Clear high speed if not supportedSiva Durga Prasad Paladugu
2015-11-03mmc: sdhci: Fix the SD clock stop sequenceWenyou Yang
2015-07-10mmc: sdhci.c: Add config option to use a fixed buffer for transfersStefan Roese
2015-07-10mmc: sdhci: Use timer based timeout detection in sdhci_send_command()Stefan Roese
2015-05-05mmc: sdhci: add timeout setting for response busy commandKevin Liu
2015-03-18sdhci: fix warnings on 64-bit buildsRob Herring
2015-03-18mmc: sdhci: don't clobber adjacent registersMatt Reimer
2015-02-23mmc: sdhci: fix bus width switching on Samsung SoCsMatt Reimer
2014-10-25sdhci: make local functions staticJeroen Hofstee
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2014-01-09mmc: Minor cleanup of sdhci.cDarwin Rambo
2013-10-31mmc: sdhci: Avoid commands errors by simple timeout adaptation.Przemyslaw Marczak
2013-09-20Fix wrong sdhci host control register read and writeJuhyun \(Justin\) Oh
2013-09-17mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-13mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwardsJagannadha Sutradharudu Teki
2013-03-26Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-03-12mmc:sdhci:fix: Change default interrupts enabled at SDHCI initializationƁukasz Majewski
2013-03-08mmc: add support for write protectionNikita Kiryanov
2012-11-27mmc: add no simultaenous power and vddMela Custodio
2012-10-22mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera
2012-10-22mmc: sdhci: add the DMA select for SDMAJaehoon Chung
2012-10-22mmc: sdhci: increase the timeout value for data transferJaehoon Chung
2012-09-05mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung
2012-09-05mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger
2012-09-05mmc: Fix version check for clock API in sdhci driverJoe Hershberger
2012-05-08mmc: add the quirk to use the sdhci for samsung-socJaehoon Chung
2012-05-08mmc: sdhci: add the quirk for broken r1b responseJaehoon Chung
2012-01-08mmc: Implement card detection.Thierry Reding
2011-11-03mmc: sdhci: fix sdma bug for large file transferLei Wen
2011-11-03mmc: sdhci: add timeout for data transferLei Wen
2011-11-03mmc: sdhci: add mmc structure for hostLei Wen
2011-11-03mmc: sdhci: fix cache flushLei Wen
2011-07-15MMC: add sdhci generic frameworkLei Wen