summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2023-02-141-3/+14
|/
* mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma2022-10-171-1/+2
* mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov2022-02-281-3/+4
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár2020-09-071-0/+34
* mmc: sdio: Extend sdio_config_attr macro and use it also for modaliasPali Rohár2020-09-071-14/+6
* mmc: core: Re-work HW reset for SDIO cardsUlf Hansson2019-11-141-1/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mmc:sdio: Remove unneeded variable retwangbo2019-02-251-2/+1
* mmc: sdio: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-1/+1
* mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit2017-04-181-1/+11
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui2015-12-221-0/+1
* mmc: core: Attach PM domain prior probing of SDIO func driverUlf Hansson2015-06-041-4/+8
* mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-191-0/+11
* mmc: core: silence a shift wrapping warningDan Carpenter2014-11-101-1/+1
* mmc: core: Don't export the to_sdio_driver macroUlf Hansson2014-11-101-0/+2
* mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson2014-11-101-11/+1
* Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-10-111-2/+2
|\
| * mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-2/+2
* | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson2014-09-301-0/+1
* | mmc: sdio: Convert to dev_pm_domain_attach|detach()Ulf Hansson2014-09-221-2/+2
|/
* mmc: core: Invoke sdio func driver's PM callbacks from the sdio busUlf Hansson2014-04-221-13/+1
* ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki2013-12-071-1/+1
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-2/+1
* MMC: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-9/+12
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-1/+1
* mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei2013-04-121-2/+1
* mmc: sdio: bind acpi with sdio function deviceAaron Lu2013-03-221-1/+19
* mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat2012-12-061-2/+1
* mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki2012-12-061-0/+14
* mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding2012-09-191-7/+0
* mmc: sdio: Use empty system suspend/resume callbacks at the bus levelRafael J. Wysocki2012-04-051-3/+9
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1
* mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen2011-07-211-6/+2
* mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen2011-06-251-1/+1
* mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2011-01-081-32/+0
* mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2010-11-191-11/+22
* mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen2010-10-231-0/+29
* mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen2010-10-231-3/+35
* mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen2010-10-231-0/+20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sdio: fix reference counting in sdio_remove_func()Daniel Drake2009-12-171-2/+5
* mmc: make SDIO device/driver struct accessors publicNicolas Pitre2009-09-231-3/+0
* mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-081-2/+1
* uevent environment changes falloutAl Viro2007-10-141-11/+4
* sdio: store vendor stringsPierre Ossman2007-09-231-0/+3