aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14mmc: sdio: Respect all error codes from dev_pm_domain_attach()Ulf Hansson1-1/+1
2017-04-18mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit1-1/+11
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson1-0/+1
2015-12-22mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui1-0/+1
2015-06-04mmc: core: Attach PM domain prior probing of SDIO func driverUlf Hansson1-4/+8
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer1-0/+11
2014-11-10mmc: core: silence a shift wrapping warningDan Carpenter1-1/+1
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson1-0/+2
2014-11-10mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson1-11/+1
2014-10-11Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-2/+2
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson1-0/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-2/+2
2014-09-22mmc: sdio: Convert to dev_pm_domain_attach|detach()Ulf Hansson1-2/+2
2014-04-22mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson1-13/+1
2013-12-07ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki1-1/+1
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-2/+1
2013-10-16MMC: convert bus code to use dev_groupsGreg Kroah-Hartman1-9/+12
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+1
2013-04-12mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei1-2/+1
2013-03-22mmc: sdio: bind acpi with sdio function deviceAaron Lu1-1/+19
2012-12-06mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat1-2/+1
2012-12-06mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki1-0/+14
2012-09-19mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding1-7/+0
2012-04-05mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki1-3/+9
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-1/+1
2011-07-21mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen1-6/+2
2011-06-25mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen1-1/+1
2011-01-08mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen1-32/+0
2010-11-19mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen1-11/+22
2010-10-23mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen1-0/+29
2010-10-23mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen1-3/+35
2010-10-23mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen1-0/+20
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-17sdio: fix reference counting in sdio_remove_func()Daniel Drake1-2/+5
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre1-3/+0
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2007-10-14uevent environment changes falloutAl Viro1-11/+4
2007-09-23sdio: store vendor stringsPierre Ossman1-0/+3
2007-09-23sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-09-23sdio: set the functions' block sizeDavid Vrabel1-0/+9
2007-09-23make struct sdio_dev_attrs[] staticAdrian Bunk1-1/+1
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre1-0/+8
2007-09-23sdio: add basic sysfs attributesPierre Ossman1-0/+32
2007-09-23sdio: add modalias supportPierre Ossman1-1/+20
2007-09-23sdio: add device id table and matchingPierre Ossman1-6/+52
2007-09-23sdio: split up common and function CIS parsingPierre Ossman1-1/+1
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre1-0/+3
2007-09-23mmc: add SDIO driver handlingPierre Ossman1-0/+23
2007-09-23mmc: basic SDIO device modelPierre Ossman1-0/+129