| Commit message (Expand) | Author | Files | Lines |
2016-07-25 | mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callback | Dong Aisheng | 1 | -1/+11 |
2016-07-25 | mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VAL | Dong Aisheng | 1 | -2/+0 |
2016-07-25 | mmc: sdhci: using common mmc_regulator_set_vqmmc() | Dong Aisheng | 1 | -6/+3 |
2016-07-25 | mmc: sdhci-pci: Convert to use managed functions pcim_* and devm_* | Andy Shevchenko | 1 | -31/+11 |
2016-07-25 | mmc: core: Extend sysfs with DSR register | Bojan Prtvar | 3 | -0/+35 |
2016-07-25 | mmc: dw_mmc: rockchip: unset the MMC_CAP_ERASE flag | Jaehoon Chung | 1 | -4/+4 |
2016-07-25 | mmc: dw_mmc: set to MMC_CAP_ERASE by default | Jaehoon Chung | 1 | -0/+6 |
2016-07-25 | mmc: core: expose MMC_CAP2_NO_* to dt | Shawn Lin | 1 | -0/+6 |
2016-07-25 | Documentation: mmc: add description for new no-sd* and no-mmc | Shawn Lin | 1 | -0/+3 |
2016-07-25 | mmc: core: Extend sysfs with OCR register | Bojan Prtvar | 3 | -0/+5 |
2016-07-25 | mmc: sdhci-iproc: Use defines instead of magic numbers | Stefan Wahren | 1 | -2/+11 |
2016-07-25 | mmc: sdhci: add define for suspend/resume capability | Stefan Wahren | 1 | -0/+1 |
2016-07-25 | mmc: core: Allow hosts to specify non-support for MMC commands | Shawn Lin | 2 | -2/+4 |
2016-07-25 | mmc: s3cmci: Register cpufreq notifier only on S3C24xx | Krzysztof Kozlowski | 2 | -2/+2 |
2016-07-25 | mmc: sdhci: sdhci_execute_tuning() must delete timer | Adrian Hunter | 1 | -0/+1 |
2016-07-25 | mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command() | Adrian Hunter | 1 | -0/+2 |
2016-07-25 | mmc: sdhci: Do not reset cmd or data circuits that are in use | Adrian Hunter | 1 | -5/+8 |
2016-07-25 | mmc: sdhci: Factor out sdhci_auto_cmd12() | Adrian Hunter | 1 | -2/+8 |
2016-07-25 | mmc: sdhci: Allow for finishing multiple requests | Adrian Hunter | 2 | -23/+53 |
2016-07-25 | mmc: sdhci: Separate timer timeout for command and data requests | Adrian Hunter | 2 | -10/+53 |
2016-07-25 | mmc: sdhci: Factor out sdhci_data_line_cmd() | Adrian Hunter | 1 | -3/+8 |
2016-07-25 | mmc: sdhci: Ensure all requests get errored out | Adrian Hunter | 1 | -8/+23 |
2016-07-25 | mmc: sdhci: Clear pointers when a request finishes | Adrian Hunter | 1 | -3/+9 |
2016-07-25 | mmc: sdhci: Track whether a reset is pending | Adrian Hunter | 2 | -0/+21 |
2016-07-25 | mmc: sdhci: Factor out sdhci_needs_reset() | Adrian Hunter | 1 | -7/+11 |
2016-07-25 | mmc: sdhci: Factor out sdhci_finish_mrq() | Adrian Hunter | 1 | -12/+18 |
2016-07-25 | mmc: sdhci: Move host->data warning | Adrian Hunter | 1 | -2/+2 |
2016-07-25 | mmc: sdhci: Reduce the use of host->mrq | Adrian Hunter | 1 | -8/+8 |
2016-07-25 | mmc: sdhci: Get rid of host->busy_handle | Adrian Hunter | 2 | -9/+6 |
2016-07-25 | mmc: sdhci: Record what command is using the data lines | Adrian Hunter | 2 | -3/+15 |
2016-07-25 | mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the start | Adrian Hunter | 1 | -13/+12 |
2016-07-25 | mmc: sdhci: Get rid of redundant BUG_ONs | Adrian Hunter | 1 | -9/+0 |
2016-07-25 | mmc: sdhci: Move busy signal handling into sdhci_finish_cmd() | Adrian Hunter | 1 | -28/+26 |
2016-07-25 | mmc: sdhci-pci: Do not runtime suspend at the end of sdhci_pci_probe() | Adrian Hunter | 1 | -3/+4 |
2016-07-25 | mmc: sdhci: Add sdhci_read_caps() | Adrian Hunter | 2 | -15/+41 |
2016-07-25 | mmc: sdhci: Tidy caps variables in sdhci_setup_host() | Adrian Hunter | 2 | -43/+42 |
2016-07-25 | mmc: sdhci: Make signal voltage support explicit | Adrian Hunter | 2 | -0/+20 |
2016-07-25 | mmc: sdhci: Split sdhci_add_host() | Adrian Hunter | 2 | -3/+38 |
2016-07-25 | mmc: sdhci: Do not call implementations of mmc host ops directly | Adrian Hunter | 1 | -12/+16 |
2016-07-25 | mmc: mediatek: perfer to use rise edge latching | Chaotian Jing | 1 | -9/+14 |
2016-07-25 | mmc: mediatek: fix CMD21/CMD19 timeout issue | Chaotian Jing | 1 | -2/+12 |
2016-07-25 | mmc: mediatek: fix CRC error when calling mmc_select_hs400() | Chaotian Jing | 1 | -0/+23 |
2016-07-25 | mmc: mediatek: do not tune data for HS400 mode | Chaotian Jing | 1 | -3/+7 |
2016-07-25 | mmc: dw_mmc: fix unmap sg twice when finding data err | Shawn Lin | 1 | -2/+4 |
2016-07-25 | mmc: dw_mmc: add the card write threshold for HS400 mode | Jaehoon Chung | 2 | -12/+28 |
2016-07-25 | mmc: dw_mmc: remove the quirks flags | Jaehoon Chung | 3 | -23/+5 |
2016-07-25 | mmc: dw_mmc: exynos: fix the NULL pointer dereference error | Jaehoon Chung | 1 | -1/+1 |
2016-07-25 | mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus() | Seung-Woo Kim | 2 | -13/+5 |
2016-07-25 | mmc: dw_mmc: Wait for data transfer after response errors. | Doug Anderson | 1 | -0/+27 |
2016-07-25 | mmc: dw_mmc: fix 32bit little-endian access of des1 field | Ben Dooks | 1 | -1/+1 |