1. 93c712f mmc: sd: UHS-I bus speed should be set last in UHS initialization by Subhash Jadavani · 13 years ago
  2. 50a50f9 mmc: core: use non-reentrant workqueue for clock gating by Mika Westerberg · 13 years ago
  3. 778e277 mmc: core: prevent aggressive clock gating racing with ios updates by Mika Westerberg · 13 years ago
  4. 08c1407 mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release} by Mika Westerberg · 13 years ago
  5. 7435bb7 mmc: core: use defined R1_STATE_PRG macro for card status by Jaehoon Chung · 13 years ago
  6. 38ca285 mmc: core: Detect eMMC v4.5 ext_csd entries by Kyungmin Park · 13 years ago
  7. 35eb6db notifiers: pm: move pm notifiers into suspend.h by Amerigo Wang · 13 years ago
  8. bb9cab9 mmc: print debug messages for runtime PM actions by Daniel Drake · 13 years ago
  9. ecc0244 mmc: fix runtime PM with -ENOSYS suspend case by Ohad Ben-Cohen · 13 years ago
  10. ca8e99b mmc: core: Set non-default Drive Strength via platform hook by Philip Rakity · 13 years ago
  11. aa8b683 mmc: core: add non-blocking mmc request function by Per Forlin · 13 years ago
  12. e056a1b mmc: queue: let host controllers specify maximum discard timeout by Adrian Hunter · 13 years ago
  13. f39b2dd mmc: core: Bus width testing needs to handle suspend/resume by Philip Rakity · 13 years ago
  14. 4cf8c6d mmc: core: make erase timeout calculation allow for gated clock by Adrian Hunter · 13 years ago
  15. c6e633a mmc: sdio: reset card during power_restore by Daniel Drake · 13 years ago
  16. 297c7f2 mmc: sdio: fix runtime PM path during driver removal by Ohad Ben-Cohen · 13 years ago
  17. 8c1c77f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  18. 08ee80c mmc: core: eMMC bus width may not work on all platforms by Philip Rakity · 13 years ago
  19. f0d8997 mmc: core: Block CMD23 support for UHS104/SDXC cards. by Andrei Warkentin · 13 years ago
  20. 06b2233 mmc: core: duplicated trial with same freq in mmc_rescan_try_freq() by Jaehoon Chung · 13 years ago
  21. 4c4cb17 mmc: core: add support for eMMC Dual Data Rate by Philip Rakity · 13 years ago
  22. 261bbd4 mmc: core: eMMC signal voltage does not use CMD11 by Philip Rakity · 13 years ago
  23. a8e6df7 mmc: core: clear MMC_PM_KEEP_POWER flag on resume by Eliad Peller · 13 years ago
  24. 06e8935 mmc: sdio: optimized SDIO IRQ handling for single irq by Stefan Nilsson XK · 13 years ago
  25. 4d55c5a mmc: sdhci: enable preset value after uhs initialization by Arindam Nath · 13 years ago
  26. b513ea2 mmc: sd: add support for tuning during uhs initialization by Arindam Nath · 13 years ago
  27. 3a30351 mmc: sd: report correct speed and capacity of uhs cards by Arindam Nath · 13 years ago
  28. 5371c92 mmc: sd: set current limit for uhs cards by Arindam Nath · 13 years ago
  29. 49c468f mmc: sd: add support for uhs bus speed mode selection by Arindam Nath · 13 years ago
  30. d6d50a1 mmc: sd: add support for driver type selection by Arindam Nath · 13 years ago
  31. 013909c mmc: sd: query function modes for uhs cards by Arindam Nath · 13 years ago
  32. f2119df mmc: sd: add support for signal voltage switch procedure by Arindam Nath · 13 years ago
  33. cb87ea2 mmc: core: Add mmc CMD+ACMD passthrough ioctl by John Calixto · 14 years ago
  34. 24f5b53 mmc: initialize struct mmc_request at declaration time by Chris Ball · 14 years ago
  35. a61ad2b mmc: initialize struct mmc_data at declaration time by Chris Ball · 14 years ago
  36. 1278dba mmc: initialize struct mmc_command at declaration time by Chris Ball · 14 years ago
  37. 30574ed mmc: core: Fix use of uninitialized data in mmc_send_if_cond. by Chris Ball · 14 years ago
  38. 87f6119 mmc: core: Fix use of uninitialized data in mmc_cmd_app. by Andrei Warkentin · 14 years ago
  39. 371a689 mmc: MMC boot partitions support. by Andrei Warkentin · 14 years ago
  40. d3a8d95 mmc: core: Allow setting CMD timeout for CMD6 (SWITCH). by Andrei Warkentin · 14 years ago
  41. eaa02f7 mmc: core: Rename erase_timeout to cmd_timeout_ms. by Andrei Warkentin · 14 years ago
  42. 32780cd mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID. by Andrei Warkentin · 14 years ago
  43. f317dfe mmc: core: fix memory leak in mmc_add_host by Wolfram Sang · 14 years ago
  44. 14e7dc7 mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CD by Ohad Ben-Cohen · 14 years ago
  45. 2059a02 mmc: add MMC_QUIRK_DISABLE_CD by Ohad Ben-Cohen · 14 years ago
  46. 0b4043d mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IF by Ohad Ben-Cohen · 14 years ago
  47. eab4068 mmc: add MMC_QUIRK_NONSTD_FUNC_IF by Ohad Ben-Cohen · 14 years ago
  48. 6b93d01f mmc: do not switch to 1-bit mode if not required by Ohad Ben-Cohen · 14 years ago
  49. a5e9425 mmc: mmc_card_keep_power cleanups by Ohad Ben-Cohen · 14 years ago
  50. f4c5522 mmc: Reliable write support. by Andrei Warkentin · 14 years ago
  51. 41e2a48 mmc: Ensure linux starts in eMMC user partition by Philip Rakity · 14 years ago
  52. 86f315b Revert "mmc: fix a race between card-detect rescan and clock-gate work instances" by Chris Ball · 13 years ago
  53. 26fc877 mmc: fix a race between card-detect rescan and clock-gate work instances by Guennadi Liakhovetski · 14 years ago
  54. 9bc2184 mmc: core: mmc_add_card(): fix missing break in switch statement by Michał Mirosław · 14 years ago
  55. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  56. 4f665cb mmc: fix mmc_app_send_scr() for dma transfer by Yoshihiro Shimoda · 14 years ago
  57. b33d46c mmc: core: reset card voltage after power off by Ulf Hansson · 14 years ago
  58. ab1efd2 mmc: core: export function mmc_do_release_host() by Ulf Hansson · 14 years ago
  59. 0aab399 mmc: sdio: remember new card RCA when redetecting card by Stefan Nilsson XK · 14 years ago
  60. b676f03 mmc: check if mmc cards < 2GB do sector addressing by Philip Rakity · 14 years ago
  61. 2f94e55 mmc: core: comment on why sdio_reset is done at init time by Philip Rakity · 14 years ago
  62. ce10149 mmc: Ensure prototypes for SD API are visible in sd.c by Mark Brown · 14 years ago
  63. 12f8ef8 mmc: remove BROKEN_CLK_GATING quirk for wl1271 by Pierre Tardy · 14 years ago
  64. db99350 mmc: add MMC_QUIRK_BROKEN_CLK_GATING by Pierre Tardy · 14 years ago
  65. 57f0adc mmc: add per device quirk placeholder by Pierre Tardy · 14 years ago
  66. 66c036e mmc: put the led blinking code after clock ungating by Pierre Tardy · 14 years ago
  67. 709de99 mmc: export eMMC4.4 enhanced area details to sysfs by Chuanxiao Dong · 14 years ago
  68. 687530b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  69. bad3bab mmc: fix CONFIG_MMC_UNSAFE_RESUME regression by Ohad Ben-Cohen · 14 years ago
  70. 3449791 mmc: sdio: Allow sdio operations in other threads during sdio_add_func() by Dmitry Shmidt · 14 years ago
  71. e9b8684 mmc: fix division by zero in MMC core by Linus Walleij · 14 years ago
  72. 1a2727e mmc: Register debugfs dir before calling card probe function. by Viresh Kumar · 14 years ago
  73. c584179 mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan. by Chris Ball · 14 years ago
  74. 807e8e4 mmc: Fix sd/sdio/mmc initialization frequency retries by Andy Ross · 14 years ago
  75. 08c82df mmc: fix mmc_set_bus_width_ddr() call without bus-width-test cap by Takashi Iwai · 14 years ago
  76. c288b85 mmc: check for > 1 clk_requests when disabling gating by Linus Walleij · 14 years ago
  77. 22113ef mmc: Test bus-width for old MMC devices by Aries Lee · 14 years ago
  78. e6f29a8 mmc: fix detection of memory part of SD-combo card with broken SDIO by Michal Miroslaw · 14 years ago
  79. 080bc97 mmc: sdio: don't reinitialize nonremovable powered-resumed cards by Ohad Ben-Cohen · 14 years ago
  80. e594573 mmc: sdio: don't power up cards on system suspend by Ohad Ben-Cohen · 14 years ago
  81. 30201e7 mmc: skip detection of nonremovable cards on rescan by Ohad Ben-Cohen · 14 years ago
  82. 8f230f4 mmc: Add support for JMicron 388 SD/MMC controller by Takashi Iwai · 14 years ago
  83. 0456683 mmc: Aggressive clock gating framework by Linus Walleij · 14 years ago
  84. 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
  85. 0d9ee5b mmc: update workqueue usages by Tejun Heo · 14 years ago
  86. 274476f mmc: Fix re-probing with PM_POST_RESTORE notification by Takashi Iwai · 14 years ago
  87. ed919b0 mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARD by Ohad Ben-Cohen · 14 years ago
  88. 4d0812c mmc: sdio: fix nasty oops in mmc_sdio_detect by Ohad Ben-Cohen · 14 years ago
  89. d9bcbf3 mmc: fix rmmod race for hosts using card-detection polling by Guennadi Liakhovetski · 14 years ago
  90. 25d5c69 mmc: Fix printing of card DDR type by Philip Rakity · 14 years ago
  91. 703aae3 mmc: add a file to debugfs for changing host clock at runtime by Andy Shevchenko · 14 years ago
  92. ed2a978 mmc: sdio: support suspend/resume while runtime suspended by Ohad Ben-Cohen · 14 years ago
  93. 87973ba mmc: sdio: ensure mmc_sdio_detect is powered by Ohad Ben-Cohen · 14 years ago
  94. 40bba0c mmc: sdio: enable runtime PM for SDIO functions by Ohad Ben-Cohen · 14 years ago
  95. 8196856 mmc: sdio: enable runtime PM for SDIO cards by Ohad Ben-Cohen · 14 years ago
  96. 80fd933 mmc: sdio: use the generic runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  97. 516d5cc mmc: add runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  98. d3fe37b mmc: sdio: add power_restore support by Ohad Ben-Cohen · 14 years ago
  99. 12ae637 mmc: propagate power save/restore ops return value by Ohad Ben-Cohen · 14 years ago
  100. 9b966aa mmc: sdio: fully reconfigure oldcard on resume by Ohad Ben-Cohen · 14 years ago