aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-02-113-40/+17
|\
| * tifm_sd: treat "status error" as normal command completionAlex Dubov2007-02-111-7/+4
| * mmc: wbsd: Remove stray kunmap_atomic()Pierre Ossman2007-02-111-1/+0
| * mmc: sdhci: Stop asking for mailPierre Ossman2007-02-091-24/+11
| * mmc: sdhci: Remove driver versionPierre Ossman2007-02-091-4/+1
| * mmc: wbsd: Remove driver versionPierre Ossman2007-02-091-4/+1
* | [PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitivesAl Viro2007-02-091-1/+1
|/
* mmc: tifm: replace kmap with page_addressPierre Ossman2007-02-041-11/+4
* mmc: sdhci: fix voltage ocrPierre Ossman2007-02-041-2/+2
* mmc: sdhci: replace kmap with page_addressPierre Ossman2007-02-042-19/+6
* mmc: wbsd: replace kmap with page_addressPierre Ossman2007-02-042-31/+10
* mmc: handle pci_enable_device() return value in sdhciPierre Ossman2007-02-041-1/+3
* mmc: Proper unclaim in mmc_blockPierre Ossman2007-02-041-1/+2
* mmc: Graceful fallback for fancy featuresPierre Ossman2007-02-041-9/+7
* mmc: Handle wbsd's stupid command listPierre Ossman2007-02-041-1/+40
* mmc: Allow host drivers to specify max block countPierre Ossman2007-02-0412-21/+53
* mmc: Allow host drivers to specify a max block sizePierre Ossman2007-02-0411-12/+43
* tifm_sd: add suspend and resume functionalityAlex Dubov2007-02-041-1/+38
* Remove unused return value from signal_irq callbackAlex Dubov2007-02-041-3/+2
* tifm_sd: prettifyAlex Dubov2007-02-041-48/+50
* tifm_sd: restructure initialization, removal and command handlingAlex Dubov2007-02-041-95/+110
* tifm_sd: fix hardware timeout setupAlex Dubov2007-02-041-8/+7
* tifm_sd: Switch software timeout handler from work_struct to timerAlex Dubov2007-02-041-21/+13
* tifm_sd: use kmap_atomic instead of kmap for PIO data bufferAlex Dubov2007-02-041-27/+25
* tifm_sd: alter order of the states in the command handlerAlex Dubov2007-02-041-20/+37
* mmc: Add support for SDHC cardsPhilip Langdale2007-02-042-29/+119
* mmc: Power quirk for ENE controllersDarren Salt2007-02-041-3/+19
* mmc: let host be parent of cardsPierre Ossman2007-02-041-1/+1
* mmc: replace host->card_busyPierre Ossman2007-02-041-8/+8
* mmc: au1xmmc: return errors for unknown response typesManuel Lauss2007-02-041-0/+6
* mmc: au1xmmc: implement proper ro switch detectionManuel Lauss2007-02-041-1/+3
* mmc: Correct definition of R6Philip Langdale2007-01-154-11/+2
* omap: Update MMC response typesCarlos Eduardo Aguiar2007-01-151-5/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-01-102-9/+8
|\
| * MMC: at91 mmc linkage updatesDavid Brownell2007-01-041-6/+5
| * ARM: OMAP: fix MMC workqueue changesKyungmin Park2007-01-041-3/+3
* | [ARM] Fix potential MMCI bugRussell King2007-01-081-0/+4
|/
* AT91 MMC update for 2.6.19Andrew Victor2006-12-111-17/+24
* mmc: Change SDHCI iomem error to a warningPierre Ossman2006-12-111-2/+2
* mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removalVitaly Wool2006-12-111-1/+3
* AT91 MMC 5 : Minor cleanupsAndrew Victor2006-12-111-9/+9
* AT91 MMC 4 : Interrupt handler cleanupAndrew Victor2006-12-111-45/+43
* AT91 MMC 3 : Move global mci_clk variableAndrew Victor2006-12-111-11/+11
* AT91 MMC 2 : Use platform resourcesAndrew Victor2006-12-111-7/+34
* AT91 MMC 1: Pass host structure.Andrew Victor2006-12-111-89/+81
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2006-12-082-3/+3
|\
| * mmc: fix au1xmmc build errorYoichi Yuasa2006-12-051-1/+1
| * mmc: pxamci compilation fixSascha Hauer2006-12-051-2/+2
* | [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-1/+1
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-073-7/+7
|\ \