aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2009-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams
2009-02-18omap_hsmmc: Change while(); loops with finite versionJean Pihet
2009-02-18omap_hsmmc: recover from transfer failuresJean Pihet
2009-02-18omap_hsmmc: only MMC1 allows HCTL.SDVS != 1.8VDavid Brownell
2009-02-18omap_hsmmc: card detect irq bugfixDavid Brownell
2009-02-18sdhci: fix led namingHelmut Schaa
2009-02-18mmc_test: fix basic read testRabin Vincent
2009-02-18s3cmci: Fix hangup in do_pio_write()Yauhen Kharuzhy
2009-02-18Revert "sdhci: force high speed capability on some controllers"Pierre Ossman
2009-02-18MMC: fix bug - SDHC card capacity not correctYi Li
2009-02-02pxamci: enable DMA for write ops after CMD/RESPCliff Brake
2009-02-02pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())Cliff Brake
2009-02-02ricoh_mmc: Use suspend_late/resume_earlyphilipl@overt.org
2009-02-02mmci: Add support for ST Micro derivateLinus Walleij
2009-02-02mmc: Add a MX2/MX3 specific SDHC driverSascha Hauer
2009-01-24[ARM] 5369/1: omap mmc: Add new omap hsmmc controller for 2430 and 34xx, v3Madhusudhan Chikkature
2009-01-24[ARM] 5365/1: s3cmci: Use new include path of dma.hRamax Lo
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-01-07Merge branches 'fixes', 'cleanups' and 'boards'Haavard Skinnemoen
2009-01-06dmaengine: kill enum dma_state_clientDan Williams
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05atmel-mci: move atmel-mci.h file to include/linuxNicolas Ferre
2008-12-31Merge branch 'master' of ../mmcPierre Ossman
2008-12-31mmc: warn about voltage mismatchesDavid Brownell
2008-12-31mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov
2008-12-31pxamci: fix dma_unmap_sg lengthVernon Sauder
2008-12-31mmc_block: ensure all sectors that do not have errors are readAdrian Hunter
2008-12-31drivers/mmc: Move a dereference below a NULL testJulia Lawall
2008-12-31sdhci: handle built-in sdhci with modular leds classPierre Ossman
2008-12-31mmc: balanc pci_iomap with pci_iounmapRoel Kluin
2008-12-31mmc_block: print better error messagesAdrian Hunter
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov
2008-12-31ricoh_mmc: Handle newer models of Ricoh controllersphilipl@overt.org
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen
2008-12-31sdhci: activate led support also when moduleÉric Piel
2008-12-31mmc: trivial annotation of 'blocks'Harvey Harrison
2008-12-31pci: use pci_ioremap_bar() in drivers/mmcArjan van de Ven
2008-12-17Merge branch 'rmk-devel-mxc-pu-v2' of git://pasiphae.extern.pengutronix.de/gi...Russell King
2008-12-17Merge branch 'hsmmc-init' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King
2008-12-16imxmmc: use readl/writelMarc Kleine-Budde
2008-12-16imxmmc: Remove unused variablesMarc Kleine-Budde
2008-12-16imxmmc: Checkpatch cleanupMarc Kleine-Budde
2008-12-10omap mmc: Add low-level initialization for hsmmc controllerTony Lindgren
2008-12-10omap mmc: Add better MMC low-level initTony Lindgren
2008-11-30sdricoh_cs: Add support for Bay Controller devicesSascha Sommer
2008-11-30mmc: at91_mci: reorder timer setup and mmc_add_host() callNicolas Ferre
2008-11-30Merge branch 'clks' into develRussell King