summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: sdhci: sdhci_execute_tuning() must delete timerAdrian Hunter2016-07-251-0/+1
* mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()Adrian Hunter2016-07-251-0/+2
* mmc: sdhci: Do not reset cmd or data circuits that are in useAdrian Hunter2016-07-251-5/+8
* mmc: sdhci: Factor out sdhci_auto_cmd12()Adrian Hunter2016-07-251-2/+8
* mmc: sdhci: Allow for finishing multiple requestsAdrian Hunter2016-07-251-22/+49
* mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter2016-07-251-10/+52
* mmc: sdhci: Factor out sdhci_data_line_cmd()Adrian Hunter2016-07-251-3/+8
* mmc: sdhci: Ensure all requests get errored outAdrian Hunter2016-07-251-8/+23
* mmc: sdhci: Clear pointers when a request finishesAdrian Hunter2016-07-251-3/+9
* mmc: sdhci: Track whether a reset is pendingAdrian Hunter2016-07-251-0/+20
* mmc: sdhci: Factor out sdhci_needs_reset()Adrian Hunter2016-07-251-7/+11
* mmc: sdhci: Factor out sdhci_finish_mrq()Adrian Hunter2016-07-251-12/+18
* mmc: sdhci: Move host->data warningAdrian Hunter2016-07-251-2/+2
* mmc: sdhci: Reduce the use of host->mrqAdrian Hunter2016-07-251-8/+8
* mmc: sdhci: Get rid of host->busy_handleAdrian Hunter2016-07-251-8/+6
* mmc: sdhci: Record what command is using the data linesAdrian Hunter2016-07-251-3/+14
* mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the startAdrian Hunter2016-07-251-13/+12
* mmc: sdhci: Get rid of redundant BUG_ONsAdrian Hunter2016-07-251-9/+0
* mmc: sdhci: Move busy signal handling into sdhci_finish_cmd()Adrian Hunter2016-07-251-28/+26
* mmc: sdhci: Add sdhci_read_caps()Adrian Hunter2016-07-251-15/+33
* mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter2016-07-251-41/+40
* mmc: sdhci: Make signal voltage support explicitAdrian Hunter2016-07-251-0/+17
* mmc: sdhci: Split sdhci_add_host()Adrian Hunter2016-07-251-3/+36
* mmc: sdhci: Do not call implementations of mmc host ops directlyAdrian Hunter2016-07-251-12/+16
* mmc: sdhci: use pr_err for sdhci_dumpregsChuanxiao Dong2016-07-251-46/+46
* mmc: host: use the defined function to check whether card is removableJaehoon Chung2016-07-251-3/+3
* mmc: sdhci: Fix sdhci_card_busy()Adrian Hunter2016-07-251-2/+2
* mmc: sdhci: fix wakeup configurationLudovic Desroches2016-07-251-1/+14
* mmc: sdhci: remove comment regarding timeout during tuningSimon Horman2016-07-251-1/+1
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-2/+2
* mmc: sdhci: removed unneeded function wrappersDong Aisheng2016-05-161-45/+15
* mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED codeMasahiro Yamada2016-05-021-3/+1
* mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter2016-05-021-6/+1
* mmc: sdhci: Tidy together LED codeAdrian Hunter2016-05-021-33/+63
* mmc: sdhci: Fix error paths in sdhci_add_host()Adrian Hunter2016-05-021-9/+27
* mmc: sdhci: Remove redundant conditionAdrian Hunter2016-05-021-1/+1
* mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches2016-05-021-2/+0
* mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches2016-05-021-12/+24
* mmc: sdhci: Move sdhci_runtime_pm_bus_off|on() to avoid pre-definitionUlf Hansson2016-05-021-28/+16
* mmc: sdhci: Remove redundant runtime PM callsUlf Hansson2016-05-021-51/+4
* mmc: sdhci: Fix regression setting power on Trats2 boardAdrian Hunter2016-03-291-9/+30
* mmc: sdhci: Set DMA mask when adding hostAlexandre Courbot2016-03-181-7/+41
* mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter2016-03-171-3/+3
* mmc: sdhci: further code simplicationRussell King2016-02-291-11/+10
OpenPOWER on IntegriCloud