summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: whip bus uevent handler into shapePierre Ossman2007-09-231-14/+17
* sdio: add device id table and matchingPierre Ossman2007-09-231-6/+52
* mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre2007-09-231-1/+1
* sdio: split up common and function CIS parsingPierre Ossman2007-09-235-26/+193
* sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre2007-09-233-29/+58
* sdio: initial CIS parsing codeNicolas Pitre2007-09-234-1/+144
* sdio: basic parsing of FBRPierre Ossman2007-09-231-0/+38
* sdio: read and decode interesting parts of the CCCRPierre Ossman2007-09-231-0/+63
* mmc: enable/disable functions for SDIOPierre Ossman2007-09-231-0/+93
* mmc: add basic SDIO I/O operationsPierre Ossman2007-09-232-1/+107
* mmc: add SDIO driver handlingPierre Ossman2007-09-231-0/+23
* mmc: basic SDIO device modelPierre Ossman2007-09-235-15/+237
* mmc: implement SDIO IO_RW_DIRECT operationPierre Ossman2007-09-232-0/+39
* mmc: detect SDIO cardsPierre Ossman2007-09-236-13/+281
* mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytesMarc Pignat2007-09-231-0/+8
* mmc: add missing printk levelsPierre Ossman2007-09-231-2/+3
* mmc: remove confusing flagPierre Ossman2007-09-233-15/+16
* mmc: remove BYTEBLOCK capabilityPierre Ossman2007-09-236-7/+21
* mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman2007-09-234-10/+8
* mmc: read ext_csd version numberPierre Ossman2007-09-231-7/+17
* mmc: improve error code feedbackPierre Ossman2007-09-232-13/+36
* mmc: remove custom error codesPierre Ossman2007-09-2315-196/+190
* bug in AT91 MCI suspend routinesAnti Sullin2007-09-111-3/+3
* sdhci: tell which spurious interrupt we gotPierre Ossman2007-08-231-6/+6
* sdhci: handle data interrupts during commandPierre Ossman2007-08-232-7/+22
* mmc: ignore bad max block size in sdhciDavid Vrabel2007-08-231-5/+4
* sdhci: be more cautious about block count registerPierre Ossman2007-08-231-2/+2
* 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
* mmc: at91_mci: remove whitespace at the end of linesNicolas Ferre2007-08-091-4/+4
* mmc: reorganize bounce buffer initPierre Ossman2007-08-091-7/+7
* wbsd: fix section mismatch warningsGabriel C2007-08-091-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-07-2622-175/+250
|\
| * drivers/mmc/core/: make 3 functions staticAdrian Bunk2007-07-264-75/+69
| * mmc: add missing printk levelsPierre Ossman2007-07-262-10/+8
| * mmc: remove redundant debug information from sdhci and wbsdPierre Ossman2007-07-262-26/+0
| * 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-2618-18/+18
| * sdhci: add support to ENE-CB714Leandro Dorileo2007-07-261-0/+27
| * mmc: check error bits before command completionPierre Ossman2007-07-261-13/+10
* | [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-4/+4
|/
* sdhci: make sure to clear the error interruptPierre Ossman2007-07-202-0/+3
* mmc: at91_mci: wakeup on card insertion (or removal)Marc Pignat2007-07-201-1/+12
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-5/+2
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-07-121-22/+0
|\