summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-1/+1
* drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica2016-02-011-0/+7
* mmc: sdhci: Clear high speed if not supportedSiva Durga Prasad Paladugu2016-01-271-0/+4
* mmc: sdhci: Fix the SD clock stop sequenceWenyou Yang2015-11-031-2/+18
* mmc: sdhci.c: Add config option to use a fixed buffer for transfersStefan Roese2015-07-101-0/+15
* mmc: sdhci: Use timer based timeout detection in sdhci_send_command()Stefan Roese2015-07-101-5/+5
* mmc: sdhci: add timeout setting for response busy commandKevin Liu2015-05-051-0/+2
* sdhci: fix warnings on 64-bit buildsRob Herring2015-03-181-3/+3
* mmc: sdhci: don't clobber adjacent registersMatt Reimer2015-03-181-1/+1
* mmc: sdhci: fix bus width switching on Samsung SoCsMatt Reimer2015-02-231-1/+2
* sdhci: make local functions staticJeroen Hofstee2014-10-251-3/+3
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-37/+36
* mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-241-1/+1
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-241-5/+8
* mmc: Minor cleanup of sdhci.cDarwin Rambo2014-01-091-13/+19
* mmc: sdhci: Avoid commands errors by simple timeout adaptation.Przemyslaw Marczak2013-10-311-7/+28
* Fix wrong sdhci host control register read and writeJuhyun \(Justin\) Oh2013-09-201-3/+2
* mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung2013-09-171-6/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwardsJagannadha Sutradharudu Teki2013-06-131-2/+4
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-261-3/+5
|\
| * mmc:sdhci:fix: Change default interrupts enabled at SDHCI initializationŁukasz Majewski2013-03-121-3/+5
* | mmc: add support for write protectionNikita Kiryanov2013-03-081-0/+1
|/
* mmc: add no simultaenous power and vddMela Custodio2012-11-271-0/+3
* mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera2012-10-221-0/+3
* mmc: sdhci: add the DMA select for SDMAJaehoon Chung2012-10-221-0/+7
* mmc: sdhci: increase the timeout value for data transferJaehoon Chung2012-10-221-1/+1
* mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung2012-09-051-0/+3
* mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger2012-09-051-2/+15
* mmc: Fix version check for clock API in sdhci driverJoe Hershberger2012-09-051-5/+5
* mmc: add the quirk to use the sdhci for samsung-socJaehoon Chung2012-05-081-0/+12
* mmc: sdhci: add the quirk for broken r1b responseJaehoon Chung2012-05-081-0/+12
* mmc: Implement card detection.Thierry Reding2012-01-081-0/+1
* mmc: sdhci: fix sdma bug for large file transferLei Wen2011-11-031-1/+1
* mmc: sdhci: add timeout for data transferLei Wen2011-11-031-1/+8
* mmc: sdhci: add mmc structure for hostLei Wen2011-11-031-0/+1
* mmc: sdhci: fix cache flushLei Wen2011-11-031-1/+1
* MMC: add sdhci generic frameworkLei Wen2011-07-151-0/+433
OpenPOWER on IntegriCloud