Age | Commit message (Expand) | Author | Files | Lines |
2009-09-15 | driver model: constify attribute groups | David Brownell | 2 | -2/+2 |
2009-09-12 | Merge branch 'master' into devel | Russell King | 1 | -1/+1 |
2009-09-12 | Merge branch 'devel-stable' into devel | Russell King | 8 | -14/+32 |
2009-09-12 | Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '... | Russell King | 1 | -0/+6 |
2009-09-12 | ARM: 5636/1: Move vendor enum to AMBA include | Linus Walleij | 1 | -3/+3 |
2009-09-02 | ARM: 5685/1: Make MMCI driver compile without gpiolib | Linus Walleij | 1 | -0/+2 |
2009-08-07 | drivers/mmc: correct error-handling code | Julia Lawall | 1 | -1/+1 |
2009-07-31 | imxmmc: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-07-31 | cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SG | Sebastian Andrzej Siewior | 1 | -3/+3 |
2009-07-31 | sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SG | Sebastian Andrzej Siewior | 1 | -2/+8 |
2009-07-30 | sdhci: get rid of "frequency too high" flood when using eSDHC | Anton Vorontsov | 3 | -1/+13 |
2009-07-21 | mvsdio: fix handling of partial word at the end of PIO transfer | Nicolas Pitre | 1 | -2/+2 |
2009-07-09 | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 1 | -2/+2 |
2009-07-09 | MMC: MMCI: use gpiolib for card detect/write protect | Russell King | 2 | -2/+63 |
2009-07-09 | MMC: MMCI: use AMBA bus accessors | Russell King | 1 | -4/+4 |
2009-07-03 | pxamci: correct DMA flow control | Matt Reimer | 1 | -2/+2 |
2009-07-01 | spi: add spi_master flag word | David Brownell | 1 | -0/+6 |
2009-06-21 | sdhci: remove needless double parenthesis | Pierre Ossman | 1 | -3/+3 |
2009-06-21 | sdhci: Specific quirk vor VIA SDHCI controller in VX855ES | Harald Welte | 3 | -0/+29 |
2009-06-21 | s3cmci: fix dma configuration call | Ben Dooks | 1 | -1/+1 |
2009-06-21 | mmc: Add new via-sdmmc host controller driver | Harald Welte | 3 | -0/+1374 |
2009-06-21 | sdhci: Add support for hosts that are only capable of 1-bit transfers | Anton Vorontsov | 3 | -1/+9 |
2009-06-21 | sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirk | Ben Dooks | 3 | -1/+6 |
2009-06-21 | sdhci: Add better ADMA error reporting | Ben Dooks | 1 | -1/+33 |
2009-06-21 | sdhci-s3c: Samsung S3C based SDHCI controller glue | Ben Dooks | 3 | -0/+451 |
2009-06-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 16 | -203/+1453 |
2009-06-15 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 4 | -7/+8 |
2009-06-14 | atmel-mci: add MCI2 register definitions | Nicolas Ferre | 1 | -0/+22 |
2009-06-14 | atmel-mci: Integrate AT91 specific definition in header file | Nicolas Ferre | 1 | -0/+11 |
2009-06-14 | tmio_mmc: allow compilation for ASIC3 | Philipp Zabel | 2 | -3/+3 |
2009-06-14 | mmc_block: do not DMA to stack | Ben Dooks | 1 | -4/+12 |
2009-06-14 | sdhci: Print ADMA status and pointer on debug | Ben Dooks | 1 | -0/+5 |
2009-06-14 | tmio_mmc: fix clock setup | Ian Molton | 1 | -10/+5 |
2009-06-14 | tmio_mmc: map SD control registers after enabling the MFD cell | Philipp Zabel | 1 | -10/+10 |
2009-06-14 | tmio_mmc: correct probe return value for num_resources != 3 | Philipp Zabel | 1 | -7/+5 |
2009-06-14 | tmio_mmc: don't use set_irq_type | Philipp Zabel | 1 | -4/+2 |
2009-06-14 | tmio_mmc: add bus_shift support | Philipp Zabel | 2 | -81/+125 |
2009-06-14 | MFD,mmc: tmio_mmc: make HCLK configurable | Philipp Zabel | 1 | -13/+11 |
2009-06-14 | mmc_spi: don't use EINVAL for possible transmission errors | Wolfgang Muees | 1 | -5/+6 |
2009-06-14 | cb710: more cleanup for the DEBUG case. | Michał Mirosław | 1 | -0/+3 |
2009-06-14 | sdhci: platform driver for SDHCI | Richard Röjfors | 3 | -0/+180 |
2009-06-14 | mxcmmc: remove frequency workaround | Pierre Ossman | 1 | -2/+0 |
2009-06-14 | cb710: fix printk format string | Pierre Ossman | 1 | -1/+1 |
2009-06-14 | mmc: Driver for CB710/720 memory card reader (MMC part) | Michał Mirosław | 4 | -0/+922 |
2009-06-14 | pxamci: add regulator support. | Daniel Ribeiro | 1 | -5/+41 |
2009-06-14 | MMC core: limit minimum initialization frequency to 400kHz | Sascha Hauer | 1 | -1/+7 |
2009-06-14 | sdhci: avoid changing voltage needlessly | Pierre Ossman | 2 | -26/+29 |
2009-06-14 | mmc/omap: make mmci-omap using platform_driver_probe | Uwe Kleine-König | 1 | -2/+1 |
2009-06-14 | mmc_spi: speedup for slow cards, less wear-out | Wolfgang Muees | 1 | -0/+12 |
2009-06-14 | mmc: mmc_rescan detects card change in one run | Jorg Schummer | 1 | -44/+55 |