aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* drivers/mmc/core/host.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-231-3/+1
* drivers/mmc/core/bus.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-231-3/+1
* drivers/mmc/core/: make 3 functions staticAdrian Bunk2007-07-264-75/+69
* mmc: add missing printk levelsPierre Ossman2007-07-262-10/+8
* mmc: proper debugging output in corePierre Ossman2007-07-261-8/+40
* mmc: be more verbose about card insertions/removalPierre Ossman2007-07-263-2/+35
* mmc: Don't hold lock when releasing an added cardPierre Ossman2007-07-262-10/+16
* mmc: add a might_sleep() to mmc_claim_host()Pierre Ossman2007-07-261-0/+2
* mmc: update kerneldocPierre Ossman2007-07-263-14/+26
* mmc: update header file pathsPierre Ossman2007-07-266-6/+6
* mmc: fix silly copy-and-paste errorPierre Ossman2007-07-091-3/+3
* mmc: move layer init and workqueue to core filePierre Ossman2007-07-093-56/+48
* mmc: refactor host class handlingPierre Ossman2007-07-097-164/+187
* mmc: refactor bus operationsPierre Ossman2007-07-099-244/+418
* mmc: get back read-only switch functionPierre Ossman2007-06-131-0/+15
* mmc: don't call switch on old cardsPierre Ossman2007-06-071-4/+20
* mmc: fix broken if clausePierre Ossman2007-06-071-1/+1
* mmc build fixAndrew Morton2007-05-091-2/+2
* mmc: use lock instead of claim in debug checkPierre Ossman2007-05-081-4/+6
* mmc: Use menuconfig objectsJan Engelhardt2007-05-081-1/+0
* mmc: remove old card statesPierre Ossman2007-05-013-19/+31
* mmc: support unsafe resume of cardsPierre Ossman2007-05-015-213/+442
* mmc: separate out reading EXT_CSDPierre Ossman2007-05-011-40/+35
* mmc: break apart switch functionPierre Ossman2007-05-011-8/+41
* MMC: Fix handling of low-voltage cardsPhilip Langdale2007-05-012-0/+29
* mmc: add bus handlerPierre Ossman2007-05-015-682/+1035
* mmc: Separate out protocol opsPierre Ossman2007-05-019-462/+756
* mmc: Move core functions to subdirPierre Ossman2007-05-014-0/+2035