aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-30mmc: at91_mci: reorder timer setup and mmc_add_host() callNicolas Ferre1-2/+2
2008-11-30Merge branch 'clks' into develRussell King1-1/+1
2008-11-30[ARM] amba drivers: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-11-29Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King1-1/+1
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King1-1/+1
2008-11-28[ARM] pxa: avoid polluting the kernel's namespaceRussell King1-1/+2
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers6-17/+14
2008-11-08mmc: increase SD write timeout for crappy cardsPierre Ossman1-1/+5
2008-11-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s3c-moves2Ben Dooks1-2/+3
2008-10-30[ARM] S3C24XX: Move mci.h to arch/arm/plat-s3c24xx/include/platBen Dooks1-1/+1
2008-10-28[ARM] 5322/1: Fix fastpath issue in mmci.cLinus Walleij1-2/+3
2008-10-21[PATCH] switch mmcAl Viro1-9/+8
2008-10-21[PATCH] beginning of methods conversionAl Viro1-2/+2
2008-10-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds3-52/+165
2008-10-15Merge branch 'fixes' into for-linusRussell King14-480/+1162
2008-10-15s3cmci: Add Ben Dooks/Simtec Electronics to header & copyrightben@fluff.org.uk1-1/+4
2008-10-15s3cmci: fix continual accesses to host->pio_ptrben@fluff.org.uk1-2/+8
2008-10-15s3cmci: Support transfers which are not multiple of 32 bits.Christer Weinigel2-28/+54
2008-10-15s3cmci: cpufreq supportben@fluff.org.uk2-19/+96
2008-10-15s3cmci: Make general protocol errors less noisyben@fluff.org.uk1-2/+2
2008-10-14Merge branch 's3c-move' into develRussell King4-13/+22
2008-10-14Merge branch 'omap-all' into develRussell King1-3/+8
2008-10-14mmc_block: tell block layer there is no seek penaltyPierre Ossman1-0/+1
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse18-496/+1201
2008-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds14-475/+1153
2008-10-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/atmel-mci-2.6.28Pierre Ossman3-382/+987
2008-10-12MMC: Use timeout values from CSRMatthew Fleming1-11/+21
2008-10-12MMC: CSD and CID timeout valuesMatthew Fleming1-2/+6
2008-10-12sdhci: 'scratch' may be used uninitializedSteven Noonan1-1/+1
2008-10-12mmc: explicitly mention SDIO support in KconfigPierre Ossman3-11/+13
2008-10-12mmc: remove redundant "depends on"Pierre Ossman2-4/+3
2008-10-12sdio: high-speed supportPierre Ossman1-3/+49
2008-10-12mmc_block: hard code 512 byte block sizePierre Ossman1-18/+5
2008-10-12sdhci: force high speed capability on some controllersPierre Ossman3-2/+6
2008-10-12mmc_block: filter out PC requestsPierre Ossman1-1/+1
2008-10-12mmc_block: indicate strict orderingPierre Ossman1-0/+1
2008-10-12mmc_block: inform block layer about sector count restrictionPierre Ossman2-28/+15
2008-10-12sdio: give sdio irq thread a host specific namePierre Ossman1-1/+2
2008-10-12sdio: make sleep on error interruptablePierre Ossman1-4/+9
2008-10-12sdhci: reduce card detection delayPierre Ossman1-1/+1
2008-10-12sdhci: let the controller wait for busy state to endPierre Ossman1-6/+33
2008-10-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+7
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-1/+1
2008-10-07Merge branches 'pxa-core' and 'pxa-machines' into pxa-allRussell King2-5/+19
2008-10-06atmel-mci: Initialize BLKR before sending data transfer commandHaavard Skinnemoen1-2/+4
2008-10-05atmel-mci: Add missing flush_dcache_page() in PIO transfer codeHaavard Skinnemoen1-0/+1
2008-10-05atmel-mci: Don't overwrite error bits when NOTBUSY is setHaavard Skinnemoen1-1/+3
2008-10-05atmel-mci: Add experimental DMA supportHaavard Skinnemoen2-16/+269