1. a0747eb mmc: core: remove redundant memset of sdio_read_cccr by Shawn Lin · 8 years ago
  2. 0076c71e mmc: core: remove redundant memset of mmc_decode_cid by Shawn Lin · 8 years ago
  3. 07d97d8 mmc: core: report tuning command execution failure reason by Russell King · 8 years ago
  4. cf92574 mmc: core: improve mmc_of_parse_voltage() to return better status by Russell King · 8 years ago
  5. 10a16a0 mmc: core: shut up "voltage-ranges unspecified" pr_info() by Russell King · 8 years ago
  6. ed9feec mmc: sanitize 'bus width' in debug output by Wolfram Sang · 8 years ago
  7. 6067baf mmc: core: use the defined function to check whether card is removable by Jaehoon Chung · 8 years ago
  8. 4ec96b4 mmc: make MAN_BKOPS_EN message a debug by Wolfram Sang · 8 years ago
  9. ccf7bfd mmc: core: enable mmc host device to suspend/resume asynchronously by Fu, Zhonghui · 8 years ago
  10. e5905ff mmc: debugfs: Add a restriction to mmc debugfs clock setting by Chuanxiao Dong · 8 years ago
  11. 0899e74 mmc: remove unnecessary assignment statements before return by Masahiro Yamada · 8 years ago
  12. 62c03ca mmc: core: pwrseq_simple: remove unused header file by Peter Chen · 8 years ago
  13. 64a67d4 mmc: pwrseq_simple: Make reset-gpios optional to match doc by Martin Fuzzey · 8 years ago
  14. 07cbeea mmc: sdio_cis: fix unknown tuple for CISTPL_SDIO_STD by Shawn Lin · 8 years ago
  15. 0036e74 mmc: debugfs: correct wrong voltage value by Chuanxiao Dong · 8 years ago
  16. e10c321 mmc: core: Enable tuning according to the actual timing by Carlo Caione · 8 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. 520bd7a mmc: core: Optimize boot time by detecting cards simultaneously by Ulf Hansson · 9 years ago
  20. 3bbb0de mmc: core: fix __mmc_switch timeout caused by preempt by Chaotian Jing · 9 years ago
  21. ec076cd mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously by Fu, Zhonghui · 9 years ago
  22. d9bfbb9 mmc: sdio: Fix invalid vdd in voltage switch power cycle by Adrian Hunter · 9 years ago
  23. adb24d4 mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400 by Wenkai Du · 9 years ago
  24. 100a606 mmc: core: Introduce MMC_CAP2_NO_SDIO cap by Carlo Caione · 9 years ago
  25. fb0229d mmc: fix mmc_{un,}register_pm_notifier prototypes by Arnd Bergmann · 9 years ago
  26. ffedbd2 mmc: pwrseq: constify mmc_pwrseq_ops structures by Julia Lawall · 9 years ago
  27. 6e1bbc5 mmc: core: set regulator not found message as debug by ludovic.desroches@atmel.com · 9 years ago
  28. 1ff2575 mmc: core: Check for non-removable cards earlier in the error path by Ulf Hansson · 9 years ago
  29. 8dede18 mmc: core: Refactor code to register the MMC PM notifier by Ulf Hansson · 9 years ago
  30. c29536e mmc: core: Make runtime resume default behavior for MMC/SD by Ulf Hansson · 9 years ago
  31. d234d21 mmc: core: Keep host claimed in mmc_rescan() while calling host ops by Ulf Hansson · 9 years ago
  32. 8623681 mmc: core: Invoke ->card_event() callback only when needed by Ulf Hansson · 9 years ago
  33. 0dbcdc0 mmc: core: enable support for the standard "wakeup-source" property by Sudeep Holla · 9 years ago
  34. d230293 mmc: mmc: Improve reliability of mmc_select_hs400() by Adrian Hunter · 9 years ago
  35. 974007a mmc: mmc: Move mmc_switch_status() by Adrian Hunter · 9 years ago
  36. 51b12f7 mmc: mmc: Fix HS setting in mmc_select_hs400() by Adrian Hunter · 9 years ago
  37. 1815e61 mmc: mmc: Improve reliability of mmc_select_hs200() by Adrian Hunter · 9 years ago
  38. 1c6e58d mmc: pwrseq: Use highest priority for eMMC restart handler by Javier Martinez Canillas · 9 years ago
  39. 9979dbe mmc: mmc: extend the mmc_send_tuning() by Chaotian Jing · 9 years ago
  40. 794f157 mmc: core: Add DT bindings for eMMC hardware reset support by Chaotian Jing · 9 years ago
  41. 2860d06 mmc: skip reclaiming host on mmc_add_card() error by Sergei Shtylyov · 9 years ago
  42. 2086f80 mmc: core: Add mmc_regulator_set_vqmmc() by Douglas Anderson · 9 years ago
  43. 310c805 mmc: core: move ocr-bit to voltage translation into separate function by Heiko Stuebner · 9 years ago
  44. 9eadcc0 mmc: core: Remove MMC_CLKGATE by Ulf Hansson · 9 years ago
  45. 4324f6d mmc: core: enable CMD19 tuning for DDR50 mode by Weijun Yang · 9 years ago
  46. 85f4505 mmc: debugfs: implement ios show for SDR12 and SDR25 by Shawn Lin · 9 years ago
  47. 5d3f6ef mmc: Wait for card_busy before starting sdio requests by Hans de Goede · 9 years ago
  48. de98c55 mmc: Add mmc_is_io_op helper function by Hans de Goede · 9 years ago
  49. ce03727 mmc: pwrseq_simple: use GPIO descriptors array API by Javier Martinez Canillas · 9 years ago
  50. d1f23f9 mmc: debugfs: implement ios show for driver type by Shawn Lin · 9 years ago
  51. a30b551 mmc: pwrseq: use gpiod_get() instead of index 0 by Javier Martinez Canillas · 9 years ago
  52. f90d2e4 mmc: core: Convert __mmc_switch() into an internal core function by Ulf Hansson · 9 years ago
  53. bf8b851 mmc: sd: Remove superfluous error code assignment by Yousong Zhou · 9 years ago
  54. 8d1ffc8c mmc: core: Keep host claimed while invoking mmc_power_off|up() by Ulf Hansson · 9 years ago
  55. 08b137d mmc: core: Fix init_card in 52Mhz by Chaotian Jing · 9 years ago
  56. 031277d mmc: core: fix dead loop of mmc_retune by Chaotian Jing · 9 years ago
  57. 43934ec mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset by Ulf Hansson · 9 years ago
  58. 71f8a4b mmc: core: fix race condition in mmc_wait_data_done by Jialing Fu · 9 years ago
  59. b5b4ff0 mmc: block: skip trim for some kingston eMMCs by Shawn Lin · 9 years ago
  60. 90614cd mmc: host: use of_property_read_bool() by Sergei Shtylyov · 9 years ago
  61. 22d7e85 mmc: core: Fixed bug in one erase-group budget TRIM by Robin van der Gracht · 9 years ago
  62. 642c28a mmc: core: Optimize case for exactly one erase-group budget by David Jander · 9 years ago
  63. 1ef48e3 mmc: core: Attach PM domain prior probing of SDIO func driver by Ulf Hansson · 9 years ago
  64. 3056c49 mmc: core: Remove redundant ->power_restore() callback for SD by Ulf Hansson · 9 years ago
  65. 364549d mmc: core: Remove redundant ->power_restore() callback for MMC by Ulf Hansson · 9 years ago
  66. cc4f414 mmc: mmc: Add driver strength selection by Adrian Hunter · 9 years ago
  67. b097e07 mmc: mmc: Read card's valid driver strength mask by Adrian Hunter · 9 years ago
  68. 3853a04 mmc: core: Record card drive strength by Adrian Hunter · 9 years ago
  69. e23350b mmc: core: Factor out common code in drive strength selection by Adrian Hunter · 9 years ago
  70. f168359 mmc: core: Add 'card' to drive strength selection callback by Adrian Hunter · 9 years ago
  71. fa021ce mmc: core: Simplify card drive strength mask by Adrian Hunter · 9 years ago
  72. b4f30a1 mmc: core: Allow card drive strength to be different to host by Adrian Hunter · 9 years ago
  73. 75e8a22 mmc: core: Reset driver type to default by Adrian Hunter · 9 years ago
  74. 7c5209c mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8V by Doug Anderson · 9 years ago
  75. ded8a5f mmc: cast u8 to unsigned long long to avoid unexpected error by Kuninori Morimoto · 9 years ago
  76. 19f4424 mmc: dt: Allow to specify that no write protect signal is present by Lars-Peter Clausen · 9 years ago
  77. 9f6e0bf mmc: Add support for disabling write-protect detection by Lars-Peter Clausen · 9 years ago
  78. 0250fdf mmc: core: Don't print reset warning if reset is not supported by Adrian Hunter · 9 years ago
  79. bd11e8b mmc: core: Flag re-tuning is needed on CRC errors by Adrian Hunter · 9 years ago
  80. 6376f69 mmc: core: Add support for HS400 re-tuning by Adrian Hunter · 9 years ago
  81. ed16f58 mmc: core: Separate out the mmc_switch status check so it can be re-used by Adrian Hunter · 9 years ago
  82. 436f8da mmc: mmc: Hold re-tuning in mmc_sleep() by Adrian Hunter · 9 years ago
  83. 66073d8 mmc: core: Hold re-tuning while bkops ongoing by Adrian Hunter · 9 years ago
  84. 8f11d10 mmc: core: Hold re-tuning during erase commands by Adrian Hunter · 9 years ago
  85. c6dbab9 mmc: core: Hold re-tuning during switch commands by Adrian Hunter · 9 years ago
  86. 90a8148 mmc: core: Add support for re-tuning before each request by Adrian Hunter · 9 years ago
  87. 79d5a65 mmc: core: Enable / disable re-tuning by Adrian Hunter · 9 years ago
  88. dfa13eb mmc: host: Add facility to support re-tuning by Adrian Hunter · 9 years ago
  89. 1fb654f mmc: sdio: add reset callback to bus operations by Andreas Fenkart · 9 years ago
  90. 184af16 mmc: core: add missing pm event in mmc_pm_notify to fix hib restore by Grygorii Strashko · 9 years ago
  91. 96541ba Revert "mmc: core: Convert mmc_driver to device_driver" by Ulf Hansson · 9 years ago
  92. 636efbc mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc() by Javier Martinez Canillas · 9 years ago
  93. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  94. 81f8a7b mmc: Add support for marking hpi as broken through devicetree by Hans de Goede · 9 years ago
  95. 9250aea mmc: core: Enable runtime PM management of host devices by Ulf Hansson · 9 years ago
  96. 4043326 mmc: core: Remove the ->enable|disable() callbacks by NeilBrown · 9 years ago
  97. 303dbed mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus. by NeilBrown · 9 years ago
  98. 0f12a0c mmc: pwrseq: simplify alloc/free hooks by Alexandre Courbot · 9 years ago
  99. 6b7a783 mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_alloc by NeilBrown · 9 years ago
  100. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 9 years ago