summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/bus.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07mmc: core: refactor debugfs codeYe Bin1-4/+0
2022-07-13mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee1-2/+2
2022-02-28mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov1-4/+5
2021-12-14mmc: core: Remove redundant driver match functionlizhe1-11/+0
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-03-09mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li1-6/+5
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár1-0/+12
2020-05-29mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár1-0/+7
2020-05-29mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cardsPali Rohár1-0/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter1-2/+0
2017-11-23mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter1-0/+3
2017-10-30mmc: mmc: Enable CQE'sAdrian Hunter1-0/+7
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson1-0/+1
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson1-0/+1
2016-07-25mmc: core: implement enhanced strobe supportShawn Lin1-1/+2
2015-12-22mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui1-0/+2
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson1-8/+33
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer1-0/+4
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson1-33/+8
2014-11-10mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson1-10/+4
2014-07-09mmc: core: Remove redundant runtime_idle callbackUlf Hansson1-9/+1
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon1-0/+1
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon1-4/+4
2014-02-13mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson1-10/+2
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-10-16MMC: convert bus code to use dev_groupsGreg Kroah-Hartman1-5/+7
2013-09-25mmc: core: clean up duplicate macrosJackey Shen1-1/+1
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+47
2013-07-05mmc: core: Fixup Oops for SDIO shutdownUlf Hansson1-1/+2
2013-06-27mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson1-0/+9
2013-06-27mmc: core: Handle card shutdown from mmc_busUlf Hansson1-0/+9
2013-06-27mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson1-3/+16
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+1
2013-05-26mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson1-2/+12
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman1-0/+1
2012-12-06mmc: Remove redundant null check before kfree in bus.cSachin Kamat1-2/+1
2012-04-23mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacksChuanxiao Dong1-0/+2
2012-04-20mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong1-16/+8
2012-04-05mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani1-2/+15
2012-01-12mmc: core: HS200 mode support for eMMC 4.5Girish K S1-1/+2
2012-01-11mmc: sdio: support SDIO UHS cardsPhilip Rakity1-1/+1
2011-10-31mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker1-0/+1
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-3/+3
2011-05-24mmc: sd: report correct speed and capacity of uhs cardsArindam Nath1-3/+8
2011-04-27mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław1-0/+1
2011-01-08mmc: Register debugfs dir before calling card probe function.Viresh Kumar1-4/+4