1. e21aa51 mmc: core: Export mmc_get_ext_csd() by Ulf Hansson · 10 years ago
  2. 2fd322a mmc: core: Don't panic when fetching EXT_CSD by Ulf Hansson · 10 years ago
  3. c197787 mmc: core: Let's callers of from mmc_get_ext_csd() do error handling by Ulf Hansson · 10 years ago
  4. 076ec38 mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd() by Ulf Hansson · 10 years ago
  5. 148bcab mmc: core: Add helper function for EXT_CSD support by Ulf Hansson · 10 years ago
  6. a1fc444 mmc: core: Remove unnecessary 'out of memory' message by Ulf Hansson · 10 years ago
  7. 9e304d6 mmc: core: Remove redundant check of max_dtr while selecting timings by Ulf Hansson · 10 years ago
  8. 56d09b1 mmc: core: Remove redundant check while selecting powerclass by Ulf Hansson · 10 years ago
  9. 00b41b5 mmc: core: Remove mmc_free_ext_csd() by Ulf Hansson · 10 years ago
  10. 0f76242 mmc: core: Report firmware version for eMMC 5.0 devices. by Gwendal Grignou · 10 years ago
  11. 4b75bff mmc: core: Fix error paths and messages in mmc_init_card by Andrew Gabbasov · 10 years ago
  12. 6606110 mmc: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  13. 48d11e06 mmc: Consolidate emmc tuning blocks by Stephen Boyd · 10 years ago
  14. 994324b mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computation by Grégory Soutadé · 10 years ago
  15. 69803d4 mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed" by Grégory Soutadé · 10 years ago
  16. b4493ee mmc: Move code that manages user area and gp partitions into functions by Grégory Soutadé · 10 years ago
  17. 312449e mmc: core: Fix sequence for I/O voltage in DDR mode for eMMC by Chuanxiao.Dong · 10 years ago
  18. 3d705d1 mmc: implement Driver Stage Register handling by Sascha Hauer · 10 years ago
  19. 03a5943 mmc: Allow forward compatibility for eMMC by Romain Izard · 10 years ago
  20. 0a5b643 mmc: add support for HS400 mode of eMMC5.0 by Seungwon Jeon · 11 years ago
  21. 577fb13 mmc: rework selection of bus speed mode by Seungwon Jeon · 11 years ago
  22. 2385049 mmc: step power class after final selection of bus mode by Seungwon Jeon · 11 years ago
  23. 2415c0e mmc: identify available device type to select by Seungwon Jeon · 11 years ago
  24. cdc9917 mmc: drop the speed mode of card's state by Seungwon Jeon · 11 years ago
  25. d1e5821 mmc: Convert to use ATTRIBUTE_GROUPS by Axel Lin · 11 years ago
  26. 79f7ae7 mmc: clarify DDR timing mode between SD-UHS and eMMC by Seungwon Jeon · 11 years ago
  27. cb962e0 mmc: core: Respect host's max_busy_timeout when sending sleep cmd by Ulf Hansson · 11 years ago
  28. 57de31f mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode by Ulf Hansson · 11 years ago
  29. 4509f8477 mmc: core: Add ignore_crc flag to __mmc_switch by Ulf Hansson · 11 years ago
  30. 7536d3f mmc: core: Enable MMC_CAP2_CACHE_CTRL as default by Ulf Hansson · 11 years ago
  31. 10e5d96 mmc: core: Use mmc_flush_cache() during mmc suspend by Ulf Hansson · 11 years ago
  32. 469a00b mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD by Ulf Hansson · 11 years ago
  33. 2501c91 mmc: core: Use MMC_UNSAFE_RESUME as default behavior by Ulf Hansson · 11 years ago
  34. 83cc16d mmc: core: mmc DDR mode should not depend on UHS_DDR50 by Dong Aisheng · 11 years ago
  35. 4d22378 mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume by Ulf Hansson · 11 years ago
  36. 0cb403a mmc: core: Improve runtime PM support during suspend/resume for sd/mmc by Ulf Hansson · 11 years ago
  37. 0cc81a8 mmc: core: Remove redundant mmc_power_up|off at runtime callbacks by Ulf Hansson · 11 years ago
  38. 9ec775f mmc: Don't force card to active state when entering suspend/shutdown by Ulf Hansson · 11 years ago
  39. 726d6f2 mmc: core: Collect common code for card ocr validation by Ulf Hansson · 11 years ago
  40. ce69d37 mmc: core: Prevent violation of specs while initializing cards by Ulf Hansson · 11 years ago
  41. 6904115 mmc: core: Move cached value of the negotiated ocr mask to card struct by Ulf Hansson · 11 years ago
  42. 4a06519 mmc: core: Let mmc_power_up|cycle take ocr as parameter by Ulf Hansson · 11 years ago
  43. 878e200 mmc: core: Do not poll for busy with status cmd for all switch cmds by Ulf Hansson · 11 years ago
  44. 7c4f10a mmc: core: production year for eMMC 4.41 and later by Romain Izard · 11 years ago
  45. 53275c2 mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLE by Ulf Hansson · 11 years ago
  46. 43235679 mmc: core: Enable power_off_notify for eMMC shutdown sequence by Ulf Hansson · 11 years ago
  47. 486fdbb mmc: core: Add shutdown callback for (e)MMC bus_ops by Ulf Hansson · 11 years ago
  48. 03d071f mmc: core: Handle both poweroff notification types for eMMC by Ulf Hansson · 11 years ago
  49. 7459026 mmc: core: Push common suspend|resume code into each bus_ops by Ulf Hansson · 11 years ago
  50. 6636bad mmc: core: Update the ext-csd.rev check for eMMC5.1 by Yuvaraj Kumar C D · 11 years ago
  51. 6044371 mmc: core: Fix select power class after resume by Fredrik Soderstedt · 12 years ago
  52. 07a6821 mmc: core: Restructure and simplify code for mmc sleep|awake by Ulf Hansson · 12 years ago
  53. c4d770d mmc: core: Support aggressive power management for (e)MMC/SD by Ulf Hansson · 12 years ago
  54. e94cfef mmc: block: Enable runtime pm for mmc blkdevice by Ulf Hansson · 12 years ago
  55. 39b9431 mmc: core: Stop bkops for eMMC only from mmc suspend by Ulf Hansson · 12 years ago
  56. 836dc2f mmc: core: Fix bit width test failing on old eMMC cards by Philip Rakity · 12 years ago
  57. 51e7e8b mmc: core: Add in support to expose PRV for v4 MMCs by Bernie Thompson · 12 years ago
  58. abd9ac1 mmc: add packed command feature of eMMC4.5 by Seungwon Jeon · 12 years ago
  59. 567c890 mmc: core: Break out start_signal_voltage_switch by Johan Rudholm · 12 years ago
  60. d0123cc mmc: core: expose RPMB partition only for CMD23 capable hosts by Balaji T K · 12 years ago
  61. 881d926 mmc: core: move the cache disabling operation to mmc_suspend by Maya Erez · 12 years ago
  62. ccb52a0 mmc: Limit MMC speed to 52MHz if not HS200 by Al Cooper · 12 years ago
  63. 188cc04 mmc: core: Extend sysfs to ext_csd parameters for RPMB support by Loic Pallardy · 12 years ago
  64. 090d25f mmc: core: Expose access to RPMB partition by Loic Pallardy · 12 years ago
  65. 5f1a4dd mmc: Standardise capability type by Lee Jones · 12 years ago
  66. e6c0858 mmc: core: Fixup broken suspend and eMMC4.5 power off notify by Ulf Hansson · 12 years ago
  67. 950d56a mmc: support BKOPS feature for eMMC by Jaehoon Chung · 12 years ago
  68. 108ecc4 mmc: core: reset signal voltage on power up by Aaron Lu · 12 years ago
  69. 87f761b mmc: core: Revert "skip card initialization if power class selection fails" by Venkatraman S · 12 years ago
  70. 85e727e mmc: core: return an error on suspend if mmc_deselect_cards fails by Jaehoon Chung · 12 years ago
  71. a5075eb mmc: block: Allow disabling 512B sector size emulation by Saugata Das · 12 years ago
  72. f6f4459 mmc: core: Remove dead code by Philippe De Swert · 13 years ago
  73. 3d93576 mmc: core: skip card initialization if power class selection fails by Subhash Jadavani · 13 years ago
  74. 10942aa mmc: core: fix the signaling 1.8V for HS200 by Seungwon Jeon · 13 years ago
  75. 96cf5f0 mmc: core: fix the decision of HS200/DDR card-type by Seungwon Jeon · 13 years ago
  76. 93fc5a4 mmc: core: fix power class selection by Subhash Jadavani · 13 years ago
  77. 83bb24a mmc: core: add high-capacity erase size capability flag by Adrian Hunter · 13 years ago
  78. 52d0974 mmc: core: hs200 fixes by Subhash Jadavani · 13 years ago
  79. 4265900 mmc: MMC-4.5 Data Tag Support by Saugata Das · 13 years ago
  80. e774747 mmc: core: Fixup suspend/resume issues for UHS-I cards by Ulf Hansson · 13 years ago
  81. dd13b4e mmc: core: Fix comparison issue in mmc_compare_ext_csds by Jurgen Heeks · 13 years ago
  82. 3e73c36 mmc: core: Fix PowerOff Notify suspend/resume by Girish K S · 13 years ago
  83. 7488e92 mmc: core: Fix low speed mmc card detection failure by Girish K S · 13 years ago
  84. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 13 years ago
  85. 8bc0678 mmc: core: Separate the timeout value for cache-ctrl by Seungwon Jeon · 13 years ago
  86. 913047e mmc: core: Fix voltage select in DDR mode by Girish K S · 13 years ago
  87. add710e mmc: boot partition ro lock support by Johan Rudholm · 13 years ago
  88. d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 13 years ago
  89. a80f162 mmc: core: Fix power_off_notify during suspend by Girish K S · 13 years ago
  90. 96a85d5 mmc: core: Fix setting power notify state variable for non-eMMC by Girish K S · 13 years ago
  91. 0205a90 mmc: Fix implicit use of stat.h header in associated files by Paul Gortmaker · 13 years ago
  92. 336c716 mmc: core: Cleanup eMMC4.5 conditionals by Seungwon Jeon · 13 years ago
  93. eb0d8f1 mmc: core: support HPI send command by Jaehoon Chung · 13 years ago
  94. 881d1c2 mmc: core: Add cache control for eMMC4.5 device by Seungwon Jeon · 13 years ago
  95. 71fe3eb mmc: core: Modify the timeout value for writing power class by Seungwon Jeon · 13 years ago
  96. b3bf915 mmc: core: new discard feature support at eMMC v4.5 by Kyungmin Park · 13 years ago
  97. bec8726 mmc: core: Add Power Off Notify Feature eMMC 4.5 by Girish K S · 13 years ago
  98. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  99. b23cf0b mmc: core: Add default timeout value for CMD6 by Seungwon Jeon · 13 years ago
  100. e0c368d mmc: core: general purpose MMC partition support. by Namjae Jeon · 13 years ago