summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/bus.c
AgeCommit message (Expand)Author
2014-01-27Revert "Revert "mmc: Set suspend/resume bus operations if CONFIG_PM_RUNTIME i...ximingc
2014-01-26mmc: core: Handle card shutdown from mmc_busDavid Yu
2012-07-18Revert "mmc: Set suspend/resume bus operations if CONFIG_PM_RUNTIME is used"Colin Cross
2012-07-02mmc: bus: Fix compilation warningBo Yan
2012-04-25mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong
2012-04-18mmc: bus: print bus speed mode of UHS-I cardSubhash Jadavani
2012-03-23Merge commit '5275e74' into after-upstream-androidDan Willemsen
2012-03-23Hack: mmc: explicitly invoking mmc_test probe from bus drvSachin Nikam
2012-03-23mmc: sdio: support SDIO UHS cardsPavan Kunapuli
2012-02-14mmc: Set suspend/resume bus operations if CONFIG_PM_RUNTIME is usedDmitry Shmidt
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
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko
2010-08-11mmc: implement SD-combo (IO+mem) supportMichal Miroslaw
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-03-24mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-09-23MMC core learns about SPIDavid Brownell
2007-09-23sdio: store vendor stringsPierre Ossman
2007-09-23mmc: whip bus uevent handler into shapePierre Ossman
2007-09-23sdio: split up common and function CIS parsingPierre Ossman
2007-09-23mmc: detect SDIO cardsPierre Ossman
2007-08-23drivers/mmc/core/bus.c: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman
2007-07-09mmc: refactor bus operationsPierre Ossman