1. 1c2d26e mmc: core: stop trying to switch width when only one bit is supported by Alexandre Belloni · 10 years ago
  2. 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
  3. fe5afb13d mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter by Ulf Hansson · 10 years ago
  4. 162d6f9 MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  5. 996903d mmc: core: add core-level function for sending tuning commands by Minda Chen · 10 years ago
  6. c6eb588 mmc: core: hold SD Clock before CMD11 during Signal by Vincent Yang · 10 years ago
  7. 006fc51 mmc: core: reset sdio card properly on resume. by NeilBrown · 10 years ago
  8. 59b6c9e mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_restore by NeilBrown · 10 years ago
  9. 2d079c4 mmc: core: consistent handling of initial values by Johan Rudholm · 10 years ago
  10. ad89fcb mmc: core: use mmc_send_status to check hw_reset by Johan Rudholm · 10 years ago
  11. 22b7870 mmc: core: Convert to use kzalloc() for CXD register buffers by Ulf Hansson · 10 years ago
  12. 601ed60 mmc: core: Don't handle buffers on stack while fetching CXD registers by Ulf Hansson · 10 years ago
  13. 2fc91e8 mmc: core: Remove the redundant mmc_send_ext_csd() API by Ulf Hansson · 10 years ago
  14. b2cada7 mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  15. e21aa51 mmc: core: Export mmc_get_ext_csd() by Ulf Hansson · 10 years ago
  16. 2fd322a mmc: core: Don't panic when fetching EXT_CSD by Ulf Hansson · 10 years ago
  17. c197787 mmc: core: Let's callers of from mmc_get_ext_csd() do error handling by Ulf Hansson · 10 years ago
  18. 076ec38 mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd() by Ulf Hansson · 10 years ago
  19. 148bcab mmc: core: Add helper function for EXT_CSD support by Ulf Hansson · 10 years ago
  20. a1fc444 mmc: core: Remove unnecessary 'out of memory' message by Ulf Hansson · 10 years ago
  21. 9e304d6 mmc: core: Remove redundant check of max_dtr while selecting timings by Ulf Hansson · 10 years ago
  22. 56d09b1 mmc: core: Remove redundant check while selecting powerclass by Ulf Hansson · 10 years ago
  23. fd372f7 mmc: core: Remove duplicated definition of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  24. 00b41b5 mmc: core: Remove mmc_free_ext_csd() by Ulf Hansson · 10 years ago
  25. 51d3460 mmc: core: silence a shift wrapping warning by Dan Carpenter · 10 years ago
  26. 0f76242 mmc: core: Report firmware version for eMMC 5.0 devices. by Gwendal Grignou · 10 years ago
  27. 6685ac6 mmc: core: Convert mmc_driver to device_driver by Ulf Hansson · 10 years ago
  28. 0967edc mmc: core: Convert the mmc_driver to use the modern PM ops by Ulf Hansson · 10 years ago
  29. 433b7b1 mmc: core: Don't export the to_sdio_driver macro by Ulf Hansson · 10 years ago
  30. d99903c mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks by Ulf Hansson · 10 years ago
  31. 64b12a6 mmc: core: fix prepared requests while doing bkops by Srinivas Kandagatla · 10 years ago
  32. 4b75bff mmc: core: Fix error paths and messages in mmc_init_card by Andrew Gabbasov · 10 years ago
  33. fc75b70 mmc: core: Add debug message for SET_BLOCK_COUNT result by Andrew Gabbasov · 10 years ago
  34. cce411e mmc: core: Initialize SET_BLOCK_COUNT request fields by Andrew Gabbasov · 10 years ago
  35. a31b0c6 mmc: core: fix card detection regression by Kristina Martsenko · 10 years ago
  36. f43b179 Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  37. 89168b4 mmc: core: restore detect line inversion semantics by Linus Walleij · 10 years ago
  38. f48c767 PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h by Ulf Hansson · 10 years ago
  39. 6a98f1e mmc: Fix incorrect warning when setting 0 Hz via debugfs by Adrian Hunter · 10 years ago
  40. 6800754 mmc: Fix use of wrong device in mmc_gpiod_free_cd() by Adrian Hunter · 10 years ago
  41. 8af465d mmc: core: Add new power_mode MMC_POWER_UNDEFINED by Roger Tseng · 10 years ago
  42. 6606110 mmc: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  43. 48d11e06 mmc: Consolidate emmc tuning blocks by Stephen Boyd · 10 years ago
  44. d4d1144 mmc: don't request CD IRQ until mmc_start_host() by Stephen Warren · 10 years ago
  45. 397a025 mmc: sdio: Convert to dev_pm_domain_attach|detach() by Ulf Hansson · 10 years ago
  46. 994324b mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computation by Grégory Soutadé · 10 years ago
  47. 69803d4 mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed" by Grégory Soutadé · 10 years ago
  48. b4493ee mmc: Move code that manages user area and gp partitions into functions by Grégory Soutadé · 10 years ago
  49. 98e90de mmc: host: switch OF parser to use gpio descriptors by Linus Walleij · 10 years ago
  50. 9d2fa24 mmc: slot-gpio: add gpiod variant to get wp GPIO by Linus Walleij · 10 years ago
  51. 9fbc695 mmc: slot-gpio: switch to use flags when getting GPIO by Linus Walleij · 10 years ago
  52. 312449e mmc: core: Fix sequence for I/O voltage in DDR mode for eMMC by Chuanxiao.Dong · 10 years ago
  53. cc8aa7d mmc: core: resolve divded by zero panic by Chuanxiao Dong · 10 years ago
  54. 9ed7ca8 mmc: core: Use regulator_get_voltage() if OCR mask is empty. by Javier Martinez Canillas · 10 years ago
  55. 3d705d1 mmc: implement Driver Stage Register handling by Sascha Hauer · 10 years ago
  56. dea67c4 mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread by Fu Zhonghui · 10 years ago
  57. ca6429d mmc: core: Remove fixed voltage regulator logic by Tim Kryger · 10 years ago
  58. 5204d00 mmc: Do not advertise secure discard if it is blacklisted by Lukas Czerner · 10 years ago
  59. 03a5943 mmc: Allow forward compatibility for eMMC by Romain Izard · 10 years ago
  60. 5e86366 mmc: sd: warn if card stays busy during init by Johan Rudholm · 10 years ago
  61. be19c40 mmc: quirks: Fixup debug message by Alexander Stein · 10 years ago
  62. 2e42da5 mmc: core: Remove redundant runtime_idle callback by Ulf Hansson · 10 years ago
  63. bf3b5ec mmc: sdio_irq: rework sdio irq handling by Russell King · 10 years ago
  64. 4d1f52f mmc: core: Improve support for deferred regulators by Tim Kryger · 10 years ago
  65. c373eb4 mmc: core: add DT bindings for eMMC HS400 1.8/1.2V by Seungwon Jeon · 10 years ago
  66. 0a5b643 mmc: add support for HS400 mode of eMMC5.0 by Seungwon Jeon · 10 years ago
  67. 577fb13 mmc: rework selection of bus speed mode by Seungwon Jeon · 10 years ago
  68. 2385049 mmc: step power class after final selection of bus mode by Seungwon Jeon · 10 years ago
  69. 2415c0e mmc: identify available device type to select by Seungwon Jeon · 10 years ago
  70. cdc9917 mmc: drop the speed mode of card's state by Seungwon Jeon · 10 years ago
  71. ceae98f mmc: core: Try other signal levels during power up by Tim Kryger · 10 years ago
  72. 573185c mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus by Ulf Hansson · 10 years ago
  73. f7bf11a mmc: core: Use maximum timeout values in case TACC field is zero by Stefan Wahren · 10 years ago
  74. d1e5821 mmc: Convert to use ATTRIBUTE_GROUPS by Axel Lin · 10 years ago
  75. fa372a5 mmc: Delay the card_event callback into the mmc_rescan worker by Markus Mayer · 10 years ago
  76. 79f7ae7 mmc: clarify DDR timing mode between SD-UHS and eMMC by Seungwon Jeon · 10 years ago
  77. 97e18dc Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 10 years ago
  78. 740a221 mmc: slot-gpio: Add GPIO descriptor based CD GPIO API by Adrian Hunter · 10 years ago
  79. 2665267 mmc: slot-gpio: Split out CD IRQ request into a separate function by Adrian Hunter · 10 years ago
  80. 842f4bd mmc: slot-gpio: Record GPIO descriptors instead of GPIO numbers by Adrian Hunter · 10 years ago
  81. 1c279f4 mmc: core: typo fix in printk specifier by Alexander Shiyan · 10 years ago
  82. cb962e0 mmc: core: Respect host's max_busy_timeout when sending sleep cmd by Ulf Hansson · 10 years ago
  83. 57de31f mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode by Ulf Hansson · 10 years ago
  84. b9ec261 mmc: core: Fixup busy detection for mmc switch operations by Ulf Hansson · 10 years ago
  85. 636bd13 mmc: core: Minor simplifications to __mmc_switch by Ulf Hansson · 10 years ago
  86. 4509f8477 mmc: core: Add ignore_crc flag to __mmc_switch by Ulf Hansson · 11 years ago
  87. 1d4d774 mmc: core: Rename cmd_timeout_ms to busy_timeout by Ulf Hansson · 11 years ago
  88. 68eb80e mmc: core: Rename max_discard_to to max_busy_timeout by Ulf Hansson · 11 years ago
  89. 321bd41 mmc: core: Add DT bindings for eMMC HS200 1.8/1.2V by Jaehoon Chung · 10 years ago
  90. c0baf84 mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2V by Ulf Hansson · 10 years ago
  91. b66bd0e mmc: core: Add DT bindings for SD card's UHS bus speed modes by Ulf Hansson · 10 years ago
  92. 7536d3f mmc: core: Enable MMC_CAP2_CACHE_CTRL as default by Ulf Hansson · 11 years ago
  93. 10e5d96 mmc: core: Use mmc_flush_cache() during mmc suspend by Ulf Hansson · 11 years ago
  94. 469a00b mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD by Ulf Hansson · 11 years ago
  95. 5601aaf mmc: core: Remove unnecessary validations for bus_ops callbacks by Ulf Hansson · 11 years ago
  96. 2501c91 mmc: core: Use MMC_UNSAFE_RESUME as default behavior by Ulf Hansson · 11 years ago
  97. ccc039d Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 10 years ago
  98. e562405 mmc: sdio: add a quirk for broken SDIO_CCCR_INTx polling by Bing Zhao · 11 years ago
  99. 9288cac mmc: core: sd: implement proper support for sd3.0 au sizes by Wolfram Sang · 11 years ago
  100. c1b55bf mmc: Do not call get_cd for non removable cards by Sascha Hauer · 11 years ago