1. b9af81a mmc: core: Add quirk for QCA9379 by gaolez · 6 years ago
  2. 686b42a mmc: core: Add mmc tracing events in suspend and resume by Sayali Lokhande · 8 years ago
  3. 4080658 mmc: core: Remove flag MMC_PM_WAKE_SDIO_IRQ in mmc_resume_host by Ritesh Harjani · 8 years ago
  4. 5e0f04af mmc: sdhci: revert MMC_PM_KEEP_POWER changes related to emmc by Sahitya Tummala · 9 years ago
  5. ce4b8f8 mmc: sdhci: Add asynchronous interrupt support for sdio cards by Ritesh Harjani · 9 years ago
  6. 7d0bf3c mmc: core: Card specific custom settings for SDIO by Pavan Anamula · 9 years ago
  7. 1669f8e mmc: host: add detect vops chain by Dov Levenglick · 9 years ago
  8. 8285766 mmc: sdio: enable asynchronous interrupt support in 4-bit mode by Subhash Jadavani · 10 years ago
  9. ea54311 mmc: sdio: fix sdio_reset_comm() to take care of UHS card reset by Maya Erez · 10 years ago
  10. 9ef28c3 mmc: core: sdio: Ensure clocks are always enabled before host interaction by Sujit Reddy Thumma · 12 years ago
  11. 2177cfb mmc: core: Add 8-bit support for SDIO by Sahitya Tummala · 13 years ago
  12. a17a4a48 mmc: sdio: Fix sdio_disable_wide to properly handle 8 bit bus width. by Murali Palnati · 13 years ago
  13. dff3126 Revert "mmc: core: Remove MMC_CLKGATE" by Subhash Jadavani · 8 years ago
  14. 17e3d630 ANDROID: mmc: sdio: Disable retuning in sdio_reset_comm() by Andrew Bresticker · 9 years ago
  15. 596476f mmc: sdio: Fix sdio_reset_comm for sync by Hosung Kim · 12 years ago
  16. 0a798c2 mmc: sdio: fix sdio_reset_comm() voltage selection by Colin Cross · 10 years ago
  17. e1d2d17 mmc: sdio: Fix enable_hs and enable_wide in sdio_reset_comm() by Dmitry Shmidt · 14 years ago
  18. dba5681 mmc: sdio: Add high speed support to sdio_reset_comm() by Daniel Chen · 15 years ago
  19. ce26658b mmc: sdio: Claim host in sdio_reset_comm() by Dmitry Shmidt · 15 years ago
  20. 5065128 mmc: Add new API call 'sdio_reset_comm' for resetting communication with an SDIO device by San Mehat · 16 years ago
  21. 5e7b5ea mmc: Add concept of an 'embedded' SDIO device. by San Mehat · 16 years ago
  22. a0747eb mmc: core: remove redundant memset of sdio_read_cccr by Shawn Lin · 8 years ago
  23. e10c321 mmc: core: Enable tuning according to the actual timing by Carlo Caione · 8 years ago
  24. d9bfbb9 mmc: sdio: Fix invalid vdd in voltage switch power cycle by Adrian Hunter · 9 years ago
  25. 9eadcc0 mmc: core: Remove MMC_CLKGATE by Ulf Hansson · 9 years ago
  26. 8d1ffc8c mmc: core: Keep host claimed while invoking mmc_power_off|up() by Ulf Hansson · 9 years ago
  27. 3853a04 mmc: core: Record card drive strength by Adrian Hunter · 9 years ago
  28. e23350b mmc: core: Factor out common code in drive strength selection by Adrian Hunter · 9 years ago
  29. f168359 mmc: core: Add 'card' to drive strength selection callback by Adrian Hunter · 9 years ago
  30. fa021ce mmc: core: Simplify card drive strength mask by Adrian Hunter · 9 years ago
  31. b4f30a1 mmc: core: Allow card drive strength to be different to host by Adrian Hunter · 9 years ago
  32. 79d5a65 mmc: core: Enable / disable re-tuning by Adrian Hunter · 9 years ago
  33. 1fb654f mmc: sdio: add reset callback to bus operations by Andreas Fenkart · 9 years ago
  34. 303dbed mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus. by NeilBrown · 9 years ago
  35. 63e415c mmc: core: Simplify by adding mmc_execute_tuning() by Adrian Hunter · 10 years ago
  36. 006fc51 mmc: core: reset sdio card properly on resume. by NeilBrown · 10 years ago
  37. 59b6c9e mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_restore by NeilBrown · 10 years ago
  38. 6606110 mmc: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  39. dea67c4 mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread by Fu Zhonghui · 10 years ago
  40. cdc9917 mmc: drop the speed mode of card's state by Seungwon Jeon · 10 years ago
  41. 573185c mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus by Ulf Hansson · 10 years ago
  42. 726d6f2 mmc: core: Collect common code for card ocr validation by Ulf Hansson · 11 years ago
  43. ce69d37 mmc: core: Prevent violation of specs while initializing cards by Ulf Hansson · 11 years ago
  44. 6904115 mmc: core: Move cached value of the negotiated ocr mask to card struct by Ulf Hansson · 11 years ago
  45. db4a0d0 mmc: core: Cleanup code for setting ocr mask for SDIO by Ulf Hansson · 11 years ago
  46. ec2ed70 mmc: core: Remove unnecessary retry mechanism at SDIO attach by Ulf Hansson · 11 years ago
  47. 0f791fd mmc: core: Let mmc_set_signal_voltage take ocr as parameter by Ulf Hansson · 11 years ago
  48. 4a06519 mmc: core: Let mmc_power_up|cycle take ocr as parameter by Ulf Hansson · 11 years ago
  49. 7459026 mmc: core: Push common suspend|resume code into each bus_ops by Ulf Hansson · 11 years ago
  50. 810cadd mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPARE by Ulf Hansson · 11 years ago
  51. 12d01d0 mmc: core: Add bus_ops for runtime pm callbacks by Ulf Hansson · 11 years ago
  52. 810e08e mmc: core: Only execute tuning for SDR50 and SDR104 by Fredrik Soderstedt · 11 years ago
  53. 3bffb80 mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case by Li Fei · 11 years ago
  54. 0797e5f mmc: core: Fixup signal voltage switch by Johan Rudholm · 11 years ago
  55. 567c890 mmc: core: Break out start_signal_voltage_switch by Johan Rudholm · 11 years ago
  56. 77e2ff0 mmc: sdio: print correct UHS mode during card detection by Subhash Jadavani · 12 years ago
  57. 41875e3 mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequence by Sujit Reddy Thumma · 12 years ago
  58. 51aa66a mmc: sdio: fix resume failure due to lack of CMD52 reset by Subhash Jadavani · 12 years ago
  59. 7122bbb mmc: fix comment typos by Masanari Iida · 12 years ago
  60. 108ecc4 mmc: core: reset signal voltage on power up by Aaron Lu · 12 years ago
  61. 2a0fe91 mmc: sdio: fix setting card data bus width as 4-bit by Yong Ding · 12 years ago
  62. bbbc4c4 mmc: sdio: avoid spurious calls to interrupt handlers by Nicolas Pitre · 12 years ago
  63. e774747 mmc: core: Fixup suspend/resume issues for UHS-I cards by Ulf Hansson · 12 years ago
  64. 2d0d68f mmc: core: UHS sdio card that fails should not exceed 50MHz by Philip Rakity · 12 years ago
  65. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 12 years ago
  66. d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 13 years ago
  67. a303c53 mmc: sdio: support SDIO UHS cards by Philip Rakity · 13 years ago
  68. b4625da mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00 by Bing Zhao · 13 years ago
  69. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  70. 4466903 mmc: core: Set correct bus mode before card init by Stefan Nilsson XK · 13 years ago
  71. 7f7e412 mmc: core: Fix hangs related to insert/remove of cards by Ulf Hansson · 13 years ago
  72. c6e633a mmc: sdio: reset card during power_restore by Daniel Drake · 13 years ago
  73. d6d50a1 mmc: sd: add support for driver type selection by Arindam Nath · 13 years ago
  74. 32780cd mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID. by Andrei Warkentin · 13 years ago
  75. 2059a02 mmc: add MMC_QUIRK_DISABLE_CD by Ohad Ben-Cohen · 13 years ago
  76. eab4068 mmc: add MMC_QUIRK_NONSTD_FUNC_IF by Ohad Ben-Cohen · 13 years ago
  77. 6b93d01f mmc: do not switch to 1-bit mode if not required by Ohad Ben-Cohen · 13 years ago
  78. a5e9425 mmc: mmc_card_keep_power cleanups by Ohad Ben-Cohen · 13 years ago
  79. 0aab399 mmc: sdio: remember new card RCA when redetecting card by Stefan Nilsson XK · 13 years ago
  80. 57f0adc mmc: add per device quirk placeholder by Pierre Tardy · 13 years ago
  81. 3449791 mmc: sdio: Allow sdio operations in other threads during sdio_add_func() by Dmitry Shmidt · 13 years ago
  82. 807e8e4 mmc: Fix sd/sdio/mmc initialization frequency retries by Andy Ross · 13 years ago
  83. 080bc97 mmc: sdio: don't reinitialize nonremovable powered-resumed cards by Ohad Ben-Cohen · 14 years ago
  84. 8f230f4 mmc: Add support for JMicron 388 SD/MMC controller by Takashi Iwai · 14 years ago
  85. ed919b0 mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARD by Ohad Ben-Cohen · 14 years ago
  86. 4d0812c mmc: sdio: fix nasty oops in mmc_sdio_detect by Ohad Ben-Cohen · 14 years ago
  87. 87973ba mmc: sdio: ensure mmc_sdio_detect is powered by Ohad Ben-Cohen · 14 years ago
  88. 40bba0c mmc: sdio: enable runtime PM for SDIO functions by Ohad Ben-Cohen · 14 years ago
  89. 81968561 mmc: sdio: enable runtime PM for SDIO cards by Ohad Ben-Cohen · 14 years ago
  90. d3fe37b mmc: sdio: add power_restore support by Ohad Ben-Cohen · 14 years ago
  91. 9b966aa mmc: sdio: fully reconfigure oldcard on resume by Ohad Ben-Cohen · 14 years ago
  92. f3c65b2 mmc: avoid getting CID on SDIO-only cards by David Vrabel · 14 years ago
  93. 6f51be3 sdio: allow non-standard SDIO cards by Grazvydas Ignotas · 14 years ago
  94. 7310ece8 mmc: implement SD-combo (IO+mem) support by Michal Miroslaw · 14 years ago
  95. 71578a1 mmc: split mmc_sd_init_card() by Michal Miroslaw · 14 years ago
  96. 3fcb027 ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handling by Daniel Mack · 14 years ago
  97. 6b5eda3 sdio: put active devices into 1-bit mode during suspend by Daniel Drake · 14 years ago
  98. 4021684 sdio: kick the interrupt thread upon a resume by Nicolas Pitre · 14 years ago
  99. 3bca4cf7 sdio: don't use CMD[357] as part of a powered SDIO resume by Chris Ball · 14 years ago
  100. e881279 sdio: initialise SDIO functions and update card->sdio_funcs in lockstep by Matt Fleming · 15 years ago