1. 0a8fd09 mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq by Alexey Neyman · 11 years ago
  2. 4ee14ec mmc: sdhci: Move away from using deprecated APIs by Ulf Hansson · 11 years ago
  3. 372c463 mmc: sdhci: remove unneeded call when have preset value quirk by Dong Aisheng · 11 years ago
  4. 114f2bf mmc: sdhci: report error once the maximum tuning loops exhausted or timeout by Dong Aisheng · 11 years ago
  5. c0e55129 mmc: sdhci: allow platform access of sdhci_send_command by Dong Aisheng · 11 years ago
  6. 4525181 mmc: sdhci: add hooks for platform specific tuning by Dong Aisheng · 11 years ago
  7. d0048f0 Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  8. c0b887b mmc: sdhci: get voltage from sdhc host by Haijun Zhang · 11 years ago
  9. 2af502c mmc: sdhci: request irq after sdhci_init() is called by Shawn Guo · 11 years ago
  10. 462849a mmc: sdhci: Indicate that regulators may be absent by Mark Brown · 11 years ago
  11. 722e128 mmc: sdhci: add card_event callback to sdhci by Christian Daudt · 11 years ago
  12. 5991156 mmc: sdhci: fix ctrl_2 on super-speed selection by Giuseppe CAVALLARO · 11 years ago
  13. 156e14b mmc: sdhci: fix caps2 for HS200 by Giuseppe CAVALLARO · 11 years ago
  14. 9668d76 mmc: sdhci: improve card removal check in sdhci_card_event() by Shawn Guo · 11 years ago
  15. f0710a5 mmc: sdhci: add ability to stay runtime-resumed if the card is powered up by Adrian Hunter · 11 years ago
  16. a3361ab mmc: sdhci: Don't ignore regulator_enable() return value by Chris Ball · 11 years ago
  17. 94144a4 mmc: sdhci: add get_cd() implementation by Kevin Liu · 11 years ago
  18. 21f5998 mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch() by Fabio Estevam · 12 years ago
  19. a4f8f25 mmc: sdhci: check voltage range only on regulators aware of voltage value by Marek Szyprowski · 12 years ago
  20. 5298338 mmc: sdhci: enhance preset value function by Kevin Liu · 12 years ago
  21. 20b92a3 mmc: sdhci: update signal voltage switch code by Kevin Liu · 12 years ago
  22. 7bc088d mmc: sdhci: rename platform_8bit_width to platform_bus_width by Sascha Hauer · 12 years ago
  23. 8213af3 mmc: sdhci: introduce sdhci_update_clock helper to re-enable clock by Andy Shevchenko · 12 years ago
  24. ad080d7 mmc: sdhci: add IRQ wake up support by Kevin Liu · 12 years ago
  25. b0a8dec mmc: sdhci: disable interrupt before free_irq by Kevin Liu · 12 years ago
  26. 505a868 mmc: sdhci: query card presence from cd-gpio before asking SDHCI by Shawn Guo · 12 years ago
  27. 71e6921 mmc: sdhci: implement the .card_event() method by Guennadi Liakhovetski · 12 years ago
  28. a4071fb mmc: eSDHC: Recover from ADMA errors by Haijun Zhang · 12 years ago
  29. 6a66180 mmc: sdhci: add quirk for lack of 1.8v support by Daniel Drake · 12 years ago
  30. cec2e21 mmc: sdhci: Use regulator min/max voltage range according to spec by Kevin Liu · 12 years ago
  31. 8363c37 mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmc by Kevin Liu · 12 years ago
  32. 14efd95 mmc: sdhci: fix NULL dereference in sdhci_request() tuning by Chris Ball · 12 years ago
  33. 657d598 mmc: sdhci: fix IS_ERR() checking of regulator_get() by Kevin Liu · 12 years ago
  34. 63ef5d8 mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCs by Jerry Huang · 12 years ago
  35. e6c0858 mmc: core: Fixup broken suspend and eMMC4.5 power off notify by Ulf Hansson · 12 years ago
  36. bec9d4e mmc: sdhci: Test cd-gpio instead of SDHCI presence when probing by Guennadi Liakhovetski · 12 years ago
  37. 77dcb3f mmc: sdhci: vmmc regulator should be explicitly enabled/disabled by Philip Rakity · 12 years ago
  38. 6231f3d mmc: sdhci: Add regulator support for vccq (voltage regualor) by Philip Rakity · 12 years ago
  39. 55c4665 mmc: sd: Fix sd current limit setting by Aaron Lu · 12 years ago
  40. 38cfc2f mmc: sdhci: When a UHS switch fails, cycle power if regulator is used by Philip Rakity · 12 years ago
  41. eb6d5ae mmc: sdhci: poll for card even when card is logically unremovable by Daniel Drake · 12 years ago
  42. 973905f mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMER by Aaron Lu · 12 years ago
  43. b67c6b4 mmc: sdhci: restore host settings when card is removed by Aaron Lu · 12 years ago
  44. 473b095a mmc: sdhci: fix incorrect command used in tuning by Aaron Lu · 12 years ago
  45. 0fc81ee mmc: sdhci: Report failure reasons for all cases in sdhci_add_host() by Mark Brown · 12 years ago
  46. bd6a8c3 mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPS by Philip Rakity · 12 years ago
  47. 6873704 mmc: only support voltage (vdd) that regulator agrees with by Philip Rakity · 12 years ago
  48. 0aa6770 mmc: sdhci: only set 200mA support for 1.8v if 200mA is available by Philip Rakity · 12 years ago
  49. bad37e1 mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulator by Philip Rakity · 12 years ago
  50. 09eeff5 mmc: sdhci: Use DBG() instead of pr_warning() on large timeout by Chris Ball · 12 years ago
  51. 0214597 mmc: sdhci: Log what timeout was set if the timeout is too large by Mark Brown · 12 years ago
  52. 87b87a3 mmc: sdhci: refine non-removable card checking for card detection by Daniel Drake · 12 years ago
  53. 4188bba mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes. by Al Cooper · 12 years ago
  54. 6379b23 mmc: sdhci: check interrupt flags in ISR again by Alexander Stein · 12 years ago
  55. 6308d29 mmc: sdhci: add quirk for keeping card power during suspend by Adrian Hunter · 13 years ago
  56. a1b13b4 mmc: sdhci: Add platform suspend/resume hooks. by Chris Ball · 13 years ago
  57. 3abc1e80 mmc: sdhci: restore the enabled dma when do reset all by Shaohui Xie · 13 years ago
  58. 069c9f1 mmc: host: Adds support for eMMC 4.5 HS200 mode by Girish K S · 13 years ago
  59. 38a60ea mmc: sdhci: Deal with failure case in sdhci_suspend_host by Aaron Lu · 13 years ago
  60. dd8df17 mmc: sd: Fix SDR12 timing regression by Alexander Elbs · 13 years ago
  61. c6ced0d mmc: sdhci: Fix tuning timer incorrect setting when suspending host by Aaron Lu · 13 years ago
  62. 30832ab mmc: sdhci: Always pass clock request value zero to set_clock host op by Todd Poynor · 13 years ago
  63. e2a0a58 mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION by Adrian Hunter · 13 years ago
  64. c79396c mmc: sdhci: prevent card detection activity for non-removable cards by Adrian Hunter · 13 years ago
  65. ceb6143 mmc: sdhci: fix vmmc handling by Adrian Hunter · 13 years ago
  66. 482fce9 mmc: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  67. df16219 mmc: debugfs: expose the SDCLK frq in sys ios by Giuseppe CAVALLARO · 13 years ago
  68. 29495aa mmc: sdhci: remove "state" argument from sdhci_suspend_host by Manuel Lauss · 13 years ago
  69. bec8726 mmc: core: Add Power Off Notify Feature eMMC 4.5 by Girish K S · 13 years ago
  70. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  71. 66fd8ad mmc: sdhci-pci: add runtime pm support by Adrian Hunter · 13 years ago
  72. 88b4767 mmc: Add module.h to drivers/mmc users assuming implicit presence. by Paul Gortmaker · 13 years ago
  73. 20758b6 mmc: sdhci: add eMMC hardware reset support by Adrian Hunter · 13 years ago
  74. 65be3fe mmc: sdhci: use f_max instead of host->clock for timeouts by Andy Shevchenko · 13 years ago
  75. 272308c mmc: sdhci: move timeout_clk calculation farther down by Andy Shevchenko · 13 years ago
  76. 78a2ca2 mmc: sdhci: check host->clock before using it as a denominator by Andy Shevchenko · 13 years ago
  77. 83cbcd9 mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK" by Andy Shevchenko · 13 years ago
  78. 7886961 mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finish by Aaron Lu · 13 years ago
  79. 58d1246 mmc: sdhci: specify maximum discard timeout by Adrian Hunter · 13 years ago
  80. d25928d mmc: sdhci: fix interrupt storm from card detection by Shawn Guo · 13 years ago
  81. 4f3d3e9 mmc: sdhci: Auto-CMD23 fixes. by Andrei Warkentin · 13 years ago
  82. 8edf6371 mmc: sdhci: Auto-CMD23 support. by Andrei Warkentin · 13 years ago
  83. e89d456 mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI. by Andrei Warkentin · 13 years ago
  84. 6322cdd mmc: sdhci: add hooks for setting UHS in platform specific code by Philip Rakity · 13 years ago
  85. cf2b5ee mmc: sdhci: add support for retuning mode 1 by Arindam Nath · 13 years ago
  86. c3ed387 mmc: sdhci: add support for programmable clock mode by Arindam Nath · 13 years ago
  87. 4d55c5a mmc: sdhci: enable preset value after uhs initialization by Arindam Nath · 13 years ago
  88. b513ea2 mmc: sd: add support for tuning during uhs initialization by Arindam Nath · 13 years ago
  89. 5371c92 mmc: sd: set current limit for uhs cards by Arindam Nath · 13 years ago
  90. 49c468f mmc: sd: add support for uhs bus speed mode selection by Arindam Nath · 13 years ago
  91. 758535c mmc: sdhci: reset sdclk before setting high speed enable by Arindam Nath · 13 years ago
  92. d6d50a1 mmc: sd: add support for driver type selection by Arindam Nath · 13 years ago
  93. f2119df mmc: sd: add support for signal voltage switch procedure by Arindam Nath · 13 years ago
  94. 82b0e23 mmc: sdhci: Fix read-only detection with JMicron 388 chip by Takashi Iwai · 13 years ago
  95. 393c1a3 mmc: sdhci: Add pre and post reset processing for chip specific reset by Philip Rakity · 14 years ago
  96. 4b01681 mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK by Mark Brown · 13 years ago
  97. f6a03cb mmc: sdhci: work around broken dma boundary behavior by Mikko Vinni · 13 years ago
  98. a3c7778 mmc: sdhci: R1B command handling + MMC_CAP_ERASE. by Andrei Warkentin · 13 years ago
  99. 0c9c99a mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finish by Chris Ball · 13 years ago
  100. b7b4d34 mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finish by Ben Dooks · 13 years ago