aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/rafael/linux-pmLinus 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/kernel/git/cjb/mmcLinus 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/kernel/git/cjb/mmcLinus 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
2010-10-23mmc: add runtime PM handlersOhad Ben-Cohen1-0/+37
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter1-2/+4
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko1-7/+7
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko1-1/+0
2010-08-11mmc: implement SD-combo (IO+mem) supportMichal Miroslaw1-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-24mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft1-0/+8
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen1-0/+8
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman1-20/+3