1. 0bf4d05 mmc: core: Do not leave the block driver in a suspended state by Adrian Hunter · 7 years ago
  2. 81ac2af mmc: core: implement enhanced strobe support by Shawn Lin · 8 years ago
  3. ec076cd mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously by Fu, Zhonghui · 9 years ago
  4. 96541ba Revert "mmc: core: Convert mmc_driver to device_driver" by Ulf Hansson · 9 years ago
  5. 25185f3 mmc: Add SDIO function devicetree subnode parsing by Sascha Hauer · 10 years ago
  6. 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
  7. 162d6f9 MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  8. 6685ac6 mmc: core: Convert mmc_driver to device_driver by Ulf Hansson · 10 years ago
  9. 0967edc mmc: core: Convert the mmc_driver to use the modern PM ops by Ulf Hansson · 10 years ago
  10. 2e42da5 mmc: core: Remove redundant runtime_idle callback by Ulf Hansson · 10 years ago
  11. 0a5b643 mmc: add support for HS400 mode of eMMC5.0 by Seungwon Jeon · 10 years ago
  12. cdc9917 mmc: drop the speed mode of card's state by Seungwon Jeon · 10 years ago
  13. 5601aaf mmc: core: Remove unnecessary validations for bus_ops callbacks by Ulf Hansson · 11 years ago
  14. c2ac2ae Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  15. f24fc57 MMC: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  16. 71ef1ea mmc: core: clean up duplicate macros by Jackey Shen · 11 years ago
  17. bfffbea Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  18. 203bb5a mmc: core: Fixup Oops for SDIO shutdown by Ulf Hansson · 11 years ago
  19. 6b086bd mmc: core: Extend shutdown sequence to handle bus operations by Ulf Hansson · 11 years ago
  20. 7628774 mmc: core: Handle card shutdown from mmc_bus by Ulf Hansson · 11 years ago
  21. 986892c mmc: core: Initiate suspend|resume from mmc bus instead of mmc host by Ulf Hansson · 11 years ago
  22. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  23. 12d01d0 mmc: core: Add bus_ops for runtime pm callbacks by Ulf Hansson · 11 years ago
  24. 2220eed mmc: fix async request mechanism for sequential read scenarios by Konstantin Dorfman · 11 years ago
  25. 8db580c mmc: Remove redundant null check before kfree in bus.c by Sachin Kamat · 12 years ago
  26. 0dd1bfe mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacks by Chuanxiao Dong · 12 years ago
  27. 32d317c mmc: remove MMC bus legacy suspend/resume method by Chuanxiao Dong · 12 years ago
  28. 6500c8e mmc: bus: print bus speed mode of UHS-I card by Subhash Jadavani · 12 years ago
  29. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 12 years ago
  30. a303c53 mmc: sdio: support SDIO UHS cards by Philip Rakity · 13 years ago
  31. 0205a90 mmc: Fix implicit use of stat.h header in associated files by Paul Gortmaker · 13 years ago
  32. 3ef77af mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 13 years ago
  33. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  34. 3a30351 mmc: sd: report correct speed and capacity of uhs cards by Arindam Nath · 13 years ago
  35. 9bc2184 mmc: core: mmc_add_card(): fix missing break in switch statement by Michał Mirosław · 13 years ago
  36. 1a2727e mmc: Register debugfs dir before calling card probe function. by Viresh Kumar · 13 years ago
  37. 516d5cc mmc: add runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  38. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  39. 265cdc9 mmc: rename dev_to_mmc_card() to mmc_dev_to_card() by Andy Shevchenko · 14 years ago
  40. 453722b mmc: make mmc_dev_to_card() macro public by Andy Shevchenko · 14 years ago
  41. 7310ece8 mmc: implement SD-combo (IO+mem) support by Michal Miroslaw · 14 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  43. 6b0b628 mmc: add MODALIAS linkage for MMC/SD devices by Andy Whitcroft · 15 years ago
  44. d1b2686 mmc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  45. f4b7f92 mmc: Add per-card debugfs support by Haavard Skinnemoen · 16 years ago
  46. 51ec92e mmc: use sysfs groups to handle conditional attributes by Pierre Ossman · 16 years ago
  47. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  48. af51715 MMC core learns about SPI by David Brownell · 17 years ago
  49. 759bdc7 sdio: store vendor strings by Pierre Ossman · 17 years ago
  50. 9eb3a94 mmc: whip bus uevent handler into shape by Pierre Ossman · 17 years ago
  51. 1a632f8 sdio: split up common and function CIS parsing by Pierre Ossman · 17 years ago
  52. 5c4e6f1 mmc: detect SDIO cards by Pierre Ossman · 17 years ago
  53. 733cb1e drivers/mmc/core/bus.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  54. 109b5be mmc: be more verbose about card insertions/removal by Pierre Ossman · 17 years ago
  55. 4101c16 mmc: refactor bus operations by Pierre Ossman · 17 years ago