aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12-17sdio: fix reference counting in sdio_remove_func()Daniel Drake1-2/+5
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre1-3/+0
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2007-10-14uevent environment changes falloutAl Viro1-11/+4
2007-09-23sdio: store vendor stringsPierre Ossman1-0/+3
2007-09-23sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-09-23sdio: set the functions' block sizeDavid Vrabel1-0/+9
2007-09-23make struct sdio_dev_attrs[] staticAdrian Bunk1-1/+1
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre1-0/+8
2007-09-23sdio: add basic sysfs attributesPierre Ossman1-0/+32
2007-09-23sdio: add modalias supportPierre Ossman1-1/+20
2007-09-23sdio: add device id table and matchingPierre Ossman1-6/+52
2007-09-23sdio: split up common and function CIS parsingPierre Ossman1-1/+1
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre1-0/+3
2007-09-23mmc: add SDIO driver handlingPierre Ossman1-0/+23
2007-09-23mmc: basic SDIO device modelPierre Ossman1-0/+129