1. 7c57091 mmc: core: Do not pre-claim host in suspend by Ulf Hansson · 12 years ago
  2. 2830281 mmc: fixes for eMMC v4.5 sanitize operation by Adrian Hunter · 12 years ago
  3. 7194efb mmc: fixes for eMMC v4.5 discard operation by Adrian Hunter · 12 years ago
  4. 3bdc9ba mmc: use really long write timeout to deal with crappy cards by Paul Walmsley · 12 years ago
  5. 956d9fd mmc: core: Clean up after mmc_pre_req if card was removed by Ulf Hansson · 12 years ago
  6. 907d2e7 mmc: start removing enable / disable API by Adrian Hunter · 12 years ago
  7. f0cc9cf mmc: core: Detect card removal on I/O error by Ulf Hansson · 12 years ago
  8. 7b2fd4f mmc: core: add a debug message for SET_BLOCK_COUNT by Jaehoon Chung · 12 years ago
  9. e774747 mmc: core: Fixup suspend/resume issues for UHS-I cards by Ulf Hansson · 12 years ago
  10. 3e73c36 mmc: core: Fix PowerOff Notify suspend/resume by Girish K S · 12 years ago
  11. 6e8201f mmc: core: add the capability for broken voltage by Jaehoon Chung · 13 years ago
  12. 2c4967f74 mmc: core: Ensure clocks are always enabled before host interaction by Sujit Reddy Thumma · 12 years ago
  13. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  14. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  15. 0db13fc mmc: fix a deadlock between system suspend and MMC block IO by Guennadi Liakhovetski · 13 years ago
  16. 8bc0678 mmc: core: Separate the timeout value for cache-ctrl by Seungwon Jeon · 13 years ago
  17. aa9df4f mmc: core: Add option to prevent eMMC sleep command by Ulf Hansson · 13 years ago
  18. 17e9ff5 mmc: core: Add claiming of hosts during mmc_cache_ctrl by Seungwon Jeon · 13 years ago
  19. d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 13 years ago
  20. 49df780 mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not defined by Sujit Reddy Thumma · 13 years ago
  21. c99872a mmc: core: Fix typo at mmc_card_sleep by Kyungmin Park · 13 years ago
  22. a80f162 mmc: core: Fix power_off_notify during suspend by Girish K S · 13 years ago
  23. 6de5fc9 mmc: core: Add quirk for long data read time by Stefan Nilsson XK · 13 years ago
  24. b6ad726 mmc: core: Prevent too long response times for suspend by Ulf Hansson · 13 years ago
  25. eb0d8f1 mmc: core: support HPI send command by Jaehoon Chung · 13 years ago
  26. 881d1c2 mmc: core: Add cache control for eMMC4.5 device by Seungwon Jeon · 13 years ago
  27. b3bf915 mmc: core: new discard feature support at eMMC v4.5 by Kyungmin Park · 13 years ago
  28. d9ddd62 mmc: core: mmc sanitize feature support for v4.5 by Kyungmin Park · 13 years ago
  29. bec8726 mmc: core: Add Power Off Notify Feature eMMC 4.5 by Girish K S · 13 years ago
  30. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  31. 08a7e1d mmc: core: move ->request() call from atomic context by Adrian Hunter · 13 years ago
  32. 6771632 mmc: block: add eMMC hardware reset support by Adrian Hunter · 13 years ago
  33. b249951 mmc: core: add eMMC hardware reset support by Adrian Hunter · 13 years ago
  34. 7c8a282 mmc: core: clarify how to use post_req in case of errors by Per Forlin · 13 years ago
  35. 4466903 mmc: core: Set correct bus mode before card init by Stefan Nilsson XK · 13 years ago
  36. 7f7e412 mmc: core: Fix hangs related to insert/remove of cards by Ulf Hansson · 13 years ago
  37. 041beb1 mmc: core: add a short delay in mmc_power_off by Daniel Drake · 13 years ago
  38. ad5fd97 mmc: fix integer assignments to pointer by Venkatraman S · 13 years ago
  39. 1b676f7 mmc: core: add random fault injection by Per Forlin · 13 years ago
  40. 778e277 mmc: core: prevent aggressive clock gating racing with ios updates by Mika Westerberg · 13 years ago
  41. 08c1407 mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release} by Mika Westerberg · 13 years ago
  42. 7435bb7 mmc: core: use defined R1_STATE_PRG macro for card status by Jaehoon Chung · 13 years ago
  43. 35eb6db notifiers: pm: move pm notifiers into suspend.h by Amerigo Wang · 13 years ago
  44. bb9cab9 mmc: print debug messages for runtime PM actions by Daniel Drake · 13 years ago
  45. aa8b683 mmc: core: add non-blocking mmc request function by Per Forlin · 13 years ago
  46. e056a1b mmc: queue: let host controllers specify maximum discard timeout by Adrian Hunter · 13 years ago
  47. 4cf8c6d mmc: core: make erase timeout calculation allow for gated clock by Adrian Hunter · 13 years ago
  48. 06b2233 mmc: core: duplicated trial with same freq in mmc_rescan_try_freq() by Jaehoon Chung · 13 years ago
  49. 4c4cb17 mmc: core: add support for eMMC Dual Data Rate by Philip Rakity · 13 years ago
  50. 261bbd4 mmc: core: eMMC signal voltage does not use CMD11 by Philip Rakity · 13 years ago
  51. a8e6df7 mmc: core: clear MMC_PM_KEEP_POWER flag on resume by Eliad Peller · 13 years ago
  52. d6d50a1 mmc: sd: add support for driver type selection by Arindam Nath · 13 years ago
  53. f2119df mmc: sd: add support for signal voltage switch procedure by Arindam Nath · 13 years ago
  54. 24f5b53 mmc: initialize struct mmc_request at declaration time by Chris Ball · 13 years ago
  55. 1278dba mmc: initialize struct mmc_command at declaration time by Chris Ball · 13 years ago
  56. eaa02f7 mmc: core: Rename erase_timeout to cmd_timeout_ms. by Andrei Warkentin · 13 years ago
  57. a5e9425 mmc: mmc_card_keep_power cleanups by Ohad Ben-Cohen · 13 years ago
  58. b33d46c mmc: core: reset card voltage after power off by Ulf Hansson · 13 years ago
  59. ab1efd2 mmc: core: export function mmc_do_release_host() by Ulf Hansson · 13 years ago
  60. 2f94e55 mmc: core: comment on why sdio_reset is done at init time by Philip Rakity · 13 years ago
  61. 66c036e mmc: put the led blinking code after clock ungating by Pierre Tardy · 13 years ago
  62. bad3bab mmc: fix CONFIG_MMC_UNSAFE_RESUME regression by Ohad Ben-Cohen · 13 years ago
  63. e9b8684 mmc: fix division by zero in MMC core by Linus Walleij · 14 years ago
  64. c584179 mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan. by Chris Ball · 14 years ago
  65. 807e8e4 mmc: Fix sd/sdio/mmc initialization frequency retries by Andy Ross · 14 years ago
  66. e6f29a8 mmc: fix detection of memory part of SD-combo card with broken SDIO by Michal Miroslaw · 14 years ago
  67. e594573 mmc: sdio: don't power up cards on system suspend by Ohad Ben-Cohen · 14 years ago
  68. 30201e7 mmc: skip detection of nonremovable cards on rescan by Ohad Ben-Cohen · 14 years ago
  69. 0456683 mmc: Aggressive clock gating framework by Linus Walleij · 14 years ago
  70. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  71. 0d9ee5b mmc: update workqueue usages by Tejun Heo · 14 years ago
  72. 274476f mmc: Fix re-probing with PM_POST_RESTORE notification by Takashi Iwai · 14 years ago
  73. d9bcbf3 mmc: fix rmmod race for hosts using card-detection polling by Guennadi Liakhovetski · 14 years ago
  74. 12ae637 mmc: propagate power save/restore ops return value by Ohad Ben-Cohen · 14 years ago
  75. 49e3b5a mmc: refine DDR support by Adrian Hunter · 14 years ago
  76. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  77. 99fc513 mmc: Move regulator handling closer to core by Linus Walleij · 14 years ago
  78. 4d0b861 mmc: sdhci: mmc_rescan: reduce verbosity by Eric Bénard · 14 years ago
  79. 88ae8b8 mmc: Make ID freq configurable by Hein Tibosch · 14 years ago
  80. 71d7d3d mmc: Add helper function to check if a card is removable by Matt Fleming · 14 years ago
  81. 1c8cf9c mmc: sdio: fix SDIO suspend/resume regression by Ohad Ben-Cohen · 14 years ago
  82. dfe86cb mmc: add erase, secure erase, trim and secure trim operations by Adrian Hunter · 14 years ago
  83. 4c2ef25 mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume by Maxim Levitsky · 14 years ago
  84. 7310ece8 mmc: implement SD-combo (IO+mem) support by Michal Miroslaw · 14 years ago
  85. 1a13f8f mmc: remove the "state" argument to mmc_suspend_host() by Matt Fleming · 14 years ago
  86. 516a824 sdio: recognize io card without powercycle by Albert Herranz · 14 years ago
  87. da68c4e sdio: introduce API for special power management features by Nicolas Pitre · 14 years ago
  88. bd68e08 mmc: add module parameter to set whether cards are assumed removable by Ben Hutchings · 15 years ago
  89. 95cdfb7 mmc: propagate error codes back from bus drivers' suspend/resume methods by Nicolas Pitre · 15 years ago
  90. 53509f0 mmc: power off once at removal by Denis Karpov · 15 years ago
  91. b1ebe38 mmc: add mmc card sleep and awake support by Jarkko Lavinen · 15 years ago
  92. eae1aee mmc: add ability to save power by powering off cards by Adrian Hunter · 15 years ago
  93. 319a3f1 mmc: allow host claim / release nesting by Adrian Hunter · 15 years ago
  94. 8ea926b mmc: add 'enable' and 'disable' methods to mmc host by Adrian Hunter · 15 years ago
  95. 500f356 mmc: in mmc_power_up(), use previously selected ocr if available by Balaji Rao · 15 years ago
  96. 8dfd037 MMC core: limit minimum initialization frequency to 400kHz by Sascha Hauer · 15 years ago
  97. 94d89ef mmc: mmc_rescan detects card change in one run by Jorg Schummer · 15 years ago
  98. 79bccc5 mmc: increase power up delay by José M. Fernández · 15 years ago
  99. 0a053e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  100. 5c13941 MMC: regulator utilities by David Brownell · 15 years ago