summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: Control the delay between tuning commandsAdrian Hunter2017-04-241-3/+8
* mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji2017-04-241-1/+2
* mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji2017-04-241-2/+3
* mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji2017-04-241-1/+2
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-6/+3
* mmc: sdhci: clarify the get_timeout_clock callbackShawn Lin2017-04-241-7/+9
* mmc: sdhci: Add CQE supportAdrian Hunter2017-04-241-3/+127
* mmc: sdhci: Factor out sdhci_set_default_irqsAdrian Hunter2017-04-241-8/+13
* mmc: sdhci: Add sdhci_cleanup_hostAdrian Hunter2017-04-241-11/+26
* mmc: sdhci: Export sdhci_dumpregsAdrian Hunter2017-04-241-1/+2
* mmc: sdhci: Improve register dump print formatAdrian Hunter2017-04-241-51/+53
* mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()Adrian Hunter2017-04-241-5/+5
* mmc: sdhci: Add response register to register dumpAdrian Hunter2017-04-241-0/+7
* mmc: sdhci: Improve debug print formatAdrian Hunter2017-04-241-16/+12
* mmc: sdhci: Reduce spin lock usage in sdhci_execute_tuningAdrian Hunter2017-04-241-22/+14
* mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter2017-04-241-9/+0
* mmc: sdhci: Remove ->select_drive_strength() callbackAdrian Hunter2017-04-241-14/+0
* mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter2017-04-241-4/+0
* mmc: sdhci: Optimize delay loopsAdrian Hunter2017-04-241-10/+9
* mmc: sdhci: Disable runtime pm when the sdio_irq is enabledHans de Goede2017-03-301-0/+6
* mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter2017-03-231-1/+3
* mmc: sdhci: Clear SDHCI_HS400_TUNING flag after platform_execute_tuningRitesh Harjani2017-02-131-2/+4
* mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-131-2/+2
* mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi2017-01-311-1/+2
* mmc: sdhci: Fix to handle MMC_POWER_UNDEFINEDAdrian Hunter2016-12-201-14/+19
* mmc: sdhci: export sdhci_execute_tuning()Masahiro Yamada2016-12-081-1/+2
* mmc: sdhci: Tidy tuning loopAdrian Hunter2016-12-051-38/+43
* mmc: sdhci: Simplify tuning block size logicAdrian Hunter2016-12-051-11/+5
* mmc: sdhci: Factor out tuning helper functionsAdrian Hunter2016-12-051-92/+124
* mmc: sdhci: Use mmc_abort_tuning()Adrian Hunter2016-12-051-10/+1
* mmc: sdhci: Always allow tuning to fall back to fixed samplingAdrian Hunter2016-12-051-18/+2
* mmc: sdhci: Fix tuning reset after exhausting the maximum number of loopsAdrian Hunter2016-12-051-0/+1
* mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter2016-12-051-0/+20
* Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter2016-12-051-4/+0
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-2/+1
* mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani2016-11-291-11/+17
* mmc: sdhci: Use sdhci-caps-mask and sdhci-caps to change the caps read during...Zach Brown2016-11-291-2/+22
* mmc: sdhci: put together into one condition checkingJaehoon Chung2016-11-291-11/+8
* mmc: sdhci: Fix missing enhanced strobe setting during runtime resumeAdrian Hunter2016-11-071-0/+4
* mmc: sdhci: Reset cmd and data circuits after tuning failureAdrian Hunter2016-11-071-0/+4
* mmc: sdhci: Fix unexpected data interrupt handlingAdrian Hunter2016-11-071-3/+2
* mmc: sdhci: Fix CMD line reset interfering with ongoing data transferAdrian Hunter2016-11-071-7/+16
* mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen2016-10-171-1/+1
* mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()Adrian Hunter2016-10-101-13/+13
* mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TCAdrian Hunter2016-10-101-8/+6
* mmc: sdhci: Support cap_cmd_during_tfr requestsAdrian Hunter2016-09-261-4/+17
* mmc: sdhci: Do not allow tuning procedure to be interruptedChristopher Freeman2016-09-261-1/+1
* mmc: sdhci: Request regulators before reading capabilitiesJon Hunter2016-07-251-5/+10
* mmc: sdhci: add standard hw auto retuning supportDong Aisheng2016-07-251-3/+12
* mmc: sdhci: using common mmc_regulator_set_vqmmc()Dong Aisheng2016-07-251-6/+3
OpenPOWER on IntegriCloud