summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-30120-215/+294
|\
| * 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
| * x86/PCI: Preserve existing pci=bfsort whitelist for Dell systemsNarendra_K@Dell.com2011-07-221-7/+7
| * PCI: ARI is a PCIe v2 featureChris Wright2011-07-221-1/+6
| * x86/PCI: quirks: Use pci_dev->revisiontip-bot for Sergei Shtylyov2011-07-221-3/+2
| * PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-22101-113/+130
| * 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
| * x86/PCI: config space accessor functions should not ignore the segment argumentJan Beulich2011-07-225-2/+14
| * PCI: Assign values to 'pci_obff_signal_type' enumeration constantsMyron Stowe2011-07-221-2/+2
| * x86/PCI: reduce severity of host bridge window conflict warningsBjorn Helgaas2011-07-221-4/+3
| * 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-223-8/+74
| * x86/PCI: select direct access mode for mmconfig optionShaohua Li2011-07-221-1/+1
| * PCI hotplug: Rename is_ejectable which also exists in dock.cThomas Renninger2011-07-221-3/+3
* | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-302-1/+5
|\ \
| * | xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge2011-07-262-1/+5
* | | Merge branch 'at91/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-3058-745/+696
|\ \ \
| * | | at91: add arch specific ioremap supportJean-Christophe PLAGNIOL-VILLARD2011-07-282-1/+29
| * | | at91: factorize sram initJean-Christophe PLAGNIOL-VILLARD2011-07-289-115/+39
| * | | at91: move register clocks to soc generic initJean-Christophe PLAGNIOL-VILLARD2011-07-289-21/+11
| * | | at91: move clock subsystem init to soc generic initJean-Christophe PLAGNIOL-VILLARD2011-07-2810-31/+18
| * | | at91: use structure to store the current socJean-Christophe PLAGNIOL-VILLARD2011-07-2810-120/+341
| * | | at91: remove AT91_DBGU offset from dbgu register macroJean-Christophe PLAGNIOL-VILLARD2011-07-285-25/+28
| * | | at91: factorize at91 interrupts init to socJean-Christophe PLAGNIOL-VILLARD2011-07-2845-322/+61
| * | | at91: introduce commom AT91_BASE_SYSJean-Christophe PLAGNIOL-VILLARD2011-07-2854-173/+232
* | | | Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds2011-07-3072-281/+1963
|\ \ \ \
| * \ \ \ Merge branch 'imx/dt' into next/dtArnd Bergmann2011-07-283540-226301/+120807
| |\ \ \ \
| | * | | | dmaengine: imx-sdma: add device tree probe supportShawn Guo2011-07-272-3/+56
| | * | | | 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-2713-31/+51
| | * | | | mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo2011-07-272-9/+103
| | * | | | 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-277-27/+78
| | * | | | 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-279-63/+140
| | * | | | net/fec: add device tree probe supportShawn Guo2011-07-272-5/+122
| | * | | | net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo2011-07-275-41/+24
| | * | | | dt/net: add helper function of_get_phy_modeShawn Guo2011-07-272-0/+44
| | * | | | net/fec: gasket needs to be enabled for some i.mxShawn Guo2011-07-277-17/+40
| | * | | | serial/imx: add device tree probe supportShawn Guo2011-07-272-11/+91
| | * | | | serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo2011-07-279-53/+113
| * | | | | arm/dt: tegra devicetree supportGrant Likely2011-07-287-0/+368
| * | | | | arm/versatile: Add device tree supportGrant Likely2011-07-2811-0/+414
| * | | | | dt/irq: add irq_domain_generate_simple() helperGrant Likely2011-07-282-0/+68
| * | | | | irq: add irq_domain translation infrastructureGrant Likely2011-07-289-19/+219