summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* sdhci: Add sdhci_deferred_probe() APIFaiz Abbas2020-03-091-0/+15
* mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada2020-02-201-0/+4
* mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada2020-02-201-26/+25
* mmc: sdhci: remove unneeded castsMasahiro Yamada2020-02-201-3/+2
* mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada2020-02-201-2/+3
* mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2020-02-201-14/+8
* mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2020-02-201-14/+13
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* mmc: sdhci: make sdhci_get_cd staticBaruch Siach2019-11-271-1/+1
* mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy2019-09-061-9/+14
* mmc: sdhci: fix chip detect gpio property nameBaruch Siach2019-07-311-1/+1
* mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas2019-07-171-0/+28
* mmc: sdhci: Make set_ios_post() return intFaiz Abbas2019-07-171-1/+1
* mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas2019-07-171-1/+1
* mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas2019-07-171-3/+15
* mmc: sdhci: Implement SDHCI card detectT Karthik Reddy2019-07-151-0/+32
* mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy2019-07-151-0/+6
* mmc: sdhci: Add Support for ADMA2Faiz Abbas2019-05-031-23/+115
* mmc: sdhci: Move DMA handling to prepare_dma() functionFaiz Abbas2019-05-031-42/+50
* mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu2018-06-151-4/+4
* mmc: sdhci: Update sdhci_send_command() to handle HS200Siva Durga Prasad Paladugu2018-05-311-3/+6
* mmc: sdhci: Check that ops are definedRamon Fried2018-05-141-2/+2
* mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu2018-05-111-1/+27
* mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu2018-05-111-0/+24
* mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu2018-05-111-2/+6
* mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu2018-05-111-0/+3
* mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar2018-05-111-1/+1
* 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-1/+7
* mmc: sdhci: change data transfer failure into debug messageMasahiro Yamada2018-01-221-2/+2
* mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()Masahiro Yamada2018-01-221-1/+1
* mmc: sdhci: do not compare pointer to 0Heinrich Schuchardt2018-01-121-2/+2
* mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBITJorge Ramirez-Ortiz2018-01-121-1/+2
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-171-4/+4
* 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