summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2007-09-23mmc: whip bus uevent handler into shapePierre Ossman1-14/+17
2007-09-23sdio: add device id table and matchingPierre Ossman1-6/+52
2007-09-23mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre1-1/+1
2007-09-23sdio: split up common and function CIS parsingPierre Ossman5-26/+193
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre3-29/+58
2007-09-23sdio: initial CIS parsing codeNicolas Pitre4-1/+144
2007-09-23sdio: basic parsing of FBRPierre Ossman1-0/+38
2007-09-23sdio: read and decode interesting parts of the CCCRPierre Ossman1-0/+63
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman1-0/+93
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman2-1/+107
2007-09-23mmc: add SDIO driver handlingPierre Ossman1-0/+23
2007-09-23mmc: basic SDIO device modelPierre Ossman5-15/+237
2007-09-23mmc: implement SDIO IO_RW_DIRECT operationPierre Ossman2-0/+39
2007-09-23mmc: detect SDIO cardsPierre Ossman6-13/+281
2007-09-23mmc: add missing printk levelsPierre Ossman1-2/+3
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman3-8/+6
2007-09-23mmc: read ext_csd version numberPierre Ossman1-7/+17
2007-09-23mmc: improve error code feedbackPierre Ossman2-13/+36
2007-09-23mmc: remove custom error codesPierre Ossman5-88/+88
2007-08-23drivers/mmc/core/host.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-08-23drivers/mmc/core/bus.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-07-26drivers/mmc/core/: make 3 functions staticAdrian Bunk4-75/+69
2007-07-26mmc: add missing printk levelsPierre Ossman2-10/+8
2007-07-26mmc: proper debugging output in corePierre Ossman1-8/+40
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman3-2/+35
2007-07-26mmc: Don't hold lock when releasing an added cardPierre Ossman2-10/+16
2007-07-26mmc: add a might_sleep() to mmc_claim_host()Pierre Ossman1-0/+2
2007-07-26mmc: update kerneldocPierre Ossman3-14/+26
2007-07-26mmc: update header file pathsPierre Ossman6-6/+6
2007-07-09mmc: fix silly copy-and-paste errorPierre Ossman1-3/+3
2007-07-09mmc: move layer init and workqueue to core filePierre Ossman3-56/+48
2007-07-09mmc: refactor host class handlingPierre Ossman7-164/+187
2007-07-09mmc: refactor bus operationsPierre Ossman9-244/+418
2007-06-13mmc: get back read-only switch functionPierre Ossman1-0/+15
2007-06-07mmc: don't call switch on old cardsPierre Ossman1-4/+20
2007-06-07mmc: fix broken if clausePierre Ossman1-1/+1
2007-05-09mmc build fixAndrew Morton1-2/+2
2007-05-08mmc: use lock instead of claim in debug checkPierre Ossman1-4/+6
2007-05-08mmc: Use menuconfig objectsJan Engelhardt1-1/+0
2007-05-01mmc: remove old card statesPierre Ossman3-19/+31
2007-05-01mmc: support unsafe resume of cardsPierre Ossman5-213/+442
2007-05-01mmc: separate out reading EXT_CSDPierre Ossman1-40/+35
2007-05-01mmc: break apart switch functionPierre Ossman1-8/+41
2007-05-01MMC: Fix handling of low-voltage cardsPhilip Langdale2-0/+29
2007-05-01mmc: add bus handlerPierre Ossman5-682/+1035
2007-05-01mmc: Separate out protocol opsPierre Ossman9-462/+756
2007-05-01mmc: Move core functions to subdirPierre Ossman4-0/+2035