aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/bus.c
AgeCommit message (Expand)Author
2022-02-28mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov
2021-12-14mmc: core: Remove redundant driver match functionlizhe
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-03-09mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár
2020-05-29mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár
2020-05-29mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cardsPali Rohár
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-11-23mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter
2017-10-30mmc: mmc: Enable CQE'sAdrian Hunter
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson
2016-07-25mmc: core: implement enhanced strobe supportShawn Lin
2015-12-22mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui
2015-04-17Revert "mmc: core: Convert mmc_driver to device_driver"Ulf Hansson
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson
2014-11-10mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson
2014-07-09mmc: core: Remove redundant runtime_idle callbackUlf Hansson
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon
2014-02-13mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-10-16MMC: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-09-25mmc: core: clean up duplicate macrosJackey Shen
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-05mmc: core: Fixup Oops for SDIO shutdownUlf Hansson
2013-06-27mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson
2013-06-27mmc: core: Handle card shutdown from mmc_busUlf Hansson
2013-06-27mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki
2013-05-26mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman
2012-12-06mmc: Remove redundant null check before kfree in bus.cSachin Kamat
2012-04-23mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacksChuanxiao Dong
2012-04-20mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong
2012-04-05mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani
2012-01-12mmc: core: HS200 mode support for eMMC 4.5Girish K S
2012-01-11mmc: sdio: support SDIO UHS cardsPhilip Rakity
2011-10-31mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker
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-05-24mmc: sd: report correct speed and capacity of uhs cardsArindam Nath
2011-04-27mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław
2011-01-08mmc: Register debugfs dir before calling card probe function.Viresh Kumar
2010-10-23mmc: add runtime PM handlersOhad Ben-Cohen
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter