1. 727a153 mmc: sdio: fix alignment issue in struct sdio_func by Heiner Kallweit · 7 years ago
  2. ec076cd mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously by Fu, Zhonghui · 9 years ago
  3. 1ef48e3 mmc: core: Attach PM domain prior probing of SDIO func driver by Ulf Hansson · 9 years ago
  4. 25185f3 mmc: Add SDIO function devicetree subnode parsing by Sascha Hauer · 10 years ago
  5. 51d3460 mmc: core: silence a shift wrapping warning by Dan Carpenter · 10 years ago
  6. 433b7b1 mmc: core: Don't export the to_sdio_driver macro by Ulf Hansson · 10 years ago
  7. d99903c mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks by Ulf Hansson · 10 years ago
  8. f43b179 Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  9. f48c767 PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h by Ulf Hansson · 10 years ago
  10. 6606110 mmc: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  11. 397a025 mmc: sdio: Convert to dev_pm_domain_attach|detach() by Ulf Hansson · 10 years ago
  12. 573185c mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus by Ulf Hansson · 10 years ago
  13. 9c5ad36 ACPI / bind: Redefine acpi_preset_companion() by Rafael J. Wysocki · 11 years ago
  14. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  15. f24fc57 MMC: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  16. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  17. 3bffb80 mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case by Li Fei · 11 years ago
  18. eed222a mmc: sdio: bind acpi with sdio function device by Aaron Lu · 11 years ago
  19. 4c42d6c mmc: Remove redundant null check before kfree in sdio_bus.c by Sachin Kamat · 12 years ago
  20. b0afd8f mmc: sdio: Add empty bus-level suspend/resume callbacks by Rafael J. Wysocki · 12 years ago
  21. d8e2ac3 mmc: sdio: Fix PM_SLEEP related build warnings by Thierry Reding · 12 years ago
  22. e841a7c mmc: sdio: Use empty system suspend/resume callbacks at the bus level by Rafael J. Wysocki · 12 years ago
  23. 3ef77af mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 13 years ago
  24. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  25. ecc02441 mmc: fix runtime PM with -ENOSYS suspend case by Ohad Ben-Cohen · 13 years ago
  26. 297c7f2 mmc: sdio: fix runtime PM path during driver removal by Ohad Ben-Cohen · 13 years ago
  27. e594573 mmc: sdio: don't power up cards on system suspend by Ohad Ben-Cohen · 14 years ago
  28. ed919b0 mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARD by Ohad Ben-Cohen · 14 years ago
  29. ed2a978 mmc: sdio: support suspend/resume while runtime suspended by Ohad Ben-Cohen · 14 years ago
  30. 40bba0c mmc: sdio: enable runtime PM for SDIO functions by Ohad Ben-Cohen · 14 years ago
  31. 80fd933 mmc: sdio: use the generic runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  32. 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
  33. 3d10a1b sdio: fix reference counting in sdio_remove_func() by Daniel Drake · 15 years ago
  34. 996ad568 mmc: make SDIO device/driver struct accessors public by Nicolas Pitre · 15 years ago
  35. d1b2686 mmc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  36. 7ac0326 uevent environment changes fallout by Al Viro · 17 years ago
  37. 759bdc7 sdio: store vendor strings by Pierre Ossman · 17 years ago
  38. 9f2fcf9 sdio: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  39. 9a08f82 sdio: set the functions' block size by David Vrabel · 17 years ago
  40. 22bfc97 make struct sdio_dev_attrs[] static by Adrian Bunk · 17 years ago
  41. d1496c3 sdio: core support for SDIO function interrupt by Nicolas Pitre · 17 years ago
  42. bcfe66e sdio: add basic sysfs attributes by Pierre Ossman · 17 years ago
  43. d59b66c sdio: add modalias support by Pierre Ossman · 17 years ago
  44. 3b38bea sdio: add device id table and matching by Pierre Ossman · 17 years ago
  45. 1a632f8 sdio: split up common and function CIS parsing by Pierre Ossman · 17 years ago
  46. b1538bc sdio: link unknown CIS tuples to the sdio_func structure by Nicolas Pitre · 17 years ago
  47. f76c851 mmc: add SDIO driver handling by Pierre Ossman · 17 years ago
  48. e29a7d7 mmc: basic SDIO device model by Pierre Ossman · 17 years ago