summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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