1. 9718f84 mmc: sdhci-msm: Do not reset the controller if no card in the slot by Georgi Djakov · 9 years ago
  2. 4f6aa32 mmc: tegra: Only advertise UHS modes if IO regulator is present by Jon Hunter · 9 years ago
  3. efba142 mmc: sdhci: Request regulators before reading capabilities by Jon Hunter · 9 years ago
  4. 1f64cec sdhci-pci: Use MRFLD as abbreviation of Merrifield by Andy Shevchenko · 9 years ago
  5. a75dcbf mmc: sdhci-esdhc-imx: clear tuning bits during driver probe by Dong Aisheng · 9 years ago
  6. 19dbfdd3 mmc: sdhci-esdhci-imx: re-initialize hw state after resume by Dong Aisheng · 9 years ago
  7. 2b16cf3 mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit function by Dong Aisheng · 9 years ago
  8. f3f5cf3 mmc: sdhci-esdhc-imx: factor out hw related initialization into function by Dong Aisheng · 9 years ago
  9. 7ac6da2 mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issue by Dong Aisheng · 9 years ago
  10. da0295f mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNING by Dong Aisheng · 9 years ago
  11. 0b330e3 mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNING by Dong Aisheng · 9 years ago
  12. f37b20e mmc: sdhci: add standard hw auto retuning support by Dong Aisheng · 9 years ago
  13. d87fc96 mmc: sdhci-esdhc-imx: support setting tuning start point by Dong Aisheng · 9 years ago
  14. ca8cc0f mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitly by Dong Aisheng · 9 years ago
  15. cc17e12 mmc: sdhci-esdhc-imx: restore watermark level setting after resume by Dong Aisheng · 9 years ago
  16. 04143fb mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callback by Dong Aisheng · 9 years ago
  17. 84d7d55 mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VAL by Dong Aisheng · 9 years ago
  18. 761daa3 mmc: sdhci: using common mmc_regulator_set_vqmmc() by Dong Aisheng · 9 years ago
  19. 52ac7ac mmc: sdhci-pci: Convert to use managed functions pcim_* and devm_* by Andy Shevchenko · 9 years ago
  20. 6825a60 mmc: core: Extend sysfs with DSR register by Bojan Prtvar · 9 years ago
  21. 2c4c714 mmc: dw_mmc: rockchip: unset the MMC_CAP_ERASE flag by Jaehoon Chung · 9 years ago
  22. 6024e16 mmc: dw_mmc: set to MMC_CAP_ERASE by default by Jaehoon Chung · 9 years ago
  23. 6ae3e53 mmc: core: expose MMC_CAP2_NO_* to dt by Shawn Lin · 9 years ago
  24. 5fb06af mmc: core: Extend sysfs with OCR register by Bojan Prtvar · 9 years ago
  25. 1883edd mmc: sdhci-iproc: Use defines instead of magic numbers by Stefan Wahren · 9 years ago
  26. e71d4b8 mmc: sdhci: add define for suspend/resume capability by Stefan Wahren · 9 years ago
  27. a0c3b68 mmc: core: Allow hosts to specify non-support for MMC commands by Shawn Lin · 9 years ago
  28. 39f80bc mmc: s3cmci: Register cpufreq notifier only on S3C24xx by Krzysztof Kozlowski · 9 years ago
  29. 07c161b mmc: sdhci: sdhci_execute_tuning() must delete timer by Adrian Hunter · 9 years ago
  30. 8842fd1 mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command() by Adrian Hunter · 9 years ago
  31. 33a57ad mmc: sdhci: Do not reset cmd or data circuits that are in use by Adrian Hunter · 9 years ago
  32. 0293d50 mmc: sdhci: Factor out sdhci_auto_cmd12() by Adrian Hunter · 9 years ago
  33. 4e9f8fe mmc: sdhci: Allow for finishing multiple requests by Adrian Hunter · 9 years ago
  34. d7422fb mmc: sdhci: Separate timer timeout for command and data requests by Adrian Hunter · 9 years ago
  35. 56a590d mmc: sdhci: Factor out sdhci_data_line_cmd() by Adrian Hunter · 9 years ago
  36. 5d0d11c mmc: sdhci: Ensure all requests get errored out by Adrian Hunter · 9 years ago
  37. 5a8a3fe mmc: sdhci: Clear pointers when a request finishes by Adrian Hunter · 9 years ago
  38. ed1563d mmc: sdhci: Track whether a reset is pending by Adrian Hunter · 9 years ago
  39. 0cc563c mmc: sdhci: Factor out sdhci_needs_reset() by Adrian Hunter · 9 years ago
  40. a6d3bdd mmc: sdhci: Factor out sdhci_finish_mrq() by Adrian Hunter · 9 years ago
  41. 43dea09 mmc: sdhci: Move host->data warning by Adrian Hunter · 9 years ago
  42. a4c73ab mmc: sdhci: Reduce the use of host->mrq by Adrian Hunter · 9 years ago
  43. ea96802 mmc: sdhci: Get rid of host->busy_handle by Adrian Hunter · 9 years ago
  44. 7c89a3d mmc: sdhci: Record what command is using the data lines by Adrian Hunter · 9 years ago
  45. e0a5640 mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the start by Adrian Hunter · 9 years ago
  46. 64ed8dd mmc: sdhci: Get rid of redundant BUG_ONs by Adrian Hunter · 9 years ago
  47. 6bde868 mmc: sdhci: Move busy signal handling into sdhci_finish_cmd() by Adrian Hunter · 9 years ago
  48. 00884b6 mmc: sdhci-pci: Do not runtime suspend at the end of sdhci_pci_probe() by Adrian Hunter · 9 years ago
  49. 6132a3b mmc: sdhci: Add sdhci_read_caps() by Adrian Hunter · 9 years ago
  50. 28da358 mmc: sdhci: Tidy caps variables in sdhci_setup_host() by Adrian Hunter · 9 years ago
  51. 8cb851a mmc: sdhci: Make signal voltage support explicit by Adrian Hunter · 9 years ago
  52. 52f5336 mmc: sdhci: Split sdhci_add_host() by Adrian Hunter · 9 years ago
  53. d3940f2 mmc: sdhci: Do not call implementations of mmc host ops directly by Adrian Hunter · 9 years ago
  54. ae9c657 mmc: mediatek: perfer to use rise edge latching by Chaotian Jing · 9 years ago
  55. ddc7138 mmc: mediatek: fix CMD21/CMD19 timeout issue by Chaotian Jing · 9 years ago
  56. 86beac3 mmc: mediatek: fix CRC error when calling mmc_select_hs400() by Chaotian Jing · 9 years ago
  57. 5462ff3 mmc: mediatek: do not tune data for HS400 mode by Chaotian Jing · 9 years ago
  58. faecf41 mmc: dw_mmc: fix unmap sg twice when finding data err by Shawn Lin · 9 years ago
  59. 7e4bf1b mmc: dw_mmc: add the card write threshold for HS400 mode by Jaehoon Chung · 9 years ago
  60. 16a3457 mmc: dw_mmc: remove the quirks flags by Jaehoon Chung · 9 years ago
  61. e5a6135 mmc: dw_mmc: exynos: fix the NULL pointer dereference error by Jaehoon Chung · 9 years ago
  62. 65257a0 mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus() by Seung-Woo Kim · 9 years ago
  63. 46d1795 mmc: dw_mmc: Wait for data transfer after response errors. by Doug Anderson · 9 years ago
  64. e5306c3 mmc: dw_mmc: fix 32bit little-endian access of des1 field by Ben Dooks · 9 years ago
  65. 7a3c567 mmc: dw_mmc: Consider HLE errors to be data and command errors by Doug Anderson · 10 years ago
  66. af63762 mmc: dw_mmc: k3: add MMC_CAP_CMD23 by Jérôme Forissier · 9 years ago
  67. 56f6911 mmc: dw_mmc: check card present before starting request by Shawn Lin · 9 years ago
  68. c0834a5 mmc: dw_mmc: remove redundant of set_bit and clear_bit by Shawn Lin · 9 years ago
  69. 52e00b8 mmc: sh_mmcif: Use a 10s timeout in the error recovery path by Ulf Hansson · 9 years ago
  70. 549646a mmc: sh_mmcif: Inform the mmc core about the max busy timeout by Ulf Hansson · 9 years ago
  71. 5b1c29bc mmc: sh_mmcif: Use response type to know when to enable busy detection by Ulf Hansson · 9 years ago
  72. dab3a28 mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIO by Ulf Hansson · 9 years ago
  73. 1b8d79c mmc: core: Allow hosts to specify non-support for SD commands by Ulf Hansson · 9 years ago
  74. 2801b95 mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral" by Colin Ian King · 9 years ago
  75. a7c5367 mmc: sdhci: use pr_err for sdhci_dumpregs by Chuanxiao Dong · 9 years ago
  76. 860951c mmc: host: use the defined function to check whether card is removable by Jaehoon Chung · 9 years ago
  77. 52c0624 phy: rockchip-emmc: Set phyctrl_frqsel based on card clock by Douglas Anderson · 9 years ago
  78. 352051e phy: rockchip-emmc: Minor code cleanup in rockchip_emmc_phy_power_on/off() by Douglas Anderson · 9 years ago
  79. c390f21 mmc: sdhci-of-arasan: Add ability to export card clock by Douglas Anderson · 9 years ago
  80. 3ea4666e mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399 by Douglas Anderson · 9 years ago
  81. ca572f4 mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes by Douglas Anderson · 9 years ago
  82. 49f9ccd phy: rockchip-emmc: Increase lock time allowance by Douglas Anderson · 9 years ago
  83. 675f65c phy: rockchip-emmc: reindent the register definitions by Brian Norris · 9 years ago
  84. 36b5d46 phy: rockchip-emmc: configure default output tap delay by Brian Norris · 9 years ago
  85. d748577 phy: rockchip-emmc: configure frequency range and drive impedance by Shawn Lin · 9 years ago
  86. 4d54a25 phy: rockchip-emmc: give DLL some extra time to be ready by Shawn Lin · 9 years ago
  87. 476bf3d mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs by Al Cooper · 9 years ago
  88. d806b46 mmc: block: Fix tag condition with packed writes by Adrian Hunter · 9 years ago
  89. 5320226 mmc: core: Disable HPI for certain Hynix eMMC cards by Pratibhasagar V · 9 years ago
  90. 8b7be8f mmc: core: Only change mode if mmc_select_bus_width() is successful by Peter Griffin · 9 years ago
  91. c6d8fd6 mmc: Set pref erase size based on size by Gwendal Grignou · 9 years ago
  92. 7eb1649 mmc: sdhci-bcm2835: remove driver by Stefan Wahren · 9 years ago
  93. 649c605 mmc: mmc: Fix HS switch failure in mmc_select_hs400() by Ziyuan Xu · 9 years ago
  94. 987aa5f8 mmc: mmc: fix switch timeout issue caused by jiffies precision by Chaotian Jing · 9 years ago
  95. 08573ea mmc: mmc: do not use CMD13 to get status after speed mode switch by Chaotian Jing · 9 years ago
  96. 87a18a6 mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch() by Chaotian Jing · 9 years ago
  97. e613cc4 mmc: sdhci: Fix sdhci_card_busy() by Adrian Hunter · 9 years ago
  98. 7c42dbf mmc: tmio: make a cast explicit by Wolfram Sang · 9 years ago
  99. a05c846 mmc: sdhci-of-arasan: implement enhanced strobe callback by Shawn Lin · 9 years ago
  100. bc26235 mmc: debugfs: add HS400 enhanced strobe description by Shawn Lin · 9 years ago