summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-3/+3
* mmc: sd: report correct speed and capacity of uhs cardsArindam Nath2011-05-241-3/+8
* mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław2011-04-271-0/+1
* mmc: Register debugfs dir before calling card probe function.Viresh Kumar2011-01-081-4/+4
* mmc: add runtime PM handlersOhad Ben-Cohen2010-10-231-0/+37
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-231-2/+4
* mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2010-10-231-7/+7
* mmc: make mmc_dev_to_card() macro publicAndy Shevchenko2010-10-231-1/+0
* mmc: implement SD-combo (IO+mem) supportMichal Miroslaw2010-08-111-0/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft2009-03-241-0/+8
* mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-081-2/+1
* mmc: Add per-card debugfs supportHaavard Skinnemoen2008-07-271-0/+8
* mmc: use sysfs groups to handle conditional attributesPierre Ossman2008-03-221-20/+3
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-14/+7
* MMC core learns about SPIDavid Brownell2007-09-231-6/+18
* sdio: store vendor stringsPierre Ossman2007-09-231-0/+3
OpenPOWER on IntegriCloud