1. 778e277 mmc: core: prevent aggressive clock gating racing with ios updates by Mika Westerberg · 13 years ago
  2. 08c1407 mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release} by Mika Westerberg · 13 years ago
  3. 7435bb7 mmc: core: use defined R1_STATE_PRG macro for card status by Jaehoon Chung · 13 years ago
  4. 35eb6db notifiers: pm: move pm notifiers into suspend.h by Amerigo Wang · 13 years ago
  5. bb9cab9 mmc: print debug messages for runtime PM actions by Daniel Drake · 13 years ago
  6. aa8b683 mmc: core: add non-blocking mmc request function by Per Forlin · 13 years ago
  7. e056a1b mmc: queue: let host controllers specify maximum discard timeout by Adrian Hunter · 13 years ago
  8. 4cf8c6d mmc: core: make erase timeout calculation allow for gated clock by Adrian Hunter · 13 years ago
  9. 06b2233 mmc: core: duplicated trial with same freq in mmc_rescan_try_freq() by Jaehoon Chung · 13 years ago
  10. 4c4cb17 mmc: core: add support for eMMC Dual Data Rate by Philip Rakity · 13 years ago
  11. 261bbd4 mmc: core: eMMC signal voltage does not use CMD11 by Philip Rakity · 13 years ago
  12. a8e6df7 mmc: core: clear MMC_PM_KEEP_POWER flag on resume by Eliad Peller · 13 years ago
  13. d6d50a1 mmc: sd: add support for driver type selection by Arindam Nath · 13 years ago
  14. f2119df mmc: sd: add support for signal voltage switch procedure by Arindam Nath · 13 years ago
  15. 24f5b53 mmc: initialize struct mmc_request at declaration time by Chris Ball · 13 years ago
  16. 1278dba mmc: initialize struct mmc_command at declaration time by Chris Ball · 13 years ago
  17. eaa02f7 mmc: core: Rename erase_timeout to cmd_timeout_ms. by Andrei Warkentin · 13 years ago
  18. a5e9425 mmc: mmc_card_keep_power cleanups by Ohad Ben-Cohen · 13 years ago
  19. b33d46c mmc: core: reset card voltage after power off by Ulf Hansson · 14 years ago
  20. ab1efd2 mmc: core: export function mmc_do_release_host() by Ulf Hansson · 14 years ago
  21. 2f94e55 mmc: core: comment on why sdio_reset is done at init time by Philip Rakity · 14 years ago
  22. 66c036e mmc: put the led blinking code after clock ungating by Pierre Tardy · 14 years ago
  23. bad3bab mmc: fix CONFIG_MMC_UNSAFE_RESUME regression by Ohad Ben-Cohen · 14 years ago
  24. e9b8684 mmc: fix division by zero in MMC core by Linus Walleij · 14 years ago
  25. c584179 mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan. by Chris Ball · 14 years ago
  26. 807e8e4 mmc: Fix sd/sdio/mmc initialization frequency retries by Andy Ross · 14 years ago
  27. e6f29a8 mmc: fix detection of memory part of SD-combo card with broken SDIO by Michal Miroslaw · 14 years ago
  28. e594573 mmc: sdio: don't power up cards on system suspend by Ohad Ben-Cohen · 14 years ago
  29. 30201e7 mmc: skip detection of nonremovable cards on rescan by Ohad Ben-Cohen · 14 years ago
  30. 0456683 mmc: Aggressive clock gating framework by Linus Walleij · 14 years ago
  31. 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
  32. 0d9ee5b mmc: update workqueue usages by Tejun Heo · 14 years ago
  33. 274476f mmc: Fix re-probing with PM_POST_RESTORE notification by Takashi Iwai · 14 years ago
  34. d9bcbf3 mmc: fix rmmod race for hosts using card-detection polling by Guennadi Liakhovetski · 14 years ago
  35. 12ae637 mmc: propagate power save/restore ops return value by Ohad Ben-Cohen · 14 years ago
  36. 49e3b5a mmc: refine DDR support by Adrian Hunter · 14 years ago
  37. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  38. 99fc513 mmc: Move regulator handling closer to core by Linus Walleij · 14 years ago
  39. 4d0b861 mmc: sdhci: mmc_rescan: reduce verbosity by Eric Bénard · 14 years ago
  40. 88ae8b8 mmc: Make ID freq configurable by Hein Tibosch · 14 years ago
  41. 71d7d3d mmc: Add helper function to check if a card is removable by Matt Fleming · 14 years ago
  42. 1c8cf9c mmc: sdio: fix SDIO suspend/resume regression by Ohad Ben-Cohen · 14 years ago
  43. dfe86cb mmc: add erase, secure erase, trim and secure trim operations by Adrian Hunter · 14 years ago
  44. 4c2ef25 mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume by Maxim Levitsky · 14 years ago
  45. 7310ece mmc: implement SD-combo (IO+mem) support by Michal Miroslaw · 14 years ago
  46. 1a13f8f mmc: remove the "state" argument to mmc_suspend_host() by Matt Fleming · 14 years ago
  47. 516a824 sdio: recognize io card without powercycle by Albert Herranz · 15 years ago
  48. da68c4e sdio: introduce API for special power management features by Nicolas Pitre · 15 years ago
  49. bd68e08 mmc: add module parameter to set whether cards are assumed removable by Ben Hutchings · 15 years ago
  50. 95cdfb7 mmc: propagate error codes back from bus drivers' suspend/resume methods by Nicolas Pitre · 15 years ago
  51. 53509f0 mmc: power off once at removal by Denis Karpov · 15 years ago
  52. b1ebe38 mmc: add mmc card sleep and awake support by Jarkko Lavinen · 15 years ago
  53. eae1aee mmc: add ability to save power by powering off cards by Adrian Hunter · 15 years ago
  54. 319a3f1 mmc: allow host claim / release nesting by Adrian Hunter · 15 years ago
  55. 8ea926b mmc: add 'enable' and 'disable' methods to mmc host by Adrian Hunter · 15 years ago
  56. 500f356 mmc: in mmc_power_up(), use previously selected ocr if available by Balaji Rao · 15 years ago
  57. 8dfd037 MMC core: limit minimum initialization frequency to 400kHz by Sascha Hauer · 15 years ago
  58. 94d89ef mmc: mmc_rescan detects card change in one run by Jorg Schummer · 15 years ago
  59. 79bccc5 mmc: increase power up delay by José M. Fernández · 16 years ago
  60. 0a053e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 15 years ago
  61. 5c13941 MMC: regulator utilities by David Brownell · 16 years ago
  62. c0c8887 mmc_spi: allow higher timeouts for SPI mode by Wolfgang Muees · 16 years ago
  63. d3096f8 mmc: During unsafe resume, select the right volatge for the card by Balaji Rao · 16 years ago
  64. 7de427d mmc: delayed_work was never cancelled by Jorg Schummer · 16 years ago
  65. f6e10b8 mmc: warn about voltage mismatches by David Brownell · 16 years ago
  66. 86e8286 mmc: Add mmc_vddrange_to_ocrmask() helper function by Anton Vorontsov · 16 years ago
  67. 493890e mmc: increase SD write timeout for crappy cards by Pierre Ossman · 16 years ago
  68. a84756c mmc: properly iterate over sg list in debug check by Pierre Ossman · 16 years ago
  69. ad3868b mmc,sdio: helper function for transfer padding by Pierre Ossman · 16 years ago
  70. 28f5248 mmc: add support for card-detection polling by Anton Vorontsov · 16 years ago
  71. 98b843b mmc: proper prototypes for mmc_attach_*() by Adrian Bunk · 16 years ago
  72. 261172f mmc: make __mmc_release_bus() static by Adrian Bunk · 16 years ago
  73. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  74. af8350c mmc: add led trigger by Pierre Ossman · 17 years ago
  75. af51715 MMC core learns about SPI by David Brownell · 17 years ago
  76. f9996ae mmc: increase power up delay by Pierre Ossman · 17 years ago
  77. d84075c8 mmc: replace BUG_ON with WARN_ON by Pierre Ossman · 17 years ago
  78. e6f918b mmc: fix sdio timeout calculation by Pierre Ossman · 17 years ago
  79. ce252ed mmc: fix incorrect divisor in debug output by Pierre Ossman · 17 years ago
  80. 2342f33 sdio: allow for mmc_claim_host to be aborted by Nicolas Pitre · 17 years ago
  81. 2607496 mmc: initialize mmc subsystem with subsys_initcall() by Nicolas Pitre · 17 years ago
  82. e29a7d7 mmc: basic SDIO device model by Pierre Ossman · 17 years ago
  83. 5c4e6f1 mmc: detect SDIO cards by Pierre Ossman · 17 years ago
  84. b146d26 mmc: mmc_set_data_timeout() parameter write is redundant by Pierre Ossman · 17 years ago
  85. 17b0429 mmc: remove custom error codes by Pierre Ossman · 17 years ago
  86. 3936185 drivers/mmc/core/: make 3 functions static by Adrian Bunk · 17 years ago
  87. e4d2170 mmc: proper debugging output in core by Pierre Ossman · 17 years ago
  88. cf795bf mmc: add a might_sleep() to mmc_claim_host() by Pierre Ossman · 17 years ago
  89. 67a61c4 mmc: update kerneldoc by Pierre Ossman · 17 years ago
  90. ffce2e7 mmc: move layer init and workqueue to core file by Pierre Ossman · 17 years ago
  91. b93931a mmc: refactor host class handling by Pierre Ossman · 17 years ago
  92. 4101c16 mmc: refactor bus operations by Pierre Ossman · 17 years ago
  93. 01f41ec mmc build fix by Andrew Morton · 17 years ago
  94. 1efd48b mmc: use lock instead of claim in debug check by Pierre Ossman · 17 years ago
  95. 6abaa0c mmc: support unsafe resume of cards by Pierre Ossman · 17 years ago
  96. 7ea239d mmc: add bus handler by Pierre Ossman · 18 years ago
  97. da7fbe5 mmc: Separate out protocol ops by Pierre Ossman · 18 years ago
  98. aaac1b4 mmc: Move core functions to subdir by Pierre Ossman · 18 years ago[Renamed (99%) from drivers/mmc/mmc.c]
  99. b855885 mmc: deprecate mmc bus topology by Pierre Ossman · 18 years ago
  100. b5af25b mmc: remove card upon suspend by Pierre Ossman · 17 years ago