summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2005-03-29[PATCH] Fix u32 vs. pm_message_t confusion in MMCPavel Machek-2/+2
2005-03-04[MMC] Use bus dev_attrs instead of handling device attrs manuallyRussell King-40/+37
2005-02-14[ARM] Fix SA1111 and PXA iomem sparse warnings.Russell King-1/+1
2005-01-21[MMC] wbsd updatePierre Ossman-104/+162
2005-01-15[MMC] Add comment about GENHD_FL_REMOVABLE to mmc_blockRussell King-0/+12
2005-01-10[PATCH] MMC_WBSD depends on ISAGeert Uytterhoeven-1/+1
2005-01-07[MMC] Remove linux/blkdev.h include.Russell King-4/+5
2005-01-06[PATCH] mmc build fixAndrew Morton-1/+1
2005-01-03[MMC] Remove deprecated data->reqRussell King-1/+0
2005-01-03[MMC] Fix warning in wbsdPierre Ossman-2/+0
2005-01-02[MMC] Fix UNSTUFF_BITSRussell King-3/+4
2004-12-21[MMC] Add Winbond SD/MMC driverPierre Ossman-0/+1785
2004-12-17[ARM PATCH] 2289/2: turn off PXA clock to MMC block when not in useNicolas Pitre-12/+5
2004-12-01[ARM PATCH] 2288/1: unlink MMC DMA on driver exitNicolas Pitre-0/+3
2004-11-27[ARM PATCH] 2271/3: MMC for Mainstone/PXA27xNicolas Pitre-13/+52
2004-10-30[ARM] Add __iomem annotations to ARM amba drivers.Russell King-7/+7
2004-10-28[MMC] Switch PXAMCI to use supplied scatterlist.Russell King-33/+34
2004-10-27[MMC] Remove block knowledge from MMCI driver.Russell King-7/+3
2004-10-27[MMC] Add support for passing scatterlists to MMC host drivers.Russell King-3/+23
2004-10-27[MMC] Fix incorrectly balanced spin_lock_irq()Russell King-1/+1
2004-09-29Merge bk://bk.arm.linux.org.uk/linux-2.6-mmcLinus Torvalds-130/+158
2004-09-30[MMC] Fix mmci.c build problem.Russell King-1/+1
2004-09-29[MMC] Use scatter-gather lists rather than walking the BIOsRussell King-114/+119
2004-09-29[MMC] Add power up delayPierre Ossman-0/+2
2004-09-29[MMC] Make MMC card initialisation more reliable.Russell King-7/+26
2004-09-29[MMC] Provide major= module parameter for mmc_blockRussell King-7/+10
2004-09-29[MMC] replace schedule_timeout() with msleep_interruptible()Maximilian Attems-2/+1
2004-09-30[ARM PATCH] 2111/1: restrict scope of PXA2xx register definitionsNicolas Pitre-0/+1
2004-09-20[MMC] Ensure semaphores are initialised before use. Gah.Russell King-0/+1
2004-09-20[MMC] PXAMCI: enable use of platform specific data.Russell King-4/+23
2004-09-20[MMC] Ensure PXA MMC interrupts are disabled on chip.Russell King-0/+1
2004-09-20[MMC] Fix mmc_block suspend/resume handling (again).Russell King-21/+61
2004-09-19[MMC] Fix suspend/resume buglet.Russell King-0/+8
2004-09-18[MMC] Add v2.x and v3.x CID parsing.Russell King-33/+95
2004-09-18[MMC] Clean up MMC card CID/CSD decoding, stage 1.Russell King-11/+17
2004-09-18[MMC] Export raw MMC card CID and CSD registers via device model.Russell King-2/+8
2004-09-18[MMC] Save MMC card raw CSD structure.Russell King-0/+2
2004-09-18[MMC] Use raw CID rather than decoded CIDRussell King-12/+9
2004-09-07Merge bk://bk.arm.linux.org.uk/linux-2.6-mmcLinus Torvalds-87/+219
2004-09-06[MMC] MMC_RSP_xxx combined response types.Russell King-11/+11
2004-08-31[PATCH] mmc annotationAlexander Viro-1/+1
2004-08-30[MMC] PXAMCI: Bracket power management calls with CONFIG_PM.Russell King-0/+5
2004-08-30[MMC] MMCI: Ensure that we read all data from FIFO.Russell King-0/+7
2004-08-30[MMC] MMCI: Add SG support to PIO data transfersRussell King-5/+66
2004-08-30[MMC] MMCI: use bio_kmap_irq() rather than req->bufferRussell King-22/+41
2004-08-30[MMC] MMCI: Maintain offset rather than buffer pointer for PIORussell King-10/+12
2004-08-30[MMC] MMCI: split the PIO data read and write paths.Russell King-29/+64
2004-08-30[MMC] MMCI: Manipulate IRQ masks according to the data FSM state.Russell King-20/+14
2004-08-30[MMC] MMCI: data FSM handling updatesRussell King-6/+14
2004-08-30[MMC] MMCI: Remove hardcoded MCI_IRQMASK definitionRussell King-8/+1