summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/bus.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: constify the struct device_type usageRicardo B. Marliere2024-02-271-1/+1
* mmc: core: make mmc_bus_type constRicardo B. Marliere2024-02-131-1/+1
* mmc: core: propagate removable attribute to driver coreThomas Weißschuh2023-08-091-0/+3
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* mmc: core: refactor debugfs codeYe Bin2022-12-071-4/+0
* mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee2022-07-131-2/+2
* mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov2022-02-281-4/+5
* mmc: core: Remove redundant driver match functionlizhe2021-12-141-11/+0
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li2021-03-091-6/+5
* mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár2020-09-071-0/+12
* mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár2020-05-291-0/+7
* mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cardsPali Rohár2020-05-291-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-111-2/+0
* mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter2017-11-231-0/+3
* mmc: mmc: Enable CQE'sAdrian Hunter2017-10-301-0/+7
* mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: implement enhanced strobe supportShawn Lin2016-07-251-1/+2
* mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui2015-12-221-0/+2
* Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson2015-04-171-8/+33
* mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-191-0/+4
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-2/+2
|\
| * MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-2/+2
* | mmc: core: Convert mmc_driver to device_driverUlf Hansson2014-11-101-33/+8
* | mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson2014-11-101-10/+4
|/
* mmc: core: Remove redundant runtime_idle callbackUlf Hansson2014-07-091-9/+1
* mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon2014-05-121-0/+1
* mmc: drop the speed mode of card's stateSeungwon Jeon2014-05-121-4/+4
* mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson2014-02-131-10/+2
* Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-181-1/+1
|\
| * mmc: core: clean up duplicate macrosJackey Shen2013-09-251-1/+1
* | MMC: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-5/+7
|/
* Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-101-5/+47
|\
| * mmc: core: Fixup Oops for SDIO shutdownUlf Hansson2013-07-051-1/+2
| * mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson2013-06-271-0/+9
| * mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-271-0/+9
| * mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson2013-06-271-3/+16
| * mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson2013-05-261-2/+12
* | PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-1/+1
|/
* mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman2013-02-111-0/+1
* mmc: Remove redundant null check before kfree in bus.cSachin Kamat2012-12-061-2/+1
* mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacksChuanxiao Dong2012-04-231-0/+2
* mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong2012-04-201-16/+8
* mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani2012-04-051-2/+15
* mmc: core: HS200 mode support for eMMC 4.5Girish K S2012-01-121-1/+2
* mmc: sdio: support SDIO UHS cardsPhilip Rakity2012-01-111-1/+1
* mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker2011-10-311-0/+1
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1