summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rmk-devel-mxc-pu-v2' of git://pasiphae.extern.pengutronix.de/gi...Russell King2008-12-172-238/+258
|\
| * imxmmc: use readl/writelMarc Kleine-Budde2008-12-162-93/+134
| * imxmmc: Remove unused variablesMarc Kleine-Budde2008-12-161-2/+0
| * imxmmc: Checkpatch cleanupMarc Kleine-Budde2008-12-161-160/+141
* | Merge branch 'hsmmc-init' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-12-171-3/+4
|\ \ | |/ |/|
| * omap mmc: Add low-level initialization for hsmmc controllerTony Lindgren2008-12-101-1/+1
| * omap mmc: Add better MMC low-level initTony Lindgren2008-12-101-3/+4
* | Merge branch 'clks' into develRussell King2008-11-301-1/+1
|\ \
| * | [ARM] amba drivers: don't pass a consumer clock name for devices with unique ...Russell King2008-11-301-1/+1
* | | Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-11-291-1/+1
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-11-031-2/+3
| |\ \ \
| * | | | [ARM] S3C24XX: Move mci.h to arch/arm/plat-s3c24xx/include/platBen Dooks2008-10-301-1/+1
* | | | | [ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King2008-11-291-1/+1
* | | | | [ARM] pxa: avoid polluting the kernel's namespaceRussell King2008-11-281-1/+2
| |_|/ / |/| | |
* | | | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
| |_|/ |/| |
* | | mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-086-17/+14
* | | mmc: increase SD write timeout for crappy cardsPierre Ossman2008-11-081-1/+5
| |/ |/|
* | [ARM] 5322/1: Fix fastpath issue in mmci.cLinus Walleij2008-10-281-2/+3
|/
* [PATCH] switch mmcAl Viro2008-10-211-9/+8
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-10-203-52/+165
|\
| * s3cmci: Add Ben Dooks/Simtec Electronics to header & copyrightben@fluff.org.uk2008-10-151-1/+4
| * s3cmci: fix continual accesses to host->pio_ptrben@fluff.org.uk2008-10-151-2/+8
| * s3cmci: Support transfers which are not multiple of 32 bits.Christer Weinigel2008-10-152-28/+54
| * s3cmci: cpufreq supportben@fluff.org.uk2008-10-152-19/+96
| * s3cmci: Make general protocol errors less noisyben@fluff.org.uk2008-10-151-2/+2
| * mmc_block: tell block layer there is no seek penaltyPierre Ossman2008-10-141-0/+1
* | Merge branch 'fixes' into for-linusRussell King2008-10-1514-480/+1162
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-1318-496/+1201
| |\
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-10-1214-475/+1153
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Pierre Ossman2008-10-123-382/+987
| | | |\
| | | | * atmel-mci: Add missing flush_dcache_page() in PIO transfer codeHaavard Skinnemoen2008-10-051-0/+1
| | | | * atmel-mci: Don't overwrite error bits when NOTBUSY is setHaavard Skinnemoen2008-10-051-1/+3
| | | | * atmel-mci: Add experimental DMA supportHaavard Skinnemoen2008-10-052-16/+269
| | | | * atmel-mci: support multiple mmc slotsHaavard Skinnemoen2008-10-051-308/+614
| | | | * atmel-mci: Platform code for supporting multiple mmc slotsHaavard Skinnemoen2008-10-052-6/+24
| | | | * atmel-mci: Don't stop the clock between transfersHaavard Skinnemoen2008-10-051-38/+22
| | | | * atmel-mci: Implement tasklet as a state machineHaavard Skinnemoen2008-10-051-104/+145
| | | | * atmel-mci: Initialize BLKR before sending data transfer commandHaavard Skinnemoen2008-10-051-2/+4
| | | * | MMC: Use timeout values from CSRMatthew Fleming2008-10-121-11/+21
| | | * | MMC: CSD and CID timeout valuesMatthew Fleming2008-10-121-2/+6
| | | * | sdhci: 'scratch' may be used uninitializedSteven Noonan2008-10-121-1/+1
| | | * | mmc: explicitly mention SDIO support in KconfigPierre Ossman2008-10-123-11/+13
| | | * | mmc: remove redundant "depends on"Pierre Ossman2008-10-122-4/+3
| | | * | sdio: high-speed supportPierre Ossman2008-10-121-3/+49
| | | * | mmc_block: hard code 512 byte block sizePierre Ossman2008-10-121-18/+5
| | | * | sdhci: force high speed capability on some controllersPierre Ossman2008-10-123-2/+6
| | | * | mmc_block: filter out PC requestsPierre Ossman2008-10-121-1/+1
| | | * | mmc_block: indicate strict orderingPierre Ossman2008-10-121-0/+1
| | | * | mmc_block: inform block layer about sector count restrictionPierre Ossman2008-10-122-28/+15