aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16PCI: tegra: Use new OF interrupt mapping when possibleLucas Stach1-1/+6
2014-04-16PCI: rcar: Use new OF interrupt mapping when possibleLucas Stach1-1/+7
2014-04-16PCI: designware: Use new OF interrupt mapping when possibleLucas Stach1-3/+9
2014-04-16PCI: designware: Fix iATU programming for cfg1, io and mem viewportMohit Kumar1-3/+3
2014-04-16PCI: designware: Fix comment for setting number of lanesMohit Kumar1-1/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+3
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+3
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds24-422/+718
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-363/+209
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell1-3/+3
2014-03-20Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-8/+25
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas7-45/+78
2014-03-19Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+3
2014-03-19PCI: Log IDE resource quirk in dmesgBjorn Helgaas1-4/+12
2014-03-19PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas1-2/+2
2014-03-19PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas1-1/+1
2014-03-19PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas1-2/+0
2014-03-19PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas1-0/+5
2014-03-19PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas1-2/+8
2014-03-17Merge branch 'acpi-hotplug'Rafael J. Wysocki1-81/+53
2014-03-17Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki2-300/+157
2014-03-12PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas1-2/+0
2014-03-12PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner3-11/+20
2014-03-07PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-03-06Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki1-5/+2
2014-03-05ACPI / hotplug / PCI: Use pci_device_is_present()Rafael J. Wysocki1-5/+2
2014-03-04pci: pcie-designware: Remove irq_desc abuseThomas Gleixner1-3/+1
2014-03-04PCI / PM: Resume runtime-suspended devices later during system suspendRafael J. Wysocki1-8/+25
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman3-11/+20
2014-02-27PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas1-0/+1
2014-02-27PCI: Don't try to claim IORESOURCE_UNSET resourcesBjorn Helgaas1-5/+10
2014-02-27PCI: Check IORESOURCE_UNSET before updating BARBjorn Helgaas1-0/+3
2014-02-27PCI: Don't clear IORESOURCE_UNSET when updating BARBjorn Helgaas1-5/+0
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas4-0/+13
2014-02-27PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas1-16/+23
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin1-1/+0
2014-02-26resource: Add resource_contains()Bjorn Helgaas1-8/+0
2014-02-26Merge branches 'pci/host-designware', 'pci/host-imx6' and 'pci/host-rcar' into nextBjorn Helgaas4-78/+153
2014-02-26PCI: rcar: Make the Kconfig dependencies more genericMagnus Damm1-1/+1
2014-02-21ACPI / dock: Add .uevent() callback to struct acpi_hotplug_contextRafael J. Wysocki1-4/+4
2014-02-21ACPI / dock: Use callback pointers from devices' ACPI hotplug contextsRafael J. Wysocki1-70/+49
2014-02-21ACPI / dock: Use ACPI device object pointers instead of ACPI handlesRafael J. Wysocki1-3/+3
2014-02-21Merge branch 'acpi-pci-hotplug' into acpi-dockRafael J. Wysocki1-10/+19
2014-02-21ACPI / hotplug: Add .fixup() callback to struct acpi_hotplug_contextRafael J. Wysocki1-1/+1
2014-02-21ACPI / hotplug / PCI: Do not clear event callback pointer for docksRafael J. Wysocki1-7/+0
2014-02-20Merge branch 'pci/dead-code' into nextBjorn Helgaas2-123/+0
2014-02-20Merge branch 'pci/pciehp' into nextBjorn Helgaas6-75/+189