1. c814d67 mmc: core: prepend 0x to OCR entry in sysfs by Bastian Stender · 7 years ago
  2. d9aaef3 mmc: core: add driver strength selection when selecting hs400es by Chanho Min · 7 years ago
  3. 0a205d8 mmc: mmc: correct the logic for setting HS400ES signal voltage by Haibo Chen · 7 years ago
  4. 943281e mmc: core: Fix access to HS400-ES devices by Guenter Roeck · 7 years ago
  5. ef746a3 mmc: core: fix multi-bit bus width without high-speed mode by Anssi Hannula · 7 years ago
  6. fe1b570 mmc: mmc: Use 500ms as the default generic CMD6 timeout by Ulf Hansson · 8 years ago
  7. 4f25580 mmc: core: changes frequency to hs_max_dtr when selecting hs400es by Shawn Lin · 8 years ago
  8. 1720d35 mmc: core: switch to 1V8 or 1V2 for hs400es mode by Shawn Lin · 8 years ago
  9. 67d3596 mmc: core: Add error message when switching fails in mmc_select_hs() by Jungseung Lee · 8 years ago
  10. 6825a60 mmc: core: Extend sysfs with DSR register by Bojan Prtvar · 8 years ago
  11. 5fb06af mmc: core: Extend sysfs with OCR register by Bojan Prtvar · 8 years ago
  12. 5320226 mmc: core: Disable HPI for certain Hynix eMMC cards by Pratibhasagar V · 8 years ago
  13. 8b7be8f mmc: core: Only change mode if mmc_select_bus_width() is successful by Peter Griffin · 8 years ago
  14. 649c605 mmc: mmc: Fix HS switch failure in mmc_select_hs400() by Ziyuan Xu · 8 years ago
  15. 08573ea mmc: mmc: do not use CMD13 to get status after speed mode switch by Chaotian Jing · 8 years ago
  16. 81ac2af mmc: core: implement enhanced strobe support by Shawn Lin · 8 years ago
  17. f74149436 mmc: fix mmc mode selection for HS-DDR and higher by Chen-Yu Tsai · 8 years ago
  18. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  19. 1c44711 mmc: mmc: Fix partition switch timeout for some eMMCs by Adrian Hunter · 8 years ago
  20. 0400ed0 mmc: core: remove the invalid message in mmc_select_timing by Dong Aisheng · 8 years ago
  21. e51534c mmc: core: fix using wrong io voltage if mmc_select_hs200 fails by Dong Aisheng · 8 years ago
  22. 437db4c mmc: mmc: Attempt to flush cache before reset by Adrian Hunter · 8 years ago
  23. 87e8865 mmc: core: drop unnecessary bit checking by Masahiro Yamada · 8 years ago
  24. 4e6c717 mmc: core: Do regular power cycle when lacking eMMC HW reset support by Gwendal Grignou · 8 years ago
  25. ed9feec mmc: sanitize 'bus width' in debug output by Wolfram Sang · 8 years ago
  26. 4ec96b4 mmc: make MAN_BKOPS_EN message a debug by Wolfram Sang · 8 years ago
  27. 520322d mmc: It is not an error for the card to be removed while suspended by Adrian Hunter · 9 years ago
  28. adb24d4 mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400 by Wenkai Du · 9 years ago
  29. c29536e mmc: core: Make runtime resume default behavior for MMC/SD by Ulf Hansson · 9 years ago
  30. d230293 mmc: mmc: Improve reliability of mmc_select_hs400() by Adrian Hunter · 9 years ago
  31. 974007a mmc: mmc: Move mmc_switch_status() by Adrian Hunter · 9 years ago
  32. 51b12f7 mmc: mmc: Fix HS setting in mmc_select_hs400() by Adrian Hunter · 9 years ago
  33. 1815e61 mmc: mmc: Improve reliability of mmc_select_hs200() by Adrian Hunter · 9 years ago
  34. 2860d06 mmc: skip reclaiming host on mmc_add_card() error by Sergei Shtylyov · 9 years ago
  35. 9eadcc0 mmc: core: Remove MMC_CLKGATE by Ulf Hansson · 9 years ago
  36. 08b137d mmc: core: Fix init_card in 52Mhz by Chaotian Jing · 9 years ago
  37. 364549d mmc: core: Remove redundant ->power_restore() callback for MMC by Ulf Hansson · 9 years ago
  38. cc4f414 mmc: mmc: Add driver strength selection by Adrian Hunter · 9 years ago
  39. b097e07 mmc: mmc: Read card's valid driver strength mask by Adrian Hunter · 9 years ago
  40. ded8a5f mmc: cast u8 to unsigned long long to avoid unexpected error by Kuninori Morimoto · 9 years ago
  41. 6376f69 mmc: core: Add support for HS400 re-tuning by Adrian Hunter · 9 years ago
  42. 436f8da mmc: mmc: Hold re-tuning in mmc_sleep() by Adrian Hunter · 9 years ago
  43. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  44. 81f8a7b mmc: Add support for marking hpi as broken through devicetree by Hans de Goede · 9 years ago
  45. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 9 years ago
  46. 0501be6 mmc: Resolve BKOPS compatability issue by Alexey Skidanov · 9 years ago
  47. 63e415c mmc: core: Simplify by adding mmc_execute_tuning() by Adrian Hunter · 10 years ago
  48. f855a37 mmc: core: refactor the hw_reset routines by Johan Rudholm · 9 years ago
  49. 04cdbbf mmc: core: Make tuning block patterns static by Ulf Hansson · 10 years ago
  50. eac8632 mmc: core: Support the optional init_card() callback for MMC and SD by Doug Anderson · 10 years ago
  51. 1c2d26e mmc: core: stop trying to switch width when only one bit is supported by Alexandre Belloni · 10 years ago
  52. e21aa51 mmc: core: Export mmc_get_ext_csd() by Ulf Hansson · 10 years ago
  53. 2fd322a mmc: core: Don't panic when fetching EXT_CSD by Ulf Hansson · 10 years ago
  54. c197787 mmc: core: Let's callers of from mmc_get_ext_csd() do error handling by Ulf Hansson · 10 years ago
  55. 076ec38 mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd() by Ulf Hansson · 10 years ago
  56. 148bcab mmc: core: Add helper function for EXT_CSD support by Ulf Hansson · 10 years ago
  57. a1fc444 mmc: core: Remove unnecessary 'out of memory' message by Ulf Hansson · 10 years ago
  58. 9e304d6 mmc: core: Remove redundant check of max_dtr while selecting timings by Ulf Hansson · 10 years ago
  59. 56d09b1 mmc: core: Remove redundant check while selecting powerclass by Ulf Hansson · 10 years ago
  60. 00b41b5 mmc: core: Remove mmc_free_ext_csd() by Ulf Hansson · 10 years ago
  61. 0f76242 mmc: core: Report firmware version for eMMC 5.0 devices. by Gwendal Grignou · 10 years ago
  62. 4b75bff mmc: core: Fix error paths and messages in mmc_init_card by Andrew Gabbasov · 10 years ago
  63. 6606110 mmc: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  64. 48d11e06 mmc: Consolidate emmc tuning blocks by Stephen Boyd · 10 years ago
  65. 994324b mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computation by Grégory Soutadé · 10 years ago
  66. 69803d4 mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed" by Grégory Soutadé · 10 years ago
  67. b4493ee mmc: Move code that manages user area and gp partitions into functions by Grégory Soutadé · 10 years ago
  68. 312449e mmc: core: Fix sequence for I/O voltage in DDR mode for eMMC by Chuanxiao.Dong · 10 years ago
  69. 3d705d1 mmc: implement Driver Stage Register handling by Sascha Hauer · 10 years ago
  70. 03a5943 mmc: Allow forward compatibility for eMMC by Romain Izard · 10 years ago
  71. 0a5b643 mmc: add support for HS400 mode of eMMC5.0 by Seungwon Jeon · 10 years ago
  72. 577fb13 mmc: rework selection of bus speed mode by Seungwon Jeon · 10 years ago
  73. 2385049 mmc: step power class after final selection of bus mode by Seungwon Jeon · 10 years ago
  74. 2415c0e mmc: identify available device type to select by Seungwon Jeon · 10 years ago
  75. cdc9917 mmc: drop the speed mode of card's state by Seungwon Jeon · 10 years ago
  76. d1e5821 mmc: Convert to use ATTRIBUTE_GROUPS by Axel Lin · 10 years ago
  77. 79f7ae7 mmc: clarify DDR timing mode between SD-UHS and eMMC by Seungwon Jeon · 10 years ago
  78. cb962e0 mmc: core: Respect host's max_busy_timeout when sending sleep cmd by Ulf Hansson · 10 years ago
  79. 57de31f mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode by Ulf Hansson · 10 years ago
  80. 4509f8477 mmc: core: Add ignore_crc flag to __mmc_switch by Ulf Hansson · 10 years ago
  81. 7536d3f mmc: core: Enable MMC_CAP2_CACHE_CTRL as default by Ulf Hansson · 11 years ago
  82. 10e5d96 mmc: core: Use mmc_flush_cache() during mmc suspend by Ulf Hansson · 11 years ago
  83. 469a00b mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD by Ulf Hansson · 11 years ago
  84. 2501c91 mmc: core: Use MMC_UNSAFE_RESUME as default behavior by Ulf Hansson · 11 years ago
  85. 83cc16d mmc: core: mmc DDR mode should not depend on UHS_DDR50 by Dong Aisheng · 11 years ago
  86. 4d22378 mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume by Ulf Hansson · 11 years ago
  87. 0cb403a mmc: core: Improve runtime PM support during suspend/resume for sd/mmc by Ulf Hansson · 11 years ago
  88. 0cc81a8 mmc: core: Remove redundant mmc_power_up|off at runtime callbacks by Ulf Hansson · 11 years ago
  89. 9ec775f mmc: Don't force card to active state when entering suspend/shutdown by Ulf Hansson · 11 years ago
  90. 726d6f2 mmc: core: Collect common code for card ocr validation by Ulf Hansson · 11 years ago
  91. ce69d37 mmc: core: Prevent violation of specs while initializing cards by Ulf Hansson · 11 years ago
  92. 6904115 mmc: core: Move cached value of the negotiated ocr mask to card struct by Ulf Hansson · 11 years ago
  93. 4a06519 mmc: core: Let mmc_power_up|cycle take ocr as parameter by Ulf Hansson · 11 years ago
  94. 878e200 mmc: core: Do not poll for busy with status cmd for all switch cmds by Ulf Hansson · 11 years ago
  95. 7c4f10a mmc: core: production year for eMMC 4.41 and later by Romain Izard · 11 years ago
  96. 53275c2 mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLE by Ulf Hansson · 11 years ago
  97. 43235679 mmc: core: Enable power_off_notify for eMMC shutdown sequence by Ulf Hansson · 11 years ago
  98. 486fdbb mmc: core: Add shutdown callback for (e)MMC bus_ops by Ulf Hansson · 11 years ago
  99. 03d071f mmc: core: Handle both poweroff notification types for eMMC by Ulf Hansson · 11 years ago
  100. 7459026 mmc: core: Push common suspend|resume code into each bus_ops by Ulf Hansson · 11 years ago