aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-14/+7
2007-09-23MMC core learns about SPIDavid Brownell1-6/+18
2007-09-23sdio: store vendor stringsPierre Ossman1-0/+3
2007-09-23mmc: whip bus uevent handler into shapePierre Ossman1-14/+17
2007-09-23sdio: split up common and function CIS parsingPierre Ossman1-0/+3
2007-09-23mmc: detect SDIO cardsPierre Ossman1-0/+8
2007-08-23drivers/mmc/core/bus.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman1-0/+23
2007-07-09mmc: refactor bus operationsPierre Ossman1-0/+253