aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Merge branch 'master' of ../mmcPierre Ossman18-294/+638
2008-12-31mmc: warn about voltage mismatchesDavid Brownell1-0/+2
2008-12-31mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov3-1/+155
2008-12-31pxamci: fix dma_unmap_sg lengthVernon Sauder1-1/+1
2008-12-31mmc_block: ensure all sectors that do not have errors are readAdrian Hunter1-17/+59
2008-12-31drivers/mmc: Move a dereference below a NULL testJulia Lawall1-1/+2
2008-12-31sdhci: handle built-in sdhci with modular leds classPierre Ossman1-6/+11
2008-12-31mmc: balanc pci_iomap with pci_iounmapRoel Kluin1-1/+1
2008-12-31mmc_block: print better error messagesAdrian Hunter1-7/+37
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov1-0/+75
2008-12-31ricoh_mmc: Handle newer models of Ricoh controllersphilipl@overt.org1-6/+11
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen1-4/+14
2008-12-31sdhci: activate led support also when moduleÉric Piel2-7/+7
2008-12-31mmc: trivial annotation of 'blocks'Harvey Harrison1-4/+2
2008-12-31pci: use pci_ioremap_bar() in drivers/mmcArjan van de Ven1-1/+1
2008-12-17Merge branch 'rmk-devel-mxc-pu-v2' of git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6 into develRussell King2-238/+258
2008-12-17Merge branch 'hsmmc-init' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into develRussell King1-3/+4
2008-12-16imxmmc: use readl/writelMarc Kleine-Budde2-93/+134
2008-12-16imxmmc: Remove unused variablesMarc Kleine-Budde1-2/+0
2008-12-16imxmmc: Checkpatch cleanupMarc Kleine-Budde1-160/+141
2008-12-10omap mmc: Add low-level initialization for hsmmc controllerTony Lindgren1-1/+1
2008-12-10omap mmc: Add better MMC low-level initTony Lindgren1-3/+4
2008-11-30sdricoh_cs: Add support for Bay Controller devicesSascha Sommer1-0/+2
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