summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-04-011-30/+30
|\
| * powerpc/pmac: Rename cpu_state in therm_pm72 to avoid collisionBenjamin Herrenschmidt2011-04-011-30/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2011-04-012-24/+12
|\ \
| * | apbuart: Depend upon sparc.David S. Miller2011-03-301-1/+1
| * | sparc32,leon: Fixed APBUART frequency detectionDaniel Hellstrom2011-03-301-17/+7
| * | sparc32, leon: APBUART driver must use archdata to get IRQ numberDaniel Hellstrom2011-03-301-7/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-0114-199/+471
|\ \ \ | |_|/ |/| |
| * | mlx4: Fixing bad size of event queue bufferYevgeny Petrilin2011-03-311-1/+3
| * | mlx4: Fixing use after freeYevgeny Petrilin2011-03-311-1/+2
| * | bonding:typo in commentPeter Pan(潘卫平)2011-03-311-1/+1
| * | connector: convert to synchronous netlink message processingPatrick McHardy2011-03-302-76/+29
| * | atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville2011-03-301-25/+1
| * | atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville2011-03-301-1/+8
| * | atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville2011-03-301-2/+2
| * | Atheros, atl2: Fix mem leaks in error paths of atl2_set_eepromJesper Juhl2011-03-301-8/+14
| * | net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski2011-03-305-9/+384
| * | phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde2011-03-301-2/+6
| * | via-ircc: Pass PCI device pointer to dma_{alloc, free}_coherent()Ben Hutchings2011-03-301-6/+6
| * | via-ircc: Use pci_{get, set}_drvdata() instead of static pointer variableBen Hutchings2011-03-301-67/+15
| |/
* | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-301-2/+2
|\ \
| * | sh: Fix irq cleanup falloutThomas Gleixner2011-03-301-2/+2
| |/
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-309-441/+234
|\ \ | |/ |/|
| * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2011-03-269-441/+234
| |\
| | * ARM: pxafb: don't disable controller on cpufreq transition if overlay in useVasily Khoruzhick2011-03-161-1/+2
| | * ARM: pxafb: fix typo in ypos assignmentVasily Khoruzhick2011-03-161-2/+2
| | * ARM: pxafb: fix plane Z-ordering problemVasily Khoruzhick2011-03-161-2/+6
| | * ARM: pxafb: rework pxafb overlay memory managementVasily Khoruzhick2011-03-162-43/+81
| | * ARM: pxa25x_udc: stop handling gpio-vbus internallyDmitry Eremin-Solenikov2011-03-161-69/+7
| | * ARM: pxa: Update copyright notices for Palm devicesMarek Vasut2011-03-164-5/+4
| | * ARM: pxa: Use gpio arrays in palmld_hdd driverMarek Vasut2011-03-161-21/+22
| | * ARM: pxa: Use gpio arrays in vpac270_pcmcia driverMarek Vasut2011-03-161-78/+29
| | * ARM: pxa: Use gpio arrays in palmtx_pcmcia driverMarek Vasut2011-03-161-44/+11
| | * ARM: pxa: Use gpio arrays in palmtc_pcmcia driverMarek Vasut2011-03-161-61/+12
| | * ARM: pxa: Use gpio arrays in palmld_pcmcia driverMarek Vasut2011-03-161-31/+9
| | * ARM: pxa: Use gpio arrays in colibri_pcmcia driverMarek Vasut2011-03-161-84/+49
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-2921-1370/+1526
|\ \ \
| * | | mmc: SDHI should depend on SUPERH || ARCH_SHMOBILEGuennadi Liakhovetski2011-03-281-0/+1
| * | | mmc: tmio_mmc: Move some defines into a shared headerSimon Horman2011-03-263-46/+6
| * | | mmc: tmio: support aggressive clock gatingGuennadi Liakhovetski2011-03-251-9/+8
| * | | mmc: tmio: fix power-mode interpretationGuennadi Liakhovetski2011-03-251-5/+5
| * | | mmc: tmio: remove work-around for unmasked SDIO interruptsGuennadi Liakhovetski2011-03-251-21/+2
| * | | mmc: tmio: only access registers above 0xff, if availableGuennadi Liakhovetski2011-03-251-6/+19
| * | | mmc: tmio: convert the SDHI MMC driver from MFD to a platform driverGuennadi Liakhovetski2011-03-256-81/+47
| * | | mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski2011-03-256-1285/+1409
| * | | mmc: tmio: use PIO for short transfersGuennadi Liakhovetski2011-03-251-10/+23
| * | | mmc: tmio-mmc: Improve DMA stability on sh-mobileGuennadi Liakhovetski2011-03-251-29/+34
| * | | mmc: fix mmc_app_send_scr() for dma transferYoshihiro Shimoda2011-03-251-1/+13
| * | | mmc: sdhci-esdhc: enable esdhc on imx53Richard Zhu2011-03-251-0/+42
| * | | mmc: sdhci-esdhc: use writel/readl as general APIsRichard Zhu2011-03-252-8/+38
| * | | mmc: sdhci: add the abort CMDTYPE bits definitionRichard Zhu2011-03-251-0/+1