aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2005-01-15[MMC] Add comment about GENHD_FL_REMOVABLE to mmc_blockRussell King1-0/+12
2005-01-10[PATCH] MMC_WBSD depends on ISAGeert Uytterhoeven1-1/+1
2005-01-07[MMC] Remove linux/blkdev.h include.Russell King3-4/+5
2005-01-06[PATCH] mmc build fixAndrew Morton1-1/+1
2005-01-03[MMC] Remove deprecated data->reqRussell King1-1/+0
2005-01-03[MMC] Fix warning in wbsdPierre Ossman1-2/+0
2005-01-02[MMC] Fix UNSTUFF_BITSRussell King1-3/+4
2004-12-21[MMC] Add Winbond SD/MMC driverPierre Ossman4-0/+1785
2004-12-17[ARM PATCH] 2289/2: turn off PXA clock to MMC block when not in useNicolas Pitre1-12/+5
2004-12-01[ARM PATCH] 2288/1: unlink MMC DMA on driver exitNicolas Pitre1-0/+3
2004-11-27[ARM PATCH] 2271/3: MMC for Mainstone/PXA27xNicolas Pitre2-13/+52
2004-10-30[ARM] Add __iomem annotations to ARM amba drivers.Russell King2-7/+7
2004-10-28[MMC] Switch PXAMCI to use supplied scatterlist.Russell King1-33/+34
2004-10-27[MMC] Remove block knowledge from MMCI driver.Russell King2-7/+3
2004-10-27[MMC] Add support for passing scatterlists to MMC host drivers.Russell King3-3/+23
2004-10-27[MMC] Fix incorrectly balanced spin_lock_irq()Russell King1-1/+1
2004-09-29Merge bk://bk.arm.linux.org.uk/linux-2.6-mmcLinus Torvalds4-130/+158
2004-09-30[MMC] Fix mmci.c build problem.Russell King1-1/+1
2004-09-29[MMC] Use scatter-gather lists rather than walking the BIOsRussell King2-114/+119
2004-09-29[MMC] Add power up delayPierre Ossman1-0/+2
2004-09-29[MMC] Make MMC card initialisation more reliable.Russell King1-7/+26
2004-09-29[MMC] Provide major= module parameter for mmc_blockRussell King1-7/+10
2004-09-29[MMC] replace schedule_timeout() with msleep_interruptible()Maximilian Attems1-2/+1
2004-09-30[ARM PATCH] 2111/1: restrict scope of PXA2xx register definitionsNicolas Pitre1-0/+1
2004-09-20[MMC] Ensure semaphores are initialised before use. Gah.Russell King1-0/+1
2004-09-20[MMC] PXAMCI: enable use of platform specific data.Russell King1-4/+23
2004-09-20[MMC] Ensure PXA MMC interrupts are disabled on chip.Russell King1-0/+1
2004-09-20[MMC] Fix mmc_block suspend/resume handling (again).Russell King3-21/+61
2004-09-19[MMC] Fix suspend/resume buglet.Russell King1-0/+8
2004-09-18[MMC] Add v2.x and v3.x CID parsing.Russell King2-33/+95
2004-09-18[MMC] Clean up MMC card CID/CSD decoding, stage 1.Russell King2-11/+17
2004-09-18[MMC] Export raw MMC card CID and CSD registers via device model.Russell King1-2/+8
2004-09-18[MMC] Save MMC card raw CSD structure.Russell King1-0/+2
2004-09-18[MMC] Use raw CID rather than decoded CIDRussell King1-12/+9
2004-09-07Merge bk://bk.arm.linux.org.uk/linux-2.6-mmcLinus Torvalds6-87/+219
2004-09-06[MMC] MMC_RSP_xxx combined response types.Russell King2-11/+11
2004-08-31[PATCH] mmc annotationAlexander Viro1-1/+1
2004-08-30[MMC] PXAMCI: Bracket power management calls with CONFIG_PM.Russell King1-0/+5
2004-08-30[MMC] MMCI: Ensure that we read all data from FIFO.Russell King1-0/+7
2004-08-30[MMC] MMCI: Add SG support to PIO data transfersRussell King1-5/+66
2004-08-30[MMC] MMCI: use bio_kmap_irq() rather than req->bufferRussell King1-22/+41
2004-08-30[MMC] MMCI: Maintain offset rather than buffer pointer for PIORussell King2-10/+12
2004-08-30[MMC] MMCI: split the PIO data read and write paths.Russell King1-29/+64
2004-08-30[MMC] MMCI: Manipulate IRQ masks according to the data FSM state.Russell King2-20/+14
2004-08-30[MMC] MMCI: data FSM handling updatesRussell King2-6/+14
2004-08-30[MMC] MMCI: Remove hardcoded MCI_IRQMASK definitionRussell King2-8/+1
2004-08-30[MMC] Give the MMC host the full-sized request.Russell King1-1/+1
2004-08-30[MMC] Add host specific block queue parametersRussell King3-8/+18
2004-08-30[MMC] Remove unused host->privRussell King1-2/+0
2004-08-30[MMC] Use local card pointer rather than md->queue.cardRussell King1-3/+3
2004-08-20[MMC] MMCI optimisations.Russell King1-20/+33
2004-08-19[MMC] Cleanup: Make MMCI debug macro take host, format and arguments.Russell King1-12/+11
2004-08-19[MMC] Avoid potential oops in MMCI.Russell King1-1/+1
2004-08-19[MMC] Fix race condition in MMCI write-path data channel.Russell King1-24/+40
2004-08-19[MMC] Update PXAMCI for later kernels.Russell King1-26/+5
2004-07-08[MMC] Fix end of request handling.Russell King3-28/+45
2004-07-08[MMC] Use a consistent naming to refer to mmc_request,Russell King5-96/+96
2004-07-06[MMC] Fix PXA MCI driver name.Russell King1-1/+1
2004-06-22[MMC] Fix some review points from Jens AxboeRussell King2-24/+5
2004-06-22[MMC] MMCI updates.Russell King2-36/+74
2004-06-01[MMC] Fix PXA MMC interface issues.Russell King1-17/+22
2004-05-06[MMC] Add PXA MMC interface support.Russell King4-0/+695
2004-05-06[MMC] Add ARM MMCI Primecell driver.Russell King4-0/+683
2004-05-06[MMC] Add MMC core supportRussell King8-0/+1823