summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-02mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo1-0/+6
2021-07-20mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper1-0/+4
2020-01-29mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław1-4/+6
2020-01-04mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas1-1/+1
2020-01-04Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas1-3/+1
2019-10-05mmc: sdhci: Fix incorrect switch to HS modeAl Cooper1-1/+3
2019-04-27mmc: sdhci: Fix data command CRC error handlingAdrian Hunter1-25/+15
2018-09-26mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner1-1/+8
2018-04-13sdhci: Advertise 2.0v supply on SDIO host controllerAndy Shevchenko1-0/+7
2017-04-08mmc: sdhci: Disable runtime pm when the sdio_irq is enabledHans de Goede1-0/+6
2017-03-30mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter1-1/+3
2017-02-09mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi1-1/+2
2017-01-09mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2017-01-09Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter1-4/+0
2016-11-07mmc: sdhci: Fix missing enhanced strobe setting during runtime resumeAdrian Hunter1-0/+4
2016-11-07mmc: sdhci: Reset cmd and data circuits after tuning failureAdrian Hunter1-0/+4
2016-11-07mmc: sdhci: Fix unexpected data interrupt handlingAdrian Hunter1-3/+2
2016-11-07mmc: sdhci: Fix CMD line reset interfering with ongoing data transferAdrian Hunter1-7/+16
2016-10-17mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen1-1/+1
2016-10-10mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()Adrian Hunter1-13/+13
2016-10-10mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TCAdrian Hunter1-8/+6
2016-09-26mmc: sdhci: Support cap_cmd_during_tfr requestsAdrian Hunter1-4/+17
2016-09-26mmc: sdhci: Do not allow tuning procedure to be interruptedChristopher Freeman1-1/+1
2016-07-25mmc: sdhci: Request regulators before reading capabilitiesJon Hunter1-5/+10
2016-07-25mmc: sdhci: add standard hw auto retuning supportDong Aisheng1-3/+12
2016-07-25mmc: sdhci: using common mmc_regulator_set_vqmmc()Dong Aisheng1-6/+3
2016-07-25mmc: sdhci: sdhci_execute_tuning() must delete timerAdrian Hunter1-0/+1
2016-07-25mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()Adrian Hunter1-0/+2
2016-07-25mmc: sdhci: Do not reset cmd or data circuits that are in useAdrian Hunter1-5/+8
2016-07-25mmc: sdhci: Factor out sdhci_auto_cmd12()Adrian Hunter1-2/+8
2016-07-25mmc: sdhci: Allow for finishing multiple requestsAdrian Hunter1-22/+49
2016-07-25mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter1-10/+52
2016-07-25mmc: sdhci: Factor out sdhci_data_line_cmd()Adrian Hunter1-3/+8
2016-07-25mmc: sdhci: Ensure all requests get errored outAdrian Hunter1-8/+23
2016-07-25mmc: sdhci: Clear pointers when a request finishesAdrian Hunter1-3/+9
2016-07-25mmc: sdhci: Track whether a reset is pendingAdrian Hunter1-0/+20
2016-07-25mmc: sdhci: Factor out sdhci_needs_reset()Adrian Hunter1-7/+11
2016-07-25mmc: sdhci: Factor out sdhci_finish_mrq()Adrian Hunter1-12/+18
2016-07-25mmc: sdhci: Move host->data warningAdrian Hunter1-2/+2
2016-07-25mmc: sdhci: Reduce the use of host->mrqAdrian Hunter1-8/+8
2016-07-25mmc: sdhci: Get rid of host->busy_handleAdrian Hunter1-8/+6
2016-07-25mmc: sdhci: Record what command is using the data linesAdrian Hunter1-3/+14
2016-07-25mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the startAdrian Hunter1-13/+12
2016-07-25mmc: sdhci: Get rid of redundant BUG_ONsAdrian Hunter1-9/+0
2016-07-25mmc: sdhci: Move busy signal handling into sdhci_finish_cmd()Adrian Hunter1-28/+26
2016-07-25mmc: sdhci: Add sdhci_read_caps()Adrian Hunter1-15/+33
2016-07-25mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter1-41/+40
2016-07-25mmc: sdhci: Make signal voltage support explicitAdrian Hunter1-0/+17
2016-07-25mmc: sdhci: Split sdhci_add_host()Adrian Hunter1-3/+36
2016-07-25mmc: sdhci: Do not call implementations of mmc host ops directlyAdrian Hunter1-12/+16