aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)Author
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
2016-07-25mmc: sdhci-pci: Do not runtime suspend at the end of sdhci_pci_probe()Adrian Hunter
2016-07-25mmc: sdhci: Add sdhci_read_caps()Adrian Hunter
2016-07-25mmc: sdhci: Tidy caps variables in sdhci_setup_host()Adrian Hunter
2016-07-25mmc: sdhci: Make signal voltage support explicitAdrian Hunter
2016-07-25mmc: sdhci: Split sdhci_add_host()Adrian Hunter
2016-07-25mmc: sdhci: Do not call implementations of mmc host ops directlyAdrian Hunter
2016-07-25mmc: mediatek: perfer to use rise edge latchingChaotian Jing
2016-07-25mmc: mediatek: fix CMD21/CMD19 timeout issueChaotian Jing
2016-07-25mmc: mediatek: fix CRC error when calling mmc_select_hs400()Chaotian Jing
2016-07-25mmc: mediatek: do not tune data for HS400 modeChaotian Jing
2016-07-25mmc: dw_mmc: fix unmap sg twice when finding data errShawn Lin
2016-07-25mmc: dw_mmc: add the card write threshold for HS400 modeJaehoon Chung
2016-07-25mmc: dw_mmc: remove the quirks flagsJaehoon Chung
2016-07-25mmc: dw_mmc: exynos: fix the NULL pointer dereference errorJaehoon Chung
2016-07-25mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()Seung-Woo Kim
2016-07-25mmc: dw_mmc: Wait for data transfer after response errors.Doug Anderson
2016-07-25mmc: dw_mmc: fix 32bit little-endian access of des1 fieldBen Dooks
2016-07-25mmc: dw_mmc: Consider HLE errors to be data and command errorsDoug Anderson
2016-07-25mmc: dw_mmc: k3: add MMC_CAP_CMD23Jérôme Forissier
2016-07-25mmc: dw_mmc: check card present before starting requestShawn Lin
2016-07-25mmc: dw_mmc: remove redundant of set_bit and clear_bitShawn Lin
2016-07-25mmc: sh_mmcif: Use a 10s timeout in the error recovery pathUlf Hansson
2016-07-25mmc: sh_mmcif: Inform the mmc core about the max busy timeoutUlf Hansson
2016-07-25mmc: sh_mmcif: Use response type to know when to enable busy detectionUlf Hansson
2016-07-25mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIOUlf Hansson
2016-07-25mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral"Colin Ian King
2016-07-25mmc: sdhci: use pr_err for sdhci_dumpregsChuanxiao Dong
2016-07-25mmc: host: use the defined function to check whether card is removableJaehoon Chung
2016-07-25mmc: sdhci-of-arasan: Add ability to export card clockDouglas Anderson
2016-07-25mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399Douglas Anderson
2016-07-25mmc: sdhci-of-arasan: Always power the PHY off/on when clock changesDouglas Anderson
2016-07-25mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCsAl Cooper
2016-07-25mmc: sdhci-bcm2835: remove driverStefan Wahren
2016-07-25mmc: sdhci: Fix sdhci_card_busy()Adrian Hunter
2016-07-25mmc: tmio: make a cast explicitWolfram Sang
2016-07-25mmc: sdhci-of-arasan: implement enhanced strobe callbackShawn Lin
2016-07-25mmc: sdhci: fix wakeup configurationLudovic Desroches