aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-09[PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitivesAl Viro1-1/+1
2007-02-04mmc: tifm: replace kmap with page_addressPierre Ossman1-11/+4
2007-02-04mmc: sdhci: fix voltage ocrPierre Ossman1-2/+2
2007-02-04mmc: sdhci: replace kmap with page_addressPierre Ossman2-19/+6
2007-02-04mmc: wbsd: replace kmap with page_addressPierre Ossman2-31/+10
2007-02-04mmc: handle pci_enable_device() return value in sdhciPierre Ossman1-1/+3
2007-02-04mmc: Proper unclaim in mmc_blockPierre Ossman1-1/+2
2007-02-04mmc: Graceful fallback for fancy featuresPierre Ossman1-9/+7
2007-02-04mmc: Handle wbsd's stupid command listPierre Ossman1-1/+40
2007-02-04mmc: Allow host drivers to specify max block countPierre Ossman12-21/+53
2007-02-04mmc: Allow host drivers to specify a max block sizePierre Ossman11-12/+43
2007-02-04tifm_sd: add suspend and resume functionalityAlex Dubov1-1/+38
2007-02-04Remove unused return value from signal_irq callbackAlex Dubov1-3/+2
2007-02-04tifm_sd: prettifyAlex Dubov1-48/+50
2007-02-04tifm_sd: restructure initialization, removal and command handlingAlex Dubov1-95/+110
2007-02-04tifm_sd: fix hardware timeout setupAlex Dubov1-8/+7
2007-02-04tifm_sd: Switch software timeout handler from work_struct to timerAlex Dubov1-21/+13
2007-02-04tifm_sd: use kmap_atomic instead of kmap for PIO data bufferAlex Dubov1-27/+25
2007-02-04tifm_sd: alter order of the states in the command handlerAlex Dubov1-20/+37
2007-02-04mmc: Add support for SDHC cardsPhilip Langdale2-29/+119
2007-02-04mmc: Power quirk for ENE controllersDarren Salt1-3/+19
2007-02-04mmc: let host be parent of cardsPierre Ossman1-1/+1
2007-02-04mmc: replace host->card_busyPierre Ossman1-8/+8
2007-02-04mmc: au1xmmc: return errors for unknown response typesManuel Lauss1-0/+6
2007-02-04mmc: au1xmmc: implement proper ro switch detectionManuel Lauss1-1/+3
2007-01-15mmc: Correct definition of R6Philip Langdale4-11/+2
2007-01-15omap: Update MMC response typesCarlos Eduardo Aguiar1-5/+11
2007-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-9/+8
2007-01-08[ARM] Fix potential MMCI bugRussell King1-0/+4
2007-01-04MMC: at91 mmc linkage updatesDavid Brownell1-6/+5
2007-01-04ARM: OMAP: fix MMC workqueue changesKyungmin Park1-3/+3
2006-12-11AT91 MMC update for 2.6.19Andrew Victor1-17/+24
2006-12-11mmc: Change SDHCI iomem error to a warningPierre Ossman1-2/+2
2006-12-11mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removalVitaly Wool1-1/+3
2006-12-11AT91 MMC 5 : Minor cleanupsAndrew Victor1-9/+9
2006-12-11AT91 MMC 4 : Interrupt handler cleanupAndrew Victor1-45/+43
2006-12-11AT91 MMC 3 : Move global mci_clk variableAndrew Victor1-11/+11
2006-12-11AT91 MMC 2 : Use platform resourcesAndrew Victor1-7/+34
2006-12-11AT91 MMC 1: Pass host structure.Andrew Victor1-89/+81
2006-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-3/+3
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-1/+1
2006-12-07Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-7/+7
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells16-243/+525
2006-12-05mmc: fix au1xmmc build errorYoichi Yuasa1-1/+1
2006-12-05mmc: pxamci compilation fixSascha Hauer1-2/+2
2006-12-02Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds15-226/+509
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-15/+15
2006-12-01Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman3-15/+15
2006-12-01mmc: correct request error handlingPierre Ossman1-4/+3
2006-12-01mmc: Flush block queue when removing cardPierre Ossman2-5/+25