1. 9c905fa drivers/mmc/core: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  2. 451c895 mmc: extend the slot-gpio card-detection to use host's .card_event() method by Guennadi Liakhovetski · 12 years ago
  3. ccb52a0 mmc: Limit MMC speed to 52MHz if not HS200 by Al Cooper · 12 years ago
  4. 8db580c mmc: Remove redundant null check before kfree in bus.c by Sachin Kamat · 12 years ago
  5. 4c42d6c mmc: Remove redundant null check before kfree in sdio_bus.c by Sachin Kamat · 12 years ago
  6. b0afd8f mmc: sdio: Add empty bus-level suspend/resume callbacks by Rafael J. Wysocki · 12 years ago
  7. 67c79db mmc: core: Add mmc_set_blockcount feature by Loic Pallardy · 12 years ago
  8. 188cc04 mmc: core: Extend sysfs to ext_csd parameters for RPMB support by Loic Pallardy · 12 years ago
  9. 090d25f mmc: core: Expose access to RPMB partition by Loic Pallardy · 12 years ago
  10. 5f1a4dd mmc: Standardise capability type by Lee Jones · 12 years ago
  11. 968a64e mmc: sdio: Use multiple scatter/gather list by Kyoungil Kim · 12 years ago
  12. 8fee476 mmc: core: Fix some driver hangs when dealing with broken devices by Trey Ramsay · 12 years ago
  13. 42cd95a mmc: core: debugfs: Add signal_voltage to ios dump by Johan Rudholm · 12 years ago
  14. 943c2ac Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  15. e6c0858 mmc: core: Fixup broken suspend and eMMC4.5 power off notify by Ulf Hansson · 12 years ago
  16. 9cde5b7 mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulator by Chris Ball · 12 years ago
  17. 950d56a mmc: support BKOPS feature for eMMC by Jaehoon Chung · 12 years ago
  18. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  19. d8e2ac3 mmc: sdio: Fix PM_SLEEP related build warnings by Thierry Reding · 12 years ago
  20. 1a41313 mmc: core: Remove bounce buffer in mmc_send_cxd_data() by Kyungsik Lee · 12 years ago
  21. 15e8a8e mmc: slot-gpio: Fix missing assignment to ctx->ro_gpio by Chris Ball · 12 years ago
  22. 3339d1e mmc: core: Do not rescan non-removable devices by Johan Rudholm · 12 years ago
  23. 6780162 mmc: debugfs: Print ext_csd in ascending order by Venkatraman S · 12 years ago
  24. 211d4fe mmc: core: Add TRANsfer state to non-HPI state by Venkatraman S · 12 years ago
  25. 7122bbb mmc: fix comment typos by Masanari Iida · 12 years ago
  26. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  27. 108ecc4 mmc: core: reset signal voltage on power up by Aaron Lu · 12 years ago
  28. 55c4665 mmc: sd: Fix sd current limit setting by Aaron Lu · 12 years ago
  29. aa6439d mmc: sdio: Change pr_warning to pr_warn_ratelimited by Liu Chuansheng · 12 years ago
  30. a39ca6ae mmc: core: Simplify and fix for SD switch processing by Aaron Lu · 12 years ago
  31. b63b5e8 mmc: core: correct invalid error checking by Alan Cox · 12 years ago
  32. 0aa6770 mmc: sdhci: only set 200mA support for 1.8v if 200mA is available by Philip Rakity · 12 years ago
  33. d9adcc1 mmc: prohibit card detection when host is not ready by Guennadi Liakhovetski · 12 years ago
  34. 5aa7dad mmc: core: add WP pin handler to slot functions by Guennadi Liakhovetski · 12 years ago
  35. a7d1a1e mmc: core: convert slot functions to managed allocation by Guennadi Liakhovetski · 12 years ago
  36. befe404 mmc: add CD GPIO polling support to slot functions by Guennadi Liakhovetski · 12 years ago
  37. 27410ee mmc: core: use a more generic name for slot function types and fields by Guennadi Liakhovetski · 12 years ago
  38. e137788 mmc: add a function to get regulators, supplying card's power by Guennadi Liakhovetski · 12 years ago
  39. 45a6b32 mmc: core: Export regulator_* functions as GPL by Chris Ball · 12 years ago
  40. 6af9e96 mmc: core: Fix the HPI execution sequence by Venkatraman S · 12 years ago
  41. fd0ea65 mmc: extend and rename cd-gpio helpers to handle more slot GPIO functions by Guennadi Liakhovetski · 12 years ago
  42. 623b51f mmc: cd-gpio: pass IRQF_ONESHOT to request_threaded_irq() by Guennadi Liakhovetski · 12 years ago
  43. 87f761b mmc: core: Revert "skip card initialization if power class selection fails" by Venkatraman S · 12 years ago
  44. 85e727e mmc: core: return an error on suspend if mmc_deselect_cards fails by Jaehoon Chung · 12 years ago
  45. 2a0fe91 mmc: sdio: fix setting card data bus width as 4-bit by Yong Ding · 12 years ago
  46. a5075eb mmc: block: Allow disabling 512B sector size emulation by Saugata Das · 12 years ago
  47. f6f4459 mmc: core: Remove dead code by Philippe De Swert · 12 years ago
  48. fa55018 mmc: core: Prevent eMMC VCC supply to be cut from late init by Ulf Hansson · 12 years ago
  49. 3d93576 mmc: core: skip card initialization if power class selection fails by Subhash Jadavani · 12 years ago
  50. 10942aa mmc: core: fix the signaling 1.8V for HS200 by Seungwon Jeon · 12 years ago
  51. 96cf5f0 mmc: core: fix the decision of HS200/DDR card-type by Seungwon Jeon · 12 years ago
  52. 0e9f480 mmc: cd-gpio: protect against NULL context in mmc_cd_gpio_free() by Guennadi Liakhovetski · 12 years ago
  53. 0dd1bfe mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacks by Chuanxiao Dong · 12 years ago
  54. bbbc4c4 mmc: sdio: avoid spurious calls to interrupt handlers by Nicolas Pitre · 12 years ago
  55. 7c57091 mmc: core: Do not pre-claim host in suspend by Ulf Hansson · 12 years ago
  56. 5ca6518 mmc: cd-gpio: Include header to pickup exported symbol prototypes by H Hartley Sweeten · 12 years ago
  57. 32d317c mmc: remove MMC bus legacy suspend/resume method by Chuanxiao Dong · 12 years ago
  58. 2830281 mmc: fixes for eMMC v4.5 sanitize operation by Adrian Hunter · 12 years ago
  59. 7194efb mmc: fixes for eMMC v4.5 discard operation by Adrian Hunter · 12 years ago
  60. 3bdc9ba mmc: use really long write timeout to deal with crappy cards by Paul Walmsley · 12 years ago
  61. 93fc5a4 mmc: core: fix power class selection by Subhash Jadavani · 12 years ago
  62. e841a7c mmc: sdio: Use empty system suspend/resume callbacks at the bus level by Rafael J. Wysocki · 12 years ago
  63. 6500c8e mmc: bus: print bus speed mode of UHS-I card by Subhash Jadavani · 12 years ago
  64. c9b0546 mmc: simplify mmc_cd_gpio_request() by removing two parameters by Guennadi Liakhovetski · 12 years ago
  65. 2378975 mmc: core: warn when card doesn't support HPI by Jaehoon Chung · 12 years ago
  66. 83bb24a mmc: core: add high-capacity erase size capability flag by Adrian Hunter · 12 years ago
  67. 52d0974 mmc: core: hs200 fixes by Subhash Jadavani · 12 years ago
  68. 956d9fd mmc: core: Clean up after mmc_pre_req if card was removed by Ulf Hansson · 12 years ago
  69. 907d2e7 mmc: start removing enable / disable API by Adrian Hunter · 12 years ago
  70. f0cc9cf mmc: core: Detect card removal on I/O error by Ulf Hansson · 13 years ago
  71. 7b2fd4f mmc: core: add a debug message for SET_BLOCK_COUNT by Jaehoon Chung · 12 years ago
  72. 4265900 mmc: MMC-4.5 Data Tag Support by Saugata Das · 13 years ago
  73. e774747 mmc: core: Fixup suspend/resume issues for UHS-I cards by Ulf Hansson · 12 years ago
  74. c84f15a mmc: core: fix regression: set default clock gating delay to 0 by Guennadi Liakhovetski · 12 years ago
  75. dd13b4e mmc: core: Fix comparison issue in mmc_compare_ext_csds by Jurgen Heeks · 13 years ago
  76. 3e73c36 mmc: core: Fix PowerOff Notify suspend/resume by Girish K S · 13 years ago
  77. 6e8201f mmc: core: add the capability for broken voltage by Jaehoon Chung · 13 years ago
  78. 7488e92 mmc: core: Fix low speed mmc card detection failure by Girish K S · 13 years ago
  79. 2c4967f74 mmc: core: Ensure clocks are always enabled before host interaction by Sujit Reddy Thumma · 13 years ago
  80. 2d0d68f mmc: core: UHS sdio card that fails should not exceed 50MHz by Philip Rakity · 13 years ago
  81. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  82. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  83. 0db13fc mmc: fix a deadlock between system suspend and MMC block IO by Guennadi Liakhovetski · 13 years ago
  84. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 13 years ago
  85. 8bc0678 mmc: core: Separate the timeout value for cache-ctrl by Seungwon Jeon · 13 years ago
  86. aa9df4f mmc: core: Add option to prevent eMMC sleep command by Ulf Hansson · 13 years ago
  87. 17e9ff5 mmc: core: Add claiming of hosts during mmc_cache_ctrl by Seungwon Jeon · 13 years ago
  88. 349ab52 mmc: add a generic GPIO card-detect helper by Guennadi Liakhovetski · 13 years ago
  89. 913047e mmc: core: Fix voltage select in DDR mode by Girish K S · 13 years ago
  90. 4137e50 mmc: core: Fixup delayed work clock gating patch by Stephen Boyd · 13 years ago
  91. add710e mmc: boot partition ro lock support by Johan Rudholm · 13 years ago
  92. d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 13 years ago
  93. a303c53 mmc: sdio: support SDIO UHS cards by Philip Rakity · 13 years ago
  94. 597dd9d79 mmc: core: Use delayed work in clock gating framework by Sujit Reddy Thumma · 13 years ago
  95. df16219 mmc: debugfs: expose the SDCLK frq in sys ios by Giuseppe CAVALLARO · 13 years ago
  96. 052d81d mmc: sdio: Fix to support any block size optimally by Stefan Nilsson XK · 13 years ago
  97. fffe5d5 mmc: sd: Macro name cleanup for high speed dtr by Qiang Liu · 13 years ago
  98. 5c7f0e0 Revert "mmc: enable runtime PM by default" by Ohad Ben-Cohen · 13 years ago
  99. 49df780 mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not defined by Sujit Reddy Thumma · 13 years ago
  100. c99872a mmc: core: Fix typo at mmc_card_sleep by Kyungmin Park · 13 years ago