1. ea96802 mmc: sdhci: Get rid of host->busy_handle by Adrian Hunter · 8 years ago
  2. 7c89a3d mmc: sdhci: Record what command is using the data lines by Adrian Hunter · 8 years ago
  3. e0a5640 mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the start by Adrian Hunter · 8 years ago
  4. 64ed8dd mmc: sdhci: Get rid of redundant BUG_ONs by Adrian Hunter · 8 years ago
  5. 6bde868 mmc: sdhci: Move busy signal handling into sdhci_finish_cmd() by Adrian Hunter · 8 years ago
  6. 00884b6 mmc: sdhci-pci: Do not runtime suspend at the end of sdhci_pci_probe() by Adrian Hunter · 8 years ago
  7. 6132a3b mmc: sdhci: Add sdhci_read_caps() by Adrian Hunter · 8 years ago
  8. 28da358 mmc: sdhci: Tidy caps variables in sdhci_setup_host() by Adrian Hunter · 8 years ago
  9. 8cb851a mmc: sdhci: Make signal voltage support explicit by Adrian Hunter · 8 years ago
  10. 52f5336 mmc: sdhci: Split sdhci_add_host() by Adrian Hunter · 8 years ago
  11. d3940f2 mmc: sdhci: Do not call implementations of mmc host ops directly by Adrian Hunter · 8 years ago
  12. ae9c657 mmc: mediatek: perfer to use rise edge latching by Chaotian Jing · 8 years ago
  13. ddc7138 mmc: mediatek: fix CMD21/CMD19 timeout issue by Chaotian Jing · 8 years ago
  14. 86beac3 mmc: mediatek: fix CRC error when calling mmc_select_hs400() by Chaotian Jing · 8 years ago
  15. 5462ff3 mmc: mediatek: do not tune data for HS400 mode by Chaotian Jing · 8 years ago
  16. faecf41 mmc: dw_mmc: fix unmap sg twice when finding data err by Shawn Lin · 8 years ago
  17. 7e4bf1b mmc: dw_mmc: add the card write threshold for HS400 mode by Jaehoon Chung · 8 years ago
  18. 16a3457 mmc: dw_mmc: remove the quirks flags by Jaehoon Chung · 8 years ago
  19. e5a6135 mmc: dw_mmc: exynos: fix the NULL pointer dereference error by Jaehoon Chung · 8 years ago
  20. 65257a0 mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus() by Seung-Woo Kim · 8 years ago
  21. 46d1795 mmc: dw_mmc: Wait for data transfer after response errors. by Doug Anderson · 9 years ago
  22. e5306c3 mmc: dw_mmc: fix 32bit little-endian access of des1 field by Ben Dooks · 9 years ago
  23. 7a3c567 mmc: dw_mmc: Consider HLE errors to be data and command errors by Doug Anderson · 10 years ago
  24. af63762 mmc: dw_mmc: k3: add MMC_CAP_CMD23 by Jérôme Forissier · 9 years ago
  25. 56f6911 mmc: dw_mmc: check card present before starting request by Shawn Lin · 9 years ago
  26. c0834a58 mmc: dw_mmc: remove redundant of set_bit and clear_bit by Shawn Lin · 9 years ago
  27. 52e00b8 mmc: sh_mmcif: Use a 10s timeout in the error recovery path by Ulf Hansson · 8 years ago
  28. 549646a mmc: sh_mmcif: Inform the mmc core about the max busy timeout by Ulf Hansson · 8 years ago
  29. 5b1c29bc mmc: sh_mmcif: Use response type to know when to enable busy detection by Ulf Hansson · 8 years ago
  30. dab3a28 mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIO by Ulf Hansson · 8 years ago
  31. 1b8d79c mmc: core: Allow hosts to specify non-support for SD commands by Ulf Hansson · 8 years ago
  32. 2801b95 mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral" by Colin Ian King · 8 years ago
  33. a7c5367 mmc: sdhci: use pr_err for sdhci_dumpregs by Chuanxiao Dong · 8 years ago
  34. 860951c mmc: host: use the defined function to check whether card is removable by Jaehoon Chung · 8 years ago
  35. c390f21 mmc: sdhci-of-arasan: Add ability to export card clock by Douglas Anderson · 8 years ago
  36. 3ea4666e mmc: sdhci-of-arasan: Properly set corecfg_baseclkfreq on rk3399 by Douglas Anderson · 8 years ago
  37. ca572f4 mmc: sdhci-of-arasan: Always power the PHY off/on when clock changes by Douglas Anderson · 8 years ago
  38. 476bf3d mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs by Al Cooper · 9 years ago
  39. d806b46 mmc: block: Fix tag condition with packed writes by Adrian Hunter · 9 years ago
  40. 5320226 mmc: core: Disable HPI for certain Hynix eMMC cards by Pratibhasagar V · 9 years ago
  41. 8b7be8f mmc: core: Only change mode if mmc_select_bus_width() is successful by Peter Griffin · 9 years ago
  42. c6d8fd6 mmc: Set pref erase size based on size by Gwendal Grignou · 9 years ago
  43. 7eb1649 mmc: sdhci-bcm2835: remove driver by Stefan Wahren · 9 years ago
  44. 649c605 mmc: mmc: Fix HS switch failure in mmc_select_hs400() by Ziyuan Xu · 9 years ago
  45. 987aa5f8 mmc: mmc: fix switch timeout issue caused by jiffies precision by Chaotian Jing · 9 years ago
  46. 08573ea mmc: mmc: do not use CMD13 to get status after speed mode switch by Chaotian Jing · 9 years ago
  47. 87a18a6 mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch() by Chaotian Jing · 9 years ago
  48. e613cc4 mmc: sdhci: Fix sdhci_card_busy() by Adrian Hunter · 8 years ago
  49. 7c42dbf mmc: tmio: make a cast explicit by Wolfram Sang · 9 years ago
  50. a05c846 mmc: sdhci-of-arasan: implement enhanced strobe callback by Shawn Lin · 9 years ago
  51. bc26235 mmc: debugfs: add HS400 enhanced strobe description by Shawn Lin · 9 years ago
  52. 81ac2af mmc: core: implement enhanced strobe support by Shawn Lin · 9 years ago
  53. ef29c0e mmc: core: add mmc-hs400-enhanced-strobe support by Shawn Lin · 9 years ago
  54. 84d6260 mmc: sdhci: fix wakeup configuration by Ludovic Desroches · 9 years ago
  55. e87c856 mmc: block: correct 4KB alignment check by Yuan, Juntao · 9 years ago
  56. 1473bdd mmc: sdhci: remove comment regarding timeout during tuning by Simon Horman · 9 years ago
  57. a2a16c7 mmc: sh_mobile_sdhi: properly document R-Car versions by Wolfram Sang · 9 years ago
  58. b3802db mmc: pxamci: fix potential oops by Robert Jarzmik · 8 years ago
  59. f68381a mmc: block: fix packed command header endianness by Taras Kondratiuk · 8 years ago
  60. bfe5b1b mmc: block: fix free of uninitialized 'idata->buf' by Ville Viinikka · 8 years ago
  61. afefc10 mmc: sunxi: Re-enable eMMC HS-DDR modes on Allwinner A80 by Chen-Yu Tsai · 9 years ago
  62. 0175249 mmc: sunxi: Fix DDR MMC timings for A80 by Chen-Yu Tsai · 9 years ago
  63. f74149436 mmc: fix mmc mode selection for HS-DDR and higher by Chen-Yu Tsai · 9 years ago
  64. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  65. 0e77816 Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  66. 265984b mmc: sdhci-acpi: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers by Adrian Hunter · 9 years ago
  67. 8229693 mmc: sdhci-pci: Remove MMC_CAP_BUS_WIDTH_TEST for Intel controllers by Adrian Hunter · 9 years ago
  68. 32ecd32 mmc: longer timeout for long read time quirk by Matt Gumbel · 9 years ago
  69. d4aa908 mmc: dw_mmc: rockchip: Set the drive phase properly by Douglas Anderson · 9 years ago
  70. 225faf8 mmc: dw_mmc: fix the wrong max_blk_size by Jaehoon Chung · 9 years ago
  71. d57fe83 mmc: dw_mmc-rockchip: add MMC_CAP_CMD23 capabilities by Shawn Lin · 9 years ago
  72. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  73. e5bbf30 mmc: sdhci-acpi: Ensure connected devices are powered when probing by Adrian Hunter · 9 years ago
  74. 24b9f0c Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  75. 57da0c0 mmc: block: Pause re-tuning while switched to the RPMB partition by Adrian Hunter · 9 years ago
  76. 3c86656 mmc: block: Always switch back to main area after RPMB access by Adrian Hunter · 9 years ago
  77. 7ff2760 mmc: core: Add a facility to "pause" re-tuning by Adrian Hunter · 9 years ago
  78. d57d394 Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  79. aa24781 Merge branches 'pm-core' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  80. 1c44711 mmc: mmc: Fix partition switch timeout for some eMMCs by Adrian Hunter · 9 years ago
  81. 685d29e mmc: sh_mobile_sdhi: enable SDIO IRQs for RCar Gen3 by Wolfram Sang · 9 years ago
  82. 88ea46b mmc: sdio: fall back to SDIO 1.0 for broken 1.1 cards by Wolfram Sang · 9 years ago
  83. cc4d04b mmc: block: improve logging of handling emmc timeouts by Ken Sumrall · 9 years ago
  84. ded97e0 mmc: sdhci: removed unneeded function wrappers by Dong Aisheng · 9 years ago
  85. 0400ed0 mmc: core: remove the invalid message in mmc_select_timing by Dong Aisheng · 9 years ago
  86. e51534c mmc: core: fix using wrong io voltage if mmc_select_hs200 fails by Dong Aisheng · 9 years ago
  87. 10ee082 Merge 4.6-rc7 into tty-next by Greg Kroah-Hartman · 9 years ago
  88. 802ac39 mmc: sdhci-of-arasan: fix set_clock when a phy is supported by Shawn Lin · 9 years ago
  89. d15b08f mmc: omap: Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 9 years ago
  90. 437db4c mmc: mmc: Attempt to flush cache before reset by Adrian Hunter · 9 years ago
  91. f3f44d5 mmc: sh_mobile_sdhi: check return value when changing clk by Wolfram Sang · 9 years ago
  92. 8fc0099 mmc: sh_mobile_sdhi: only change the clock on RCar Gen2+ by Wolfram Sang · 9 years ago
  93. 3d376fb mmc: tmio/sdhi: introduce flag for RCar 2+ specific features by Wolfram Sang · 9 years ago
  94. 3072ba8 mmc: sh_mobile_sdhi: make clk_update function more compact by Wolfram Sang · 9 years ago
  95. 81eef6c mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 9 years ago
  96. 4406433 mmc: sdhci-of-at91: add presets setup by Ludovic Desroches · 9 years ago
  97. 488aab3 mmc: usdhi6rol0: add pinctrl to set pin drive strength by Lars Persson · 9 years ago
  98. 0cd59df mmc: usdhi6rol0: add support for UHS modes by Lars Persson · 9 years ago
  99. 701dcef mmc: usdhi6rol0: do not announce UHS capabilities by Lars Persson · 9 years ago
  100. 184adf2 mmc: tmio: document CTL_STATUS handling by Wolfram Sang · 9 years ago