aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell2-2/+2
2009-09-12Merge branch 'master' into develRussell King1-1/+1
2009-09-12Merge branch 'devel-stable' into develRussell King8-14/+32
2009-09-12Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and 'w90x900' into develRussell King1-0/+6
2009-09-12ARM: 5636/1: Move vendor enum to AMBA includeLinus Walleij1-3/+3
2009-09-02ARM: 5685/1: Make MMCI driver compile without gpiolibLinus Walleij1-0/+2
2009-08-07drivers/mmc: correct error-handling codeJulia Lawall1-1/+1
2009-07-31imxmmc: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-31cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior1-3/+3
2009-07-31sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior1-2/+8
2009-07-29sdhci: get rid of "frequency too high" flood when using eSDHCAnton Vorontsov3-1/+13
2009-07-20mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre1-2/+2
2009-07-09Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6Russell King1-2/+2
2009-07-09MMC: MMCI: use gpiolib for card detect/write protectRussell King2-2/+63
2009-07-09MMC: MMCI: use AMBA bus accessorsRussell King1-4/+4
2009-07-03pxamci: correct DMA flow controlMatt Reimer1-2/+2
2009-06-30spi: add spi_master flag wordDavid Brownell1-0/+6
2009-06-21sdhci: remove needless double parenthesisPierre Ossman1-3/+3
2009-06-21sdhci: Specific quirk vor VIA SDHCI controller in VX855ESHarald Welte3-0/+29
2009-06-21s3cmci: fix dma configuration callBen Dooks1-1/+1
2009-06-21mmc: Add new via-sdmmc host controller driverHarald Welte3-0/+1374
2009-06-21sdhci: Add support for hosts that are only capable of 1-bit transfersAnton Vorontsov3-1/+9
2009-06-21sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirkBen Dooks3-1/+6
2009-06-21sdhci: Add better ADMA error reportingBen Dooks1-1/+33
2009-06-21sdhci-s3c: Samsung S3C based SDHCI controller glueBen Dooks3-0/+451
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds16-203/+1453
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-7/+8
2009-06-13atmel-mci: add MCI2 register definitionsNicolas Ferre1-0/+22
2009-06-13atmel-mci: Integrate AT91 specific definition in header fileNicolas Ferre1-0/+11
2009-06-13tmio_mmc: allow compilation for ASIC3Philipp Zabel2-3/+3
2009-06-13mmc_block: do not DMA to stackBen Dooks1-4/+12
2009-06-13sdhci: Print ADMA status and pointer on debugBen Dooks1-0/+5
2009-06-13tmio_mmc: fix clock setupIan Molton1-10/+5
2009-06-13tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel1-10/+10
2009-06-13tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel1-7/+5
2009-06-13tmio_mmc: don't use set_irq_typePhilipp Zabel1-4/+2
2009-06-13tmio_mmc: add bus_shift supportPhilipp Zabel2-81/+125
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel1-13/+11
2009-06-13mmc_spi: don't use EINVAL for possible transmission errorsWolfgang Muees1-5/+6
2009-06-13cb710: more cleanup for the DEBUG case.Michał Mirosław1-0/+3
2009-06-13sdhci: platform driver for SDHCIRichard Röjfors3-0/+180
2009-06-13mxcmmc: remove frequency workaroundPierre Ossman1-2/+0
2009-06-13cb710: fix printk format stringPierre Ossman1-1/+1
2009-06-13mmc: Driver for CB710/720 memory card reader (MMC part)Michał Mirosław4-0/+922
2009-06-13pxamci: add regulator support.Daniel Ribeiro1-5/+41
2009-06-13MMC core: limit minimum initialization frequency to 400kHzSascha Hauer1-1/+7
2009-06-13sdhci: avoid changing voltage needlesslyPierre Ossman2-26/+29
2009-06-13mmc/omap: make mmci-omap using platform_driver_probeUwe Kleine-König1-2/+1
2009-06-13mmc_spi: speedup for slow cards, less wear-outWolfgang Muees1-0/+12