summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
AgeCommit message (Expand)Author
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-27mmc: sdhci: make sdhci_get_cd staticBaruch Siach
2019-09-06mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy
2019-07-31mmc: sdhci: fix chip detect gpio property nameBaruch Siach
2019-07-17mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas
2019-07-17mmc: sdhci: Make set_ios_post() return intFaiz Abbas
2019-07-17mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas
2019-07-17mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas
2019-07-15mmc: sdhci: Implement SDHCI card detectT Karthik Reddy
2019-07-15mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy
2019-05-03mmc: sdhci: Add Support for ADMA2Faiz Abbas
2019-05-03mmc: sdhci: Move DMA handling to prepare_dma() functionFaiz Abbas
2018-06-15mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu
2018-05-31mmc: sdhci: Update sdhci_send_command() to handle HS200Siva Durga Prasad Paladugu
2018-05-14mmc: sdhci: Check that ops are definedRamon Fried
2018-05-11mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu
2018-05-11mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu
2018-05-11mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu
2018-05-11mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu
2018-05-11mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-05-02mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer
2018-01-22mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada
2018-01-22mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada
2018-01-12mmc: sdhci: do not compare pointer to 0Heinrich Schuchardt
2018-01-12mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBITJorge Ramirez-Ortiz
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass
2017-05-15mmc: sdhci: Fix maximum clock for programmable clock modeWenyou Yang
2017-04-14mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.Alex Deymo
2017-03-21mmc: sdhci: only flush cache for data commandKevin Liu
2017-01-25mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese
2017-01-25mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new valueStefan Roese
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier
2017-01-13mmc: sdhci: fix NULL pointer access when host->ops is not setMasahiro Yamada
2017-01-11mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung
2017-01-11mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung
2017-01-11mmc: sdhci: remove the unused code about testing Card detectJaehoon Chung
2017-01-11mmc: sdhci: disable the 8bit mode when host doesn't support itJaehoon Chung
2016-12-29mmc: move some SDHCI related options to KconfigMasahiro Yamada