summaryrefslogtreecommitdiff
path: root/include/sdhci.h
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu2018-05-111-0/+6
* sdhci: Add new sdhci ops for platform specific tuning and delaysSiva Durga Prasad Paladugu2018-05-111-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer2018-05-021-0/+6
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-171-1/+1
* mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese2017-01-251-0/+1
* mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier2017-01-231-6/+7
* mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung2017-01-111-1/+0
* mmc: sdhci: use the bitops APIs in sdhci.hJaehoon Chung2017-01-111-56/+56
* mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung2017-01-111-9/+9
* mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung2017-01-111-1/+0
* mmc: sdhci: add the get_cd callback function in sdhci_opsJaehoon Chung2017-01-111-0/+1
* mmc: sdhci: Add the programmable clock mode supportWenyou Yang2016-09-201-0/+2
* mmc: atmel_sdhci: Convert to the driver model supportWenyou Yang2016-08-151-0/+2
* mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung2016-08-051-9/+3
* mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung2016-08-051-2/+1
* dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-111-0/+80
* mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada2016-04-251-1/+1
* dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-3/+3
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-04-081-0/+2
|\
| * mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-0/+2
* | drivers:mmc:sdhci: enable support for DTPiotr Wilczek2014-03-121-0/+5
|/
* mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung2013-09-171-0/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* mmc: add no simultaenous power and vddMela Custodio2012-11-271-0/+1
* mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera2012-10-221-0/+1
* mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung2012-09-051-0/+2
* mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger2012-09-051-1/+6
* mmc: add the quirk to use the sdhci for samsung-socJaehoon Chung2012-05-081-0/+6
* mmc: sdhci: add the quirk for broken r1b responseJaehoon Chung2012-05-081-0/+1
* mmc: mv_sdhci: Fix host version read for Armada100Ajay Bhargav2011-11-251-0/+1
* mmc: sdhci: add mmc structure for hostLei Wen2011-11-031-0/+3
* mmc: sdhci: fix build warningLei Wen2011-11-031-0/+3
* MMC: add sdhci generic frameworkLei Wen2011-07-151-0/+325