aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-22mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada1-2/+2
2018-01-22mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada1-1/+1
2018-01-12mmc: sdhci: do not compare pointer to 0Heinrich Schuchardt1-2/+2
2018-01-12mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBITJorge Ramirez-Ortiz1-1/+2
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass1-4/+4
2017-05-15mmc: sdhci: Fix maximum clock for programmable clock modeWenyou Yang1-7/+11
2017-04-14mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.Alex Deymo1-4/+11
2017-03-21mmc: sdhci: only flush cache for data commandKevin Liu1-2/+4
2017-01-25mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese1-0/+4
2017-01-25mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new valueStefan Roese1-4/+2
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier1-16/+18
2017-01-13mmc: sdhci: fix NULL pointer access when host->ops is not setMasahiro Yamada1-3/+3
2017-01-11mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung1-10/+7
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung1-3/+0
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung1-4/+4
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-3/+2
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung1-4/+2
2017-01-11mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung1-6/+2
2017-01-11mmc: sdhci: remove the unused code about testing Card detectJaehoon Chung1-11/+0
2017-01-11mmc: sdhci: disable the 8bit mode when host doesn't support itJaehoon Chung1-3/+2
2016-12-29mmc: move some SDHCI related options to KconfigMasahiro Yamada1-5/+5
2016-10-28mmc: sdhci: assign to clk_mul when host version is upper than SD3.0Jaehoon Chung1-3/+5
2016-10-28mmc: sdhci: fix the "misaligned operation at range" for cacheJaehoon Chung1-0/+1
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung1-6/+6
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung1-1/+5
2016-09-20mmc: sdhci: Add the programmable clock mode supportWenyou Yang1-10/+40
2016-09-20mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada1-6/+3
2016-09-20mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada1-2/+2
2016-09-20mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada1-11/+8
2016-09-20mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada1-3/+3
2016-09-20mmc: sdhci: move error message to more relevant placeMasahiro Yamada1-6/+9
2016-09-20mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada1-2/+2
2016-08-05mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMAJaehoon Chung1-1/+1
2016-08-05mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung1-12/+14
2016-08-05mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung1-2/+2
2016-08-05mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"Jaehoon Chung1-3/+0
2016-08-05mmc: use the generic error numberJaehoon Chung1-4/+4
2016-08-05mmc: sdhci: set to INT_DATA_END when there are dataJaehoon Chung1-1/+2
2016-08-05mmc: sdhci: clean up timeout detectionMasahiro Yamada1-9/+9
2016-07-22mmc: sdhci: Disable internal clock enable bitSiva Durga Prasad Paladugu1-1/+1
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-1/+39
2016-07-11dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass1-48/+59
2016-07-01mmc: increase MMC SDHCI read status timeoutSteve Rae1-2/+3
2016-05-27dm: mmc: Convert sdhci to support CONFIG_BLKSimon Glass1-1/+1
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-1/+1
2016-02-01drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica1-0/+7
2016-01-27mmc: sdhci: Clear high speed if not supportedSiva Durga Prasad Paladugu1-0/+4
2015-11-03mmc: sdhci: Fix the SD clock stop sequenceWenyou Yang1-2/+18
2015-07-10mmc: sdhci.c: Add config option to use a fixed buffer for transfersStefan Roese1-0/+15
2015-07-10mmc: sdhci: Use timer based timeout detection in sdhci_send_command()Stefan Roese1-5/+5