summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* sdio: add /proc interface to sdio_uart driverNicolas Pitre2007-09-231-0/+62
* sdio: UART/GPS driverNicolas Pitre2007-09-233-0/+1086
* sdio: core support for SDIO function interruptNicolas Pitre2007-09-233-1/+246
* sdio: allow for mmc_claim_host to be abortedNicolas Pitre2007-09-231-6/+16
* sdio: add basic sysfs attributesPierre Ossman2007-09-231-0/+32
* sdio: add modalias supportPierre Ossman2007-09-231-1/+20
* 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/+8Star
* 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/+190Star
* 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/+4Star
* 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/+1Star
* drivers/mmc/core/bus.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-231-3/+1Star
* 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/+69Star
| * mmc: add missing printk levelsPierre Ossman2007-07-262-10/+8Star
| * mmc: remove redundant debug information from sdhci and wbsdPierre Ossman2007-07-262-26/+0Star
| * 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/+10Star