summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNINGDong Aisheng2016-07-251-0/+3
| * mmc: sdhci: add standard hw auto retuning supportDong Aisheng2016-07-252-3/+15
| * mmc: sdhci-esdhc-imx: support setting tuning start pointDong Aisheng2016-07-251-3/+11
| * mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitlyDong Aisheng2016-07-251-0/+3
| * mmc: sdhci-esdhc-imx: restore watermark level setting after resumeDong Aisheng2016-07-251-1/+10
| * mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callbackDong Aisheng2016-07-251-1/+11
| * mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VALDong Aisheng2016-07-251-2/+0
| * mmc: sdhci: using common mmc_regulator_set_vqmmc()Dong Aisheng2016-07-251-6/+3
| * mmc: sdhci-pci: Convert to use managed functions pcim_* and devm_*Andy Shevchenko2016-07-251-31/+11
| * mmc: core: Extend sysfs with DSR registerBojan Prtvar2016-07-252-0/+34
| * mmc: dw_mmc: rockchip: unset the MMC_CAP_ERASE flagJaehoon Chung2016-07-251-4/+4
| * mmc: dw_mmc: set to MMC_CAP_ERASE by defaultJaehoon Chung2016-07-251-0/+6
| * mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin2016-07-251-0/+6
| * mmc: core: Extend sysfs with OCR registerBojan Prtvar2016-07-252-0/+4
| * mmc: sdhci-iproc: Use defines instead of magic numbersStefan Wahren2016-07-251-2/+11
| * mmc: sdhci: add define for suspend/resume capabilityStefan Wahren2016-07-251-0/+1
| * mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin2016-07-251-2/+3
| * mmc: s3cmci: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2016-07-252-2/+2
| * 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-252-23/+53
| * mmc: sdhci: Separate timer timeout for command and data requestsAdrian Hunter2016-07-252-10/+53
| * 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-252-0/+21
| * 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-252-9/+6
| * mmc: sdhci: Record what command is using the data linesAdrian Hunter2016-07-252-3/+15
| * 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-pci: Do not runtime suspend at the end of sdhci_pci_probe()Adrian Hunter2016-07-251-3/+4
| * mmc: sdhci: Add sdhci_read_caps()Adrian Hunter2016-07-252-15/+41
| * mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter2016-07-252-43/+42
| * mmc: sdhci: Make signal voltage support explicitAdrian Hunter2016-07-252-0/+20
| * mmc: sdhci: Split sdhci_add_host()Adrian Hunter2016-07-252-3/+38
| * mmc: sdhci: Do not call implementations of mmc host ops directlyAdrian Hunter2016-07-251-12/+16
| * mmc: mediatek: perfer to use rise edge latchingChaotian Jing2016-07-251-9/+14
| * mmc: mediatek: fix CMD21/CMD19 timeout issueChaotian Jing2016-07-251-2/+12
| * mmc: mediatek: fix CRC error when calling mmc_select_hs400()Chaotian Jing2016-07-251-0/+23
| * mmc: mediatek: do not tune data for HS400 modeChaotian Jing2016-07-251-3/+7
| * mmc: dw_mmc: fix unmap sg twice when finding data errShawn Lin2016-07-251-2/+4
| * mmc: dw_mmc: add the card write threshold for HS400 modeJaehoon Chung2016-07-252-12/+28
| * mmc: dw_mmc: remove the quirks flagsJaehoon Chung2016-07-252-14/+5