| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2008-07-16 | 28 | -1273/+5889 |
|\ |
|
| * | sdio_uart: Fix SDIO break control to now return success or an error | David Howells | 2008-07-15 | 1 | -3/+6 |
| * | mmc: host driver for Ricoh Bay1Controllers | Sascha Sommer | 2008-07-15 | 3 | -0/+587 |
| * | sdio: sdio_io.c Fix sparse warnings | Tomas Winkler | 2008-07-15 | 1 | -5/+4 |
| * | sdio: fix the use of hard coded timeout value. | Benzi Zbit | 2008-07-15 | 2 | -5/+7 |
| * | mmc: OLPC: update vdd/powerup quirk comment | Andres Salomon | 2008-07-15 | 1 | -1/+1 |
| * | mmc: fix spares errors of sdhci.c | Tomas Winkler | 2008-07-15 | 1 | -4/+4 |
| * | mmc: remove multiwrite capability | Pierre Ossman | 2008-07-15 | 8 | -38/+25 |
| * | wbsd: fix bad dma_addr_t conversion | Pierre Ossman | 2008-07-15 | 1 | -2/+2 |
| * | atmel-mci: Driver for Atmel on-chip MMC controllers | Haavard Skinnemoen | 2008-07-15 | 4 | -0/+1083 |
| * | mmc: fix sdio_io sparse errors | Tomas Winkler | 2008-07-15 | 1 | -26/+16 |
| * | mmc: wbsd.c fix shadowing of 'dma' variable | Tomas Winkler | 2008-07-15 | 1 | -15/+15 |
| * | MMC: S3C24XX: Refuse incorrectly aligned transfers | Ben Dooks | 2008-07-15 | 1 | -0/+11 |
| * | MMC: S3C24XX: Update error debugging. | Ben Dooks | 2008-07-15 | 1 | -2/+10 |
| * | MMC: S3C24XX: Add media presence test to request handling. | Ben Dooks | 2008-07-15 | 1 | -1/+18 |
| * | MMC: S3C24XX: Fix use of msecs where jiffies are needed | Ben Dooks | 2008-07-15 | 1 | -1/+1 |
| * | MMC: S3C24XX: Add MODULE_ALIAS() entries for the platform devices | Ben Dooks | 2008-07-15 | 1 | -0/+3 |
| * | MMC: S3C24XX: Fix s3c2410_dma_request() return code check. | Ben Dooks | 2008-07-15 | 1 | -1/+1 |
| * | MMC: S3C24XX: Allow card-detect on non-IRQ capable pin | Ben Dooks | 2008-07-15 | 1 | -11/+17 |
| * | MMC: S3C24XX: Ensure host->mrq->data is valid | Ben Dooks | 2008-07-15 | 1 | -1/+2 |
| * | MMC: S3C24XX: Add support to invert write protect line | Ben Dooks | 2008-07-15 | 1 | -2/+9 |
| * | MMC: S3C24XX: Add platform data for MMC/SD driver | Ben Dooks | 2008-07-15 | 2 | -3/+42 |
| * | MMC: Fix S3C24XX IRQ enable during PIO transfers | Roman Moracik | 2008-07-15 | 1 | -3/+4 |
| * | Fix the request finalisation by ensuring the controller | Thomas Kleffel | 2008-07-15 | 1 | -2/+2 |
| * | MMC: DMA free fix for S3C24XX SD/MMC driver | Harald Welte | 2008-07-15 | 1 | -0/+1 |
| * | MMC: S3C24XX MMC/SD driver write fixes | Harald Welte | 2008-07-15 | 1 | -3/+13 |
| * | MMC: S3C24XX MMC/SD driver. | Thomas Kleffel | 2008-07-15 | 4 | -1/+1424 |
| * | sdhci: graceful handling of bad addresses | Pierre Ossman | 2008-07-15 | 1 | -20/+57 |
| * | mmc_test: cleanup | Pierre Ossman | 2008-07-15 | 1 | -190/+364 |
| * | mmc_block: wait for card even on failures | Pierre Ossman | 2008-07-15 | 1 | -4/+9 |
| * | sdhci: scatter-gather (ADMA) support | Pierre Ossman | 2008-07-15 | 3 | -44/+407 |
| * | sdhci-pci: don't penalize newer jmicron chips | Pierre Ossman | 2008-07-15 | 1 | -4/+6 |
| * | mmc_test: only bind to supported cards | Pierre Ossman | 2008-07-15 | 1 | -1/+4 |
| * | sdio: clean up handling of byte mode transfer size | Pierre Ossman | 2008-07-15 | 1 | -11/+18 |
| * | mmc,sdio: helper function for transfer padding | Pierre Ossman | 2008-07-15 | 2 | -2/+126 |
| * | au1xmmc: remove custom carddetect poll implementation. | Manuel Lauss | 2008-07-15 | 1 | -61/+18 |
| * | au1xmmc: abort requests early if no card is present. | Manuel Lauss | 2008-07-15 | 1 | -0/+7 |
| * | au1xmmc: codingstyle tidying. | Manuel Lauss | 2008-07-15 | 2 | -189/+141 |
| * | au1xmmc: SDIO IRQ support. | Manuel Lauss | 2008-07-15 | 1 | -1/+15 |
| * | au1xmmc: enable 4 bit transfer mode | Manuel Lauss | 2008-07-15 | 1 | -5/+17 |
| * | au1xmmc: remove db1200 board code, rewrite probe. | Manuel Lauss | 2008-07-15 | 2 | -237/+345 |
| * | at91_mci: Fix byte mode transitions. | Ville Syrjala | 2008-07-15 | 1 | -1/+1 |
| * | at91_mci: Cover more AT91RM9200 and AT91SAM9261 errata. | Ville Syrjala | 2008-07-15 | 1 | -6/+14 |
| * | at91_mci: AT91SAM9260/9263 12 byte write erratum (v2) | Ville Syrjala | 2008-07-15 | 1 | -4/+17 |
| * | at91_mci: manage cmd error and data error independently | Nicolas Ferre | 2008-07-15 | 1 | -8/+19 |
| * | mmc: at91_mci: do not read irq status twice as it will forget some errors | Nicolas Ferre | 2008-07-15 | 1 | -7/+5 |
| * | mmc: at91_mci: add sdio irq management | Eric Benard | 2008-07-15 | 1 | -4/+22 |
| * | mmc: at91_mci: add multiwrite switch | Nicolas Ferre | 2008-07-15 | 1 | -0/+1 |
| * | mmc: at91_mci: update bytes_xfered value once xfer done | Nicolas Ferre | 2008-07-15 | 1 | -6/+34 |
| * | mmc: at91_mci: avoid timeouts | Marc Pignat | 2008-07-15 | 1 | -0/+48 |