1. f90d2e4 mmc: core: Convert __mmc_switch() into an internal core function by Ulf Hansson · 9 years ago
  2. bf8b851 mmc: sd: Remove superfluous error code assignment by Yousong Zhou · 9 years ago
  3. 8d1ffc8c mmc: core: Keep host claimed while invoking mmc_power_off|up() by Ulf Hansson · 9 years ago
  4. 08b137d mmc: core: Fix init_card in 52Mhz by Chaotian Jing · 9 years ago
  5. 031277d mmc: core: fix dead loop of mmc_retune by Chaotian Jing · 9 years ago
  6. 43934ec mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset by Ulf Hansson · 9 years ago
  7. 71f8a4b mmc: core: fix race condition in mmc_wait_data_done by Jialing Fu · 9 years ago
  8. b5b4ff0 mmc: block: skip trim for some kingston eMMCs by Shawn Lin · 9 years ago
  9. 90614cd mmc: host: use of_property_read_bool() by Sergei Shtylyov · 9 years ago
  10. 22d7e85 mmc: core: Fixed bug in one erase-group budget TRIM by Robin van der Gracht · 9 years ago
  11. 642c28a mmc: core: Optimize case for exactly one erase-group budget by David Jander · 9 years ago
  12. 1ef48e3 mmc: core: Attach PM domain prior probing of SDIO func driver by Ulf Hansson · 9 years ago
  13. 3056c49 mmc: core: Remove redundant ->power_restore() callback for SD by Ulf Hansson · 9 years ago
  14. 364549d mmc: core: Remove redundant ->power_restore() callback for MMC by Ulf Hansson · 9 years ago
  15. cc4f414 mmc: mmc: Add driver strength selection by Adrian Hunter · 10 years ago
  16. b097e07 mmc: mmc: Read card's valid driver strength mask by Adrian Hunter · 10 years ago
  17. 3853a04 mmc: core: Record card drive strength by Adrian Hunter · 10 years ago
  18. e23350b mmc: core: Factor out common code in drive strength selection by Adrian Hunter · 10 years ago
  19. f168359 mmc: core: Add 'card' to drive strength selection callback by Adrian Hunter · 10 years ago
  20. fa021ce mmc: core: Simplify card drive strength mask by Adrian Hunter · 10 years ago
  21. b4f30a1 mmc: core: Allow card drive strength to be different to host by Adrian Hunter · 10 years ago
  22. 75e8a22 mmc: core: Reset driver type to default by Adrian Hunter · 10 years ago
  23. 7c5209c mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8V by Doug Anderson · 10 years ago
  24. ded8a5f mmc: cast u8 to unsigned long long to avoid unexpected error by Kuninori Morimoto · 10 years ago
  25. 19f4424 mmc: dt: Allow to specify that no write protect signal is present by Lars-Peter Clausen · 10 years ago
  26. 9f6e0bf mmc: Add support for disabling write-protect detection by Lars-Peter Clausen · 10 years ago
  27. 0250fdf mmc: core: Don't print reset warning if reset is not supported by Adrian Hunter · 10 years ago
  28. bd11e8b mmc: core: Flag re-tuning is needed on CRC errors by Adrian Hunter · 10 years ago
  29. 6376f69 mmc: core: Add support for HS400 re-tuning by Adrian Hunter · 10 years ago
  30. ed16f58 mmc: core: Separate out the mmc_switch status check so it can be re-used by Adrian Hunter · 10 years ago
  31. 436f8da mmc: mmc: Hold re-tuning in mmc_sleep() by Adrian Hunter · 10 years ago
  32. 66073d8 mmc: core: Hold re-tuning while bkops ongoing by Adrian Hunter · 10 years ago
  33. 8f11d10 mmc: core: Hold re-tuning during erase commands by Adrian Hunter · 10 years ago
  34. c6dbab9 mmc: core: Hold re-tuning during switch commands by Adrian Hunter · 10 years ago
  35. 90a8148 mmc: core: Add support for re-tuning before each request by Adrian Hunter · 10 years ago
  36. 79d5a65 mmc: core: Enable / disable re-tuning by Adrian Hunter · 10 years ago
  37. dfa13eb mmc: host: Add facility to support re-tuning by Adrian Hunter · 10 years ago
  38. 1fb654f mmc: sdio: add reset callback to bus operations by Andreas Fenkart · 10 years ago
  39. 184af16 mmc: core: add missing pm event in mmc_pm_notify to fix hib restore by Grygorii Strashko · 10 years ago
  40. 96541ba Revert "mmc: core: Convert mmc_driver to device_driver" by Ulf Hansson · 10 years ago
  41. 636efbc mmc: pwrseq: Fix error code propagation in mmc_pwrseq_simple_alloc() by Javier Martinez Canillas · 10 years ago
  42. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  43. 81f8a7b mmc: Add support for marking hpi as broken through devicetree by Hans de Goede · 10 years ago
  44. 9250aea mmc: core: Enable runtime PM management of host devices by Ulf Hansson · 10 years ago
  45. 4043326 mmc: core: Remove the ->enable|disable() callbacks by NeilBrown · 10 years ago
  46. 303dbed mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus. by NeilBrown · 10 years ago
  47. 0f12a0c mmc: pwrseq: simplify alloc/free hooks by Alexandre Courbot · 10 years ago
  48. 6b7a783 mmc: pwrseq_simple: fix error path in mmc_pwrseq_simple_alloc by NeilBrown · 10 years ago
  49. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  50. 726b632 mmc: pwrseq: add driver for emmc hardware reset by Marek Szyprowski · 10 years ago
  51. 4febb7e mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON state by Ulf Hansson · 10 years ago
  52. c13045b mmc: pwrseq_simple: Add optional reference clock support by Javier Martinez Canillas · 10 years ago
  53. 934f1f4 mmc: pwrseq_simple: Extend to support more pins by Javier Martinez Canillas · 10 years ago
  54. 0501be6 mmc: Resolve BKOPS compatability issue by Alexey Skidanov · 10 years ago
  55. 862b5dc mmc: pwrseq_simple: Add support for a reset GPIO pin by Ulf Hansson · 10 years ago
  56. 8c96f89 mmc: pwrseq: Initial support for the simple MMC power sequence provider by Ulf Hansson · 10 years ago
  57. 3aa8793 mmc: core: Initial support for MMC power sequences by Ulf Hansson · 10 years ago
  58. f100c1c mmc: core: Move mmc_card_removed() into mmc_start_request() by Adrian Hunter · 10 years ago
  59. 63e415c mmc: core: Simplify by adding mmc_execute_tuning() by Adrian Hunter · 10 years ago
  60. c7ea834 mmc: slot-gpio: Allow host driver to provide isr for card-detect interrupts by NeilBrown · 10 years ago
  61. dc0ecfe mmc: sd: add reset bus_ops callback by Johan Rudholm · 10 years ago
  62. f855a37 mmc: core: refactor the hw_reset routines by Johan Rudholm · 10 years ago
  63. 83533ab mmc: core: always check status after reset by Johan Rudholm · 10 years ago
  64. 25185f3 mmc: Add SDIO function devicetree subnode parsing by Sascha Hauer · 10 years ago
  65. 04cdbbf mmc: core: Make tuning block patterns static by Ulf Hansson · 10 years ago
  66. df8aca1 mmc: slot-gpio: Rework how to handle allocation of slot-gpio data by Ulf Hansson · 10 years ago
  67. e2d1926 mmc: core: Free all resources for the class device at ->dev_release() by Ulf Hansson · 10 years ago
  68. 7f133de mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC core by Ulf Hansson · 10 years ago
  69. b4cc580 mmc: slot-gpio: Use the parent device while allocating data by Ulf Hansson · 10 years ago
  70. eddbc3a mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOs by Ulf Hansson · 10 years ago
  71. 9116752 mmc: core: Return error at failure of request CD/WP in mmc_of_parse() by Ulf Hansson · 10 years ago
  72. eac8632 mmc: core: Support the optional init_card() callback for MMC and SD by Doug Anderson · 10 years ago
  73. 1c2d26e mmc: core: stop trying to switch width when only one bit is supported by Alexandre Belloni · 10 years ago
  74. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  75. fe5afb13d mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter by Ulf Hansson · 10 years ago
  76. 162d6f9 MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  77. 996903d mmc: core: add core-level function for sending tuning commands by Minda Chen · 10 years ago
  78. c6eb588 mmc: core: hold SD Clock before CMD11 during Signal by Vincent Yang · 10 years ago
  79. 006fc51 mmc: core: reset sdio card properly on resume. by NeilBrown · 10 years ago
  80. 59b6c9e mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_restore by NeilBrown · 10 years ago
  81. 2d079c4 mmc: core: consistent handling of initial values by Johan Rudholm · 10 years ago
  82. ad89fcb mmc: core: use mmc_send_status to check hw_reset by Johan Rudholm · 10 years ago
  83. 22b7870 mmc: core: Convert to use kzalloc() for CXD register buffers by Ulf Hansson · 10 years ago
  84. 601ed60 mmc: core: Don't handle buffers on stack while fetching CXD registers by Ulf Hansson · 10 years ago
  85. 2fc91e8 mmc: core: Remove the redundant mmc_send_ext_csd() API by Ulf Hansson · 10 years ago
  86. b2cada7 mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  87. e21aa51 mmc: core: Export mmc_get_ext_csd() by Ulf Hansson · 10 years ago
  88. 2fd322a mmc: core: Don't panic when fetching EXT_CSD by Ulf Hansson · 10 years ago
  89. c197787 mmc: core: Let's callers of from mmc_get_ext_csd() do error handling by Ulf Hansson · 10 years ago
  90. 076ec38 mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd() by Ulf Hansson · 10 years ago
  91. 148bcab mmc: core: Add helper function for EXT_CSD support by Ulf Hansson · 10 years ago
  92. a1fc444 mmc: core: Remove unnecessary 'out of memory' message by Ulf Hansson · 10 years ago
  93. 9e304d6 mmc: core: Remove redundant check of max_dtr while selecting timings by Ulf Hansson · 10 years ago
  94. 56d09b1 mmc: core: Remove redundant check while selecting powerclass by Ulf Hansson · 10 years ago
  95. fd372f7 mmc: core: Remove duplicated definition of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  96. 00b41b5 mmc: core: Remove mmc_free_ext_csd() by Ulf Hansson · 10 years ago
  97. 51d3460 mmc: core: silence a shift wrapping warning by Dan Carpenter · 10 years ago
  98. 0f76242 mmc: core: Report firmware version for eMMC 5.0 devices. by Gwendal Grignou · 10 years ago
  99. 6685ac6 mmc: core: Convert mmc_driver to device_driver by Ulf Hansson · 10 years ago
  100. 0967edc mmc: core: Convert the mmc_driver to use the modern PM ops by Ulf Hansson · 10 years ago