| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2009-04-05 | 18 | -271/+2090 |
|\ |
|
| * | atmel-mci: fix sdc_reg typo | Hans-Christian Egtvedt | 2009-03-24 | 1 | -1/+1 |
| * | mmc: Add OpenFirmware bindings for SDHCI driver | Anton Vorontsov | 2009-03-24 | 3 | -0/+321 |
| * | sdhci: Add quirk for forcing maximum block size to 2048 bytes | Anton Vorontsov | 2009-03-24 | 2 | -7/+15 |
| * | sdhci: Add quirk for controllers that need IRQ re-init after reset | Anton Vorontsov | 2009-03-24 | 2 | -0/+9 |
| * | sdhci: Add quirk for controllers that need small delays for PIO | Anton Vorontsov | 2009-03-24 | 2 | -0/+5 |
| * | sdhci: Add set_clock callback and a quirk for nonstandard clocks | Anton Vorontsov | 2009-03-24 | 2 | -0/+10 |
| * | sdhci: Add get_{max,timeout}_clock callbacks | Ben Dooks | 2009-03-24 | 2 | -7/+17 |
| * | sdhci: Add support for hosts reporting inverted write-protect state | Anton Vorontsov | 2009-03-24 | 2 | -0/+4 |
| * | sdhci: Add support for card-detection polling | Anton Vorontsov | 2009-03-24 | 2 | -2/+17 |
| * | sdhci: Enable only relevant (DMA/PIO) interrupts during transfers | Anton Vorontsov | 2009-03-24 | 1 | -3/+14 |
| * | sdhci: Split card-detection IRQs management from sdhci_init() | Anton Vorontsov | 2009-03-24 | 2 | -17/+62 |
| * | sdhci: Add support for bus-specific IO memory accessors | Anton Vorontsov | 2009-03-24 | 3 | -81/+180 |
| * | mmc_spi: adjust for delayed data token response | Wolfgang Muees | 2009-03-24 | 1 | -3/+24 |
| * | omap_hsmmc: Wait for SDBP | Adrian Hunter | 2009-03-24 | 1 | -5/+15 |
| * | omap_hsmmc: Fix MMC3 dma | Grazvydas Ignotas | 2009-03-24 | 1 | -11/+25 |
| * | omap_hsmmc: Disable SDBP at suspend | Jarkko Lavinen | 2009-03-24 | 1 | -14/+2 |
| * | omap_hsmmc: Do not prefix slot name | Adrian Hunter | 2009-03-24 | 1 | -1/+1 |
| * | omap_hsmmc: Allow cover switch to cause rescan | Adrian Hunter | 2009-03-24 | 1 | -4/+7 |
| * | omap_hsmmc: Add 8-bit bus width mode support | Jarkko Lavinen | 2009-03-24 | 1 | -1/+11 |
| * | omap_hsmmc: Implement scatter-gather emulation | Juha Yrjola | 2009-03-24 | 1 | -77/+95 |
| * | omap_hsmmc: Fix response type for busy after response | Adrian Hunter | 2009-03-24 | 1 | -9/+29 |
| * | omap_hsmmc: Do dma cleanup also with data CRC errors | Jarkko Lavinen | 2009-03-24 | 1 | -5/+5 |
| * | mmc: SDIO driver for Marvell SoCs | Maen Suleiman | 2009-03-24 | 4 | -0/+1087 |
| * | MMC: tmio_mmc.h: fix build problem | Alexander Beregalov | 2009-03-24 | 1 | -0/+3 |
| * | tmio_mmc: Fix use after free in remove() | Magnus Damm | 2009-03-24 | 1 | -1/+1 |
| * | tmio_mmc: Fix one off, use resource_size() in probe() | Magnus Damm | 2009-03-24 | 1 | -2/+2 |
| * | mmc_spi: allow higher timeouts for SPI mode | Wolfgang Muees | 2009-03-24 | 1 | -0/+15 |
| * | mmc_spi: wait more bytes for card response | Wolfgang Muees | 2009-03-24 | 1 | -1/+4 |
| * | mmc_spi: allow setting of spi mode 3 | Wolfgang Muees | 2009-03-24 | 1 | -3/+5 |
| * | mmc: During unsafe resume, select the right volatge for the card | Balaji Rao | 2009-03-24 | 1 | -0/+1 |
| * | sdio: check that addresses are within the address space | Pierre Ossman | 2009-03-24 | 1 | -0/+8 |
| * | sdio: handle null tuples | Pierre Ossman | 2009-03-24 | 1 | -0/+4 |
| * | sdio: handle cis end marker in link field | Pierre Ossman | 2009-03-24 | 1 | -0/+4 |
| * | omap_hsmmc: Initialize hsmmc controller registers when resuming | Kim Kyuwon | 2009-03-24 | 1 | -23/+32 |
| * | omap_hsmmc: do not re-power when powering off MMC | Adrian Hunter | 2009-03-24 | 1 | -17/+0 |
| * | mmc: Add Extended CSD register to debugfs | Adrian Hunter | 2009-03-24 | 1 | -0/+67 |
| * | mmc: add MODALIAS linkage for MMC/SD devices | Andy Whitcroft | 2009-03-24 | 2 | -0/+10 |
| * | mmc: delayed_work was never cancelled | Jorg Schummer | 2009-03-24 | 1 | -0/+2 |
| * | mmc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 2 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-04-03 | 1 | -1/+1 |
|\ \ |
|
| * | | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 2009-03-30 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg... | Linus Torvalds | 2009-04-03 | 1 | -0/+100 |
|\ \ \ |
|
| * | | | MMC: regulator utilities | David Brownell | 2009-03-31 | 1 | -0/+100 |
| |/ / |
|
* | | | proc tty: switch sdio_uart to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -32/+30 |
|/ / |
|
* | | Merge branch 'origin' into devel | Russell King | 2009-03-28 | 2 | -2/+2 |
|\ \ |
|
| * | | mmc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-24 | 2 | -2/+2 |
| |/ |
|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli... | Russell King | 2009-03-25 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | mmc: s3cmci: fix s3c2410_dma_config() arguments. | Ben Dooks | 2009-03-12 | 1 | -2/+1 |
* | | Merge branch 'omap-clks3' into devel | Russell King | 2009-03-19 | 2 | -17/+11 |
|\ \ |
|