| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Fix a bunch of sparse warnings in the qe_lib | Andy Fleming | 2008-07-16 | 4 | -18/+18 |
* | powerpc: Add support for multiple gfar mdio interfaces | Andy Fleming | 2008-07-16 | 1 | -46/+38 |
* | powerpc/86xx: mpc8610_hpcd - add support for ULI RTC | Anton Vorontsov | 2008-07-16 | 2 | -13/+122 |
* | powerpc/85xx/86xx: some refactoring for fsl_uli1575 code | Anton Vorontsov | 2008-07-16 | 5 | -99/+108 |
* | powerpc/fsl_uli1575: fix RTC quirk to work on MPC8572DS and MPC8610HPCD | Anton Vorontsov | 2008-07-16 | 1 | -1/+1 |
* | powerpc: Add documentation for CPM GPIO banks | Jochen Friedrich | 2008-07-16 | 1 | -0/+38 |
* | powerpc: add FHCI USB, FSL MCU, FSL UPM and GPIO LEDs bindings | Anton Vorontsov | 2008-07-16 | 4 | -19/+94 |
* | powerpc/fsl_soc: gianfar: don't probe disabled devices | Anton Vorontsov | 2008-07-16 | 1 | -0/+3 |
* | powerpc/83xx: fix ULPI setup for MPC8315 processors | Anton Vorontsov | 2008-07-16 | 2 | -9/+19 |
* | powerpc: Move mpc83xx_add_bridge to fsl_pci.c | John Rigby | 2008-07-16 | 16 | -94/+73 |
* | powerpc: pci config cleanup | John Rigby | 2008-07-16 | 10 | -5/+19 |
* | powerpc/mpc7448: add alias list to DTS, clean out old chosen node | Paul Gortmaker | 2008-07-16 | 1 | -9/+15 |
* | powerpc/mpc8313erdb: Add power management to the device tree. | Scott Wood | 2008-07-16 | 1 | -70/+171 |
* | powerpc/mpc83xx: Power Management support | Scott Wood | 2008-07-16 | 8 | -1/+1005 |
* | powerpc: Update example SOC node in booting-without-of.txt. | Scott Wood | 2008-07-16 | 1 | -54/+33 |
* | powerpc: Document Freescale power management nodes, and the sleep property. | Scott Wood | 2008-07-16 | 2 | -42/+163 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2008-07-16 | 45 | -1321/+6055 |
|\ |
|
| * | 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 | 4 | -0/+593 |
| * | 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 | 3 | -5/+9 |
| * | 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 | 9 | -44/+30 |
| * | 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 | 9 | -6/+1132 |
| * | mmc: fix sdio_io sparse errors | Tomas Winkler | 2008-07-15 | 2 | -35/+22 |
| * | 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: Add maintainer entry | Ben Dooks | 2008-07-15 | 1 | -0/+7 |
| * | 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 | 2 | -1/+19 |
| * | 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 | 2 | -2/+11 |
| * | MMC: S3C24XX: Add platform data for MMC/SD driver | Ben Dooks | 2008-07-15 | 3 | -3/+54 |
| * | 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 | 5 | -4/+1441 |
| * | 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 |