summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Fix maximum clock for programmable clock modeWenyou Yang2017-05-151-7/+11
* mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.Alex Deymo2017-04-141-4/+11
* mmc: sdhci: only flush cache for data commandKevin Liu2017-03-211-2/+4
* mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese2017-01-251-0/+4
* mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new valueStefan Roese2017-01-251-4/+2
* mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier2017-01-231-16/+18
* mmc: sdhci: fix NULL pointer access when host->ops is not setMasahiro Yamada2017-01-131-3/+3
* mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung2017-01-111-10/+7
* mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung2017-01-111-3/+0
* mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung2017-01-111-4/+4
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-3/+2
* mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung2017-01-111-4/+2
* mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung2017-01-111-6/+2
* mmc: sdhci: remove the unused code about testing Card detectJaehoon Chung2017-01-111-11/+0
* mmc: sdhci: disable the 8bit mode when host doesn't support itJaehoon Chung2017-01-111-3/+2
* mmc: move some SDHCI related options to KconfigMasahiro Yamada2016-12-291-5/+5
* mmc: sdhci: assign to clk_mul when host version is upper than SD3.0Jaehoon Chung2016-10-281-3/+5
* mmc: sdhci: fix the "misaligned operation at range" for cacheJaehoon Chung2016-10-281-0/+1
* mmc: sdhci: use the generic error numberJaehoon Chung2016-10-101-6/+6
* mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung2016-10-101-1/+5
* mmc: sdhci: Add the programmable clock mode supportWenyou Yang2016-09-201-10/+40
* mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada2016-09-201-6/+3
* mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada2016-09-201-2/+2
* mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada2016-09-201-11/+8
* mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada2016-09-201-3/+3
* mmc: sdhci: move error message to more relevant placeMasahiro Yamada2016-09-201-6/+9
* mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada2016-09-201-2/+2
* mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMAJaehoon Chung2016-08-051-1/+1
* mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung2016-08-051-12/+14
* mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung2016-08-051-2/+2
* mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"Jaehoon Chung2016-08-051-3/+0
* mmc: use the generic error numberJaehoon Chung2016-08-051-4/+4
* mmc: sdhci: set to INT_DATA_END when there are dataJaehoon Chung2016-08-051-1/+2
* mmc: sdhci: clean up timeout detectionMasahiro Yamada2016-08-051-9/+9
* mmc: sdhci: Disable internal clock enable bitSiva Durga Prasad Paladugu2016-07-221-1/+1
* dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-111-1/+39
* dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass2016-07-111-48/+59
* mmc: increase MMC SDHCI read status timeoutSteve Rae2016-07-011-2/+3
* dm: mmc: Convert sdhci to support CONFIG_BLKSimon Glass2016-05-271-1/+1
* 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