1. 3fcf271 Merge 4.9.191 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  2. c7ed5c0 mmc: core: Fix init of SD cards reporting an invalid VDD range by Ulf Hansson · 5 years ago
  3. 3f006d4 Merge 4.9.180 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  4. 48b759f mmc: core: Verify SD bus width by Raul E Rangel · 5 years ago
  5. 12cae95 Merge 4.9.67 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. c814d67 mmc: core: prepend 0x to OCR entry in sysfs by Bastian Stender · 7 years ago
  7. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 8 years ago
  8. 0a3f562 ANDROID: mmc: sd: Add retries in re-detection by San Mehat · 16 years ago
  9. 3d1bf52 ANDROID: mmc: sd: When resuming, try a little harder to init the card by San Mehat · 16 years ago
  10. 6bb7b60 ANDROID: mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD detection by San Mehat · 16 years ago
  11. efd16f7 mmc: sd: Meet alignment requirements for raw_ssr DMA by Paul Burton · 8 years ago
  12. 5275a65 mmc: sd: Export SD Status via “ssr” device attribute by Uri Yanai · 8 years ago
  13. 6825a60 mmc: core: Extend sysfs with DSR register by Bojan Prtvar · 8 years ago
  14. 5fb06af mmc: core: Extend sysfs with OCR register by Bojan Prtvar · 8 years ago
  15. 0076c71e mmc: core: remove redundant memset of mmc_decode_cid by Shawn Lin · 9 years ago
  16. e10c321 mmc: core: Enable tuning according to the actual timing by Carlo Caione · 9 years ago
  17. d981278 mmc: sd: limit SD card power limit according to cards capabilities by Russell King · 9 years ago
  18. 520322d mmc: It is not an error for the card to be removed while suspended by Adrian Hunter · 9 years ago
  19. c29536e mmc: core: Make runtime resume default behavior for MMC/SD by Ulf Hansson · 9 years ago
  20. 2860d06 mmc: skip reclaiming host on mmc_add_card() error by Sergei Shtylyov · 9 years ago
  21. 9eadcc0 mmc: core: Remove MMC_CLKGATE by Ulf Hansson · 9 years ago
  22. 4324f6d mmc: core: enable CMD19 tuning for DDR50 mode by Weijun Yang · 9 years ago
  23. bf8b851 mmc: sd: Remove superfluous error code assignment by Yousong Zhou · 9 years ago
  24. 3056c49 mmc: core: Remove redundant ->power_restore() callback for SD by Ulf Hansson · 9 years ago
  25. 3853a04 mmc: core: Record card drive strength by Adrian Hunter · 10 years ago
  26. e23350b mmc: core: Factor out common code in drive strength selection by Adrian Hunter · 10 years ago
  27. f168359 mmc: core: Add 'card' to drive strength selection callback by Adrian Hunter · 10 years ago
  28. fa021ce mmc: core: Simplify card drive strength mask by Adrian Hunter · 10 years ago
  29. b4f30a1 mmc: core: Allow card drive strength to be different to host by Adrian Hunter · 10 years ago
  30. 9f6e0bf mmc: Add support for disabling write-protect detection by Lars-Peter Clausen · 9 years ago
  31. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  32. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  33. 63e415c mmc: core: Simplify by adding mmc_execute_tuning() by Adrian Hunter · 10 years ago
  34. dc0ecfe mmc: sd: add reset bus_ops callback by Johan Rudholm · 10 years ago
  35. eac8632 mmc: core: Support the optional init_card() callback for MMC and SD by Doug Anderson · 10 years ago
  36. 6606110 mmc: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  37. 3d705d1 mmc: implement Driver Stage Register handling by Sascha Hauer · 10 years ago
  38. cdc9917 mmc: drop the speed mode of card's state by Seungwon Jeon · 10 years ago
  39. d1e5821 mmc: Convert to use ATTRIBUTE_GROUPS by Axel Lin · 11 years ago
  40. 2501c91 mmc: core: Use MMC_UNSAFE_RESUME as default behavior by Ulf Hansson · 11 years ago
  41. 9288cac mmc: core: sd: implement proper support for sd3.0 au sizes by Wolfram Sang · 11 years ago
  42. 4d22378 mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume by Ulf Hansson · 11 years ago
  43. 0cb403a mmc: core: Improve runtime PM support during suspend/resume for sd/mmc by Ulf Hansson · 11 years ago
  44. 0cc81a8 mmc: core: Remove redundant mmc_power_up|off at runtime callbacks by Ulf Hansson · 11 years ago
  45. 9ec775f mmc: Don't force card to active state when entering suspend/shutdown by Ulf Hansson · 11 years ago
  46. 726d6f2 mmc: core: Collect common code for card ocr validation by Ulf Hansson · 11 years ago
  47. ce69d37 mmc: core: Prevent violation of specs while initializing cards by Ulf Hansson · 11 years ago
  48. 6904115 mmc: core: Move cached value of the negotiated ocr mask to card struct by Ulf Hansson · 11 years ago
  49. 0f791fd mmc: core: Let mmc_set_signal_voltage take ocr as parameter by Ulf Hansson · 11 years ago
  50. 4a06519 mmc: core: Let mmc_power_up|cycle take ocr as parameter by Ulf Hansson · 11 years ago
  51. 77776fd mmc: sd: fix the maximum au_size for SD3.0 by Jaehoon Chung · 11 years ago
  52. 7fca967 mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_card by Wei WANG · 11 years ago
  53. 5992e78 mmc: core: Add shutdown callback for SD bus_ops by Ulf Hansson · 11 years ago
  54. 7459026 mmc: core: Push common suspend|resume code into each bus_ops by Ulf Hansson · 11 years ago
  55. c4d770d mmc: core: Support aggressive power management for (e)MMC/SD by Ulf Hansson · 11 years ago
  56. e94cfef mmc: block: Enable runtime pm for mmc blkdevice by Ulf Hansson · 11 years ago
  57. 810e08e mmc: core: Only execute tuning for SDR50 and SDR104 by Fredrik Soderstedt · 11 years ago
  58. 5298338 mmc: sdhci: enhance preset value function by Kevin Liu · 12 years ago
  59. 0797e5f mmc: core: Fixup signal voltage switch by Johan Rudholm · 12 years ago
  60. 567c890 mmc: core: Break out start_signal_voltage_switch by Johan Rudholm · 12 years ago
  61. 3f8a7fa mmc: sd: Simplify by using mmc_host_uhs by Johan Rudholm · 12 years ago
  62. 108ecc4 mmc: core: reset signal voltage on power up by Aaron Lu · 12 years ago
  63. 55c4665 mmc: sd: Fix sd current limit setting by Aaron Lu · 12 years ago
  64. a39ca6ae mmc: core: Simplify and fix for SD switch processing by Aaron Lu · 12 years ago
  65. b63b5e8 mmc: core: correct invalid error checking by Alan Cox · 12 years ago
  66. 0aa6770 mmc: sdhci: only set 200mA support for 1.8v if 200mA is available by Philip Rakity · 12 years ago
  67. 85e727e mmc: core: return an error on suspend if mmc_deselect_cards fails by Jaehoon Chung · 12 years ago
  68. e774747 mmc: core: Fixup suspend/resume issues for UHS-I cards by Ulf Hansson · 13 years ago
  69. 2c4967f74 mmc: core: Ensure clocks are always enabled before host interaction by Sujit Reddy Thumma · 13 years ago
  70. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 13 years ago
  71. d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 13 years ago
  72. a303c53 mmc: sdio: support SDIO UHS cards by Philip Rakity · 13 years ago
  73. fffe5d5 mmc: sd: Macro name cleanup for high speed dtr by Qiang Liu · 13 years ago
  74. 0205a90 mmc: Fix implicit use of stat.h header in associated files by Paul Gortmaker · 13 years ago
  75. f2815f6 mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed mode by Subhash Jadavani · 13 years ago
  76. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  77. 4466903 mmc: core: Set correct bus mode before card init by Stefan Nilsson XK · 13 years ago
  78. 7f7e412 mmc: core: Fix hangs related to insert/remove of cards by Ulf Hansson · 13 years ago
  79. 93c712f mmc: sd: UHS-I bus speed should be set last in UHS initialization by Subhash Jadavani · 13 years ago
  80. ca8e99b mmc: core: Set non-default Drive Strength via platform hook by Philip Rakity · 13 years ago
  81. f0d8997 mmc: core: Block CMD23 support for UHS104/SDXC cards. by Andrei Warkentin · 13 years ago
  82. 261bbd4 mmc: core: eMMC signal voltage does not use CMD11 by Philip Rakity · 13 years ago
  83. 4d55c5a mmc: sdhci: enable preset value after uhs initialization by Arindam Nath · 13 years ago
  84. b513ea2 mmc: sd: add support for tuning during uhs initialization by Arindam Nath · 13 years ago
  85. 3a30351 mmc: sd: report correct speed and capacity of uhs cards by Arindam Nath · 13 years ago
  86. 5371c92 mmc: sd: set current limit for uhs cards by Arindam Nath · 13 years ago
  87. 49c468f mmc: sd: add support for uhs bus speed mode selection by Arindam Nath · 13 years ago
  88. d6d50a1 mmc: sd: add support for driver type selection by Arindam Nath · 13 years ago
  89. 013909c mmc: sd: query function modes for uhs cards by Arindam Nath · 13 years ago
  90. f2119df mmc: sd: add support for signal voltage switch procedure by Arindam Nath · 13 years ago
  91. ce10149 mmc: Ensure prototypes for SD API are visible in sd.c by Mark Brown · 14 years ago
  92. 807e8e4 mmc: Fix sd/sdio/mmc initialization frequency retries by Andy Ross · 14 years ago
  93. 8f230f4 mmc: Add support for JMicron 388 SD/MMC controller by Takashi Iwai · 14 years ago
  94. 12ae637 mmc: propagate power save/restore ops return value by Ohad Ben-Cohen · 14 years ago
  95. 71d7d3d mmc: Add helper function to check if a card is removable by Matt Fleming · 14 years ago
  96. dfe86cb mmc: add erase, secure erase, trim and secure trim operations by Adrian Hunter · 14 years ago
  97. 71578a1 mmc: split mmc_sd_init_card() by Michal Miroslaw · 14 years ago
  98. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  99. bd68e08 mmc: add module parameter to set whether cards are assumed removable by Ben Hutchings · 15 years ago
  100. 95cdfb7 mmc: propagate error codes back from bus drivers' suspend/resume methods by Nicolas Pitre · 15 years ago