summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/bus.c
AgeCommit message (Expand)AuthorLines
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer-0/+4
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-2/+2
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson-33/+8
2014-11-10mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson-10/+4
2014-07-09mmc: core: Remove redundant runtime_idle callbackUlf Hansson-9/+1
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon-0/+1
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon-4/+4
2014-02-13mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson-10/+2
2013-11-18Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2013-10-16MMC: convert bus code to use dev_groupsGreg Kroah-Hartman-5/+7
2013-09-25mmc: core: clean up duplicate macrosJackey Shen-1/+1
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+47
2013-07-05mmc: core: Fixup Oops for SDIO shutdownUlf Hansson-1/+2
2013-06-27mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson-0/+9
2013-06-27mmc: core: Handle card shutdown from mmc_busUlf Hansson-0/+9
2013-06-27mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson-3/+16
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki-1/+1
2013-05-26mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson-2/+12
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman-0/+1
2012-12-06mmc: Remove redundant null check before kfree in bus.cSachin Kamat-2/+1
2012-04-23mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacksChuanxiao Dong-0/+2
2012-04-20mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong-16/+8
2012-04-05mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani-2/+15
2012-01-12mmc: core: HS200 mode support for eMMC 4.5Girish K S-1/+2
2012-01-11mmc: sdio: support SDIO UHS cardsPhilip Rakity-1/+1
2011-10-31mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker-0/+1
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker-0/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S-3/+3
2011-05-24mmc: sd: report correct speed and capacity of uhs cardsArindam Nath-3/+8
2011-04-27mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław-0/+1
2011-01-08mmc: Register debugfs dir before calling card probe function.Viresh Kumar-4/+4
2010-10-23mmc: add runtime PM handlersOhad Ben-Cohen-0/+37
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter-2/+4
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko-7/+7
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko-1/+0
2010-08-11mmc: implement SD-combo (IO+mem) supportMichal Miroslaw-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-03-24mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft-0/+8
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-2/+1
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen-0/+8
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman-20/+3
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers-14/+7
2007-09-23MMC core learns about SPIDavid Brownell-6/+18
2007-09-23sdio: store vendor stringsPierre Ossman-0/+3
2007-09-23mmc: whip bus uevent handler into shapePierre Ossman-14/+17
2007-09-23sdio: split up common and function CIS parsingPierre Ossman-0/+3
2007-09-23mmc: detect SDIO cardsPierre Ossman-0/+8
2007-08-23drivers/mmc/core/bus.c: kmalloc + memset conversion to kzallocMariusz Kozlowski-3/+1
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman-0/+23