summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-25mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit functionDong Aisheng1-18/+18
2016-07-25mmc: sdhci-esdhc-imx: factor out hw related initialization into functionDong Aisheng1-32/+40
2016-07-25mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issueDong Aisheng1-0/+7
2016-07-25mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNINGDong Aisheng1-3/+8
2016-07-25mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNINGDong Aisheng1-0/+3
2016-07-25mmc: sdhci: add standard hw auto retuning supportDong Aisheng2-3/+15
2016-07-25mmc: sdhci-esdhc-imx: support setting tuning start pointDong Aisheng1-3/+11
2016-07-25mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitlyDong Aisheng1-0/+3
2016-07-25mmc: sdhci-esdhc-imx: restore watermark level setting after resumeDong Aisheng1-1/+10
2016-07-25mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callbackDong Aisheng1-1/+11
2016-07-25mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VALDong Aisheng1-2/+0
2016-07-25mmc: sdhci: using common mmc_regulator_set_vqmmc()Dong Aisheng1-6/+3
2016-07-25mmc: sdhci-pci: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-31/+11
2016-07-25mmc: core: Extend sysfs with DSR registerBojan Prtvar2-0/+34
2016-07-25mmc: dw_mmc: rockchip: unset the MMC_CAP_ERASE flagJaehoon Chung1-4/+4
2016-07-25mmc: dw_mmc: set to MMC_CAP_ERASE by defaultJaehoon Chung1-0/+6
2016-07-25mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin1-0/+6
2016-07-25mmc: core: Extend sysfs with OCR registerBojan Prtvar2-0/+4
2016-07-25mmc: sdhci-iproc: Use defines instead of magic numbersStefan Wahren1-2/+11
2016-07-25mmc: sdhci: add define for suspend/resume capabilityStefan Wahren1-0/+1
2016-07-25mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin1-2/+3
2016-07-25mmc: s3cmci: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2-2/+2
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 Hunter2-23/+53
2016-07-25mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter2-10/+53
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 Hunter2-0/+21
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 Hunter2-9/+6
2016-07-25mmc: sdhci: Record what command is using the data linesAdrian Hunter2-3/+15
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-pci: Do not runtime suspend at the end of sdhci_pci_probe()Adrian Hunter1-3/+4
2016-07-25mmc: sdhci: Add sdhci_read_caps()Adrian Hunter2-15/+41
2016-07-25mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter2-43/+42
2016-07-25mmc: sdhci: Make signal voltage support explicitAdrian Hunter2-0/+20
2016-07-25mmc: sdhci: Split sdhci_add_host()Adrian Hunter2-3/+38
2016-07-25mmc: sdhci: Do not call implementations of mmc host ops directlyAdrian Hunter1-12/+16
2016-07-25mmc: mediatek: perfer to use rise edge latchingChaotian Jing1-9/+14
2016-07-25mmc: mediatek: fix CMD21/CMD19 timeout issueChaotian Jing1-2/+12
2016-07-25mmc: mediatek: fix CRC error when calling mmc_select_hs400()Chaotian Jing1-0/+23