summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.c
AgeCommit message (Expand)Author
2018-03-23mmc: sdhci: Always allow tuning to fall back to fixed samplingColibri-iMX7_LXDE-Image_2.8b2.97-20180331Colibri-iMX6_LXDE-Image_2.8b2.97-20180331Colibri-iMX6ULL_LXDE-Image_2.8b2.97-20180331Apalis-iMX6_LXDE-Image_2.8b2.97-20180331Adrian Hunter
2017-12-21Merge tag 'v4.9.67' into 4.9-1.0.x-imx-fixes-stable-mergeMarcel Ziswiler
2017-12-21sdhci: print opcode/retries on timeout errorTroy Kisky
2017-06-09MLK-14861-1 mmc: sdhci: make DDR50 tuning optionallyHaibo Chen
2017-06-09MLK-14884 mmc: sdhci: make DDR50 tuning optionallyDong Aisheng
2017-06-09MLK-14539 mmc: sdhci: make no-1-8-v also work for DDR52 modeHaibo Chen
2017-06-08MLK-14276-2 mmc: sdhci: remove IS_ERR_VALUE abusesHaibo Chen
2017-04-08mmc: sdhci: Disable runtime pm when the sdio_irq is enabledHans de Goede
2017-03-30mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter
2017-02-23MLK-12397 mmc: sdhci: disable irq in sdhci host suspend ranther than free thi...Haibo Chen
2017-02-23MLK-12360-3 bcmdhd: fix bcmdhd blocks system suspend issueDong Aisheng
2017-02-23MLK-12360-1 mmc: sdhci: add sdio thread irq supportDong Aisheng
2017-02-23MLK-11789 mmc: sdhci: Add 1ms delay in eMMC tuning procedureHaibo Chen
2017-02-23MLK-10629-4 mmc: sdhci: remove MMC_CAP_NEEDS_POLLDong Aisheng
2017-02-23MLK-11685-4 mmc: sdhci: do not enable card cd wakeup for gpio caseDong Aisheng
2017-02-23MLK-11685-3 mmc: sdhci: do not enable card detect interrupt for gpio cd typeDong Aisheng
2017-02-09mmc: sdhci: Ignore unexpected CARD_INT interruptsGabriel Krisman Bertazi
2017-01-09mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter
2017-01-09Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"Adrian Hunter
2016-11-07mmc: sdhci: Fix missing enhanced strobe setting during runtime resumeAdrian Hunter
2016-11-07mmc: sdhci: Reset cmd and data circuits after tuning failureAdrian Hunter
2016-11-07mmc: sdhci: Fix unexpected data interrupt handlingAdrian Hunter
2016-11-07mmc: sdhci: Fix CMD line reset interfering with ongoing data transferAdrian Hunter
2016-10-17mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted errorHaibo Chen
2016-10-10mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()Adrian Hunter
2016-10-10mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TCAdrian Hunter
2016-09-26mmc: sdhci: Support cap_cmd_during_tfr requestsAdrian Hunter
2016-09-26mmc: sdhci: Do not allow tuning procedure to be interruptedChristopher Freeman
2016-07-25mmc: sdhci: Request regulators before reading capabilitiesJon Hunter
2016-07-25mmc: sdhci: add standard hw auto retuning supportDong Aisheng
2016-07-25mmc: sdhci: using common mmc_regulator_set_vqmmc()Dong Aisheng
2016-07-25mmc: sdhci: sdhci_execute_tuning() must delete timerAdrian Hunter
2016-07-25mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()Adrian Hunter
2016-07-25mmc: sdhci: Do not reset cmd or data circuits that are in useAdrian Hunter
2016-07-25mmc: sdhci: Factor out sdhci_auto_cmd12()Adrian Hunter
2016-07-25mmc: sdhci: Allow for finishing multiple requestsAdrian Hunter
2016-07-25mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter
2016-07-25mmc: sdhci: Factor out sdhci_data_line_cmd()Adrian Hunter
2016-07-25mmc: sdhci: Ensure all requests get errored outAdrian Hunter
2016-07-25mmc: sdhci: Clear pointers when a request finishesAdrian Hunter
2016-07-25mmc: sdhci: Track whether a reset is pendingAdrian Hunter
2016-07-25mmc: sdhci: Factor out sdhci_needs_reset()Adrian Hunter
2016-07-25mmc: sdhci: Factor out sdhci_finish_mrq()Adrian Hunter
2016-07-25mmc: sdhci: Move host->data warningAdrian Hunter
2016-07-25mmc: sdhci: Reduce the use of host->mrqAdrian Hunter
2016-07-25mmc: sdhci: Get rid of host->busy_handleAdrian Hunter
2016-07-25mmc: sdhci: Record what command is using the data linesAdrian Hunter
2016-07-25mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the startAdrian Hunter
2016-07-25mmc: sdhci: Get rid of redundant BUG_ONsAdrian Hunter
2016-07-25mmc: sdhci: Move busy signal handling into sdhci_finish_cmd()Adrian Hunter