aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sdio_bus.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-25mmc:sdio: Remove unneeded variable retwangbo
2018-05-14mmc: sdio: Respect all error codes from dev_pm_domain_attach()Ulf Hansson
2017-04-18mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson
2015-12-22mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui
2015-06-04mmc: core: Attach PM domain prior probing of SDIO func driverUlf Hansson
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer
2014-11-10mmc: core: silence a shift wrapping warningDan Carpenter
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson
2014-11-10mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson
2014-10-11Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-22mmc: sdio: Convert to dev_pm_domain_attach|detach()Ulf Hansson
2014-04-22mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson
2013-12-07ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki
2013-10-16MMC: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki
2013-04-12mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei
2013-03-22mmc: sdio: bind acpi with sdio function deviceAaron Lu
2012-12-06mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat
2012-12-06mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki
2012-09-19mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding
2012-04-05mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-07-21mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen
2011-06-25mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen
2011-01-08mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen
2010-11-19mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen
2010-10-23mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen
2010-10-23mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen
2010-10-23mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-17sdio: fix reference counting in sdio_remove_func()Daniel Drake
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2007-10-14uevent environment changes falloutAl Viro
2007-09-23sdio: store vendor stringsPierre Ossman
2007-09-23sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-09-23sdio: set the functions' block sizeDavid Vrabel
2007-09-23make struct sdio_dev_attrs[] staticAdrian Bunk
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre
2007-09-23sdio: add basic sysfs attributesPierre Ossman
2007-09-23sdio: add modalias supportPierre Ossman
2007-09-23sdio: add device id table and matchingPierre Ossman
2007-09-23sdio: split up common and function CIS parsingPierre Ossman
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre