aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-29[PATCH] Fix u32 vs. pm_message_t confusion in MMCPavel Machek2-2/+2
2005-03-04[MMC] Use bus dev_attrs instead of handling device attrs manuallyRussell King1-40/+37
2005-02-14[ARM] Fix SA1111 and PXA iomem sparse warnings.Russell King1-1/+1
2005-01-21[MMC] wbsd updatePierre Ossman2-104/+162
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