summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-293-4/+3
|\
| * xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk2011-07-261-2/+2
| * xen/grant: Fix compile warning.Konrad Rzeszutek Wilk2011-07-261-1/+1
| * xen/pciback: remove duplicated #includeHuang Weiyi2011-07-261-1/+0
* | ramoops: fix compile failure on pariscJames Bottomley2011-07-291-0/+1
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-2911-88/+136
|\ \
| * | PCI: remove printks about disabled bridge windowsBjorn Helgaas2011-07-222-15/+0
| * | PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas2011-07-222-30/+18
| * | PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARBjorn Helgaas2011-07-221-3/+19
| * | PCI: correct pcie_set_readrq write sizeJon Mason2011-07-221-2/+2
| * | PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige2011-07-222-9/+5
| * | PCI: ARI is a PCIe v2 featureChris Wright2011-07-221-1/+6
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-2/+2
| * | PCI hotplug: cpqphp: use pci_dev->vendorSergei Shtylyov2011-07-221-2/+3
| * | PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov2011-07-221-10/+2
| * | PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-sc...Tiejun Chen2011-07-221-6/+8
| * | PCI: PCIe AER: add aer_recover_queueHuang Ying2011-07-222-8/+71
| * | PCI hotplug: Rename is_ejectable which also exists in dock.cThomas Renninger2011-07-221-3/+3
* | | Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds2011-07-299-155/+598
|\ \ \
| * | | dmaengine: imx-sdma: add device tree probe supportShawn Guo2011-07-271-3/+39
| * | | dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_nameShawn Guo2011-07-271-10/+2
| * | | dmaengine: imx-sdma: use platform_device_id to identify sdma versionShawn Guo2011-07-271-10/+30
| * | | mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo2011-07-271-9/+69
| * | | mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_hostShawn Guo2011-07-271-1/+2
| * | | mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-271-4/+53
| * | | mmc: sdhci-esdhc-imx: do not reference platform data after probeShawn Guo2011-07-271-9/+13
| * | | mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5Shawn Guo2011-07-271-51/+87
| * | | net/fec: add device tree probe supportShawn Guo2011-07-271-5/+98
| * | | net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo2011-07-274-40/+21
| * | | dt/net: add helper function of_get_phy_modeShawn Guo2011-07-271-0/+43
| * | | net/fec: gasket needs to be enabled for some i.mxShawn Guo2011-07-271-4/+18
| * | | serial/imx: add device tree probe supportShawn Guo2011-07-271-11/+72
| * | | serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo2011-07-271-16/+69
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdogLinus Torvalds2011-07-2920-471/+1875
|\ \ \ \
| * | | | watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck2011-07-282-0/+13
| * | | | watchdog: WatchDog Timer Driver Core - Add ioctl callWim Van Sebroeck2011-07-281-0/+6
| * | | | watchdog: WatchDog Timer Driver Core - Add nowayout featureWim Van Sebroeck2011-07-281-5/+13
| * | | | watchdog: WatchDog Timer Driver Core - Add Magic Close featureWim Van Sebroeck2011-07-281-3/+24
| * | | | watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...Wim Van Sebroeck2011-07-281-0/+20
| * | | | watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctlWim Van Sebroeck2011-07-281-7/+72
| * | | | watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctlWim Van Sebroeck2011-07-281-0/+5
| * | | | watchdog: WatchDog Timer Driver Core - Add basic ioctl functionalityWim Van Sebroeck2011-07-281-0/+32
| * | | | watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck2011-07-285-0/+384
| * | | | watchdog: hpwdt: add next gen HP serversThomas Mingarelli2011-07-281-27/+77
| * | | | watchdog: it8712f_wdt.c: improve includesWim Van Sebroeck2011-07-261-1/+1
| * | | | watchdog: at91sam9/wdt: move register header to driversJean-Christophe Plagniol-Villard2011-07-262-1/+38
| * | | | watchdog: Add Xilinx watchdog timer driverAlejandro Cabrera2011-07-263-0/+450
| * | | | watchdog: remove empty pm-functionsWolfram Sang2011-07-263-29/+0
| * | | | watchdog: sp805: Flush posted writes in enable/disable.Nick Bowler2011-07-261-0/+4
| * | | | watchdog: sp805: Don't write 0 to the load value register.Nick Bowler2011-07-261-1/+0