summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas2014-03-191-0/+5
* PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas2014-03-191-2/+8
* PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas2014-02-271-0/+1
* PCI: Don't try to claim IORESOURCE_UNSET resourcesBjorn Helgaas2014-02-271-5/+10
* PCI: Check IORESOURCE_UNSET before updating BARBjorn Helgaas2014-02-271-0/+3
* PCI: Don't clear IORESOURCE_UNSET when updating BARBjorn Helgaas2014-02-271-5/+0
* PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas2014-02-274-0/+13
* PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas2014-02-271-16/+23
* resource: Add resource_contains()Bjorn Helgaas2014-02-261-8/+0
* Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2014-02-012-19/+19
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-246-110/+45
|\
| * Merge branch 'acpi-dsm'Rafael J. Wysocki2014-01-121-92/+37
| |\
| | * PCI / pci-label: treat PCI label with index 0 as valid labelJiang Liu2014-01-051-16/+18
| | * ACPI / PCI: replace open-coded _DSM code with helper functionsJiang Liu2014-01-051-87/+34
| | * PCI / pci-label: release allocated ACPI object on error recovery pathJiang Liu2014-01-051-8/+4
| * | Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-122-9/+7
| |\ \
| | * \ Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki2013-12-311-3/+23
| | |\ \
| | * | | ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki2013-12-071-9/+3
| | * | | PCI / ACPI: Use acpi_find_child_device() for child devices lookupRafael J. Wysocki2013-12-071-6/+10
| | * | | Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki2013-12-075-9/+1
| | |\ \ \
| | * \ \ \ Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki2013-11-281-1/+3
| | |\ \ \ \
| | * | | | | ACPI / scan: Add acpi_device objects for all device nodes in the namespaceRafael J. Wysocki2013-11-221-1/+1
| * | | | | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-125-9/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | * | | | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-075-9/+1
| | |/ / /
* | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-15/+38
|\ \ \ \ \
| * \ \ \ \ Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson2013-12-261-15/+38
| |\ \ \ \ \
| | * | | | | ARM: tegra: pass reset to tegra_powergate_sequence_power_up()Stephen Warren2013-12-111-1/+2
| | * | | | | pci: tegra: use reset frameworkStephen Warren2013-12-111-14/+36
* | | | | | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-0/+4
|\ \ \ \ \ \ \
| * | | | | | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+4
| |/ / / / / /
* | | | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-2250-1363/+1894
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'pci/reset' into nextBjorn Helgaas2014-01-151-0/+155
| |\ \ \ \ \ \
| | * | | | | | PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson2014-01-141-0/+155
| * | | | | | | Merge branch 'pci/locking' into nextBjorn Helgaas2014-01-1516-38/+170
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Check parent kobject in pci_destroy_dev()Rafael J. Wysocki2014-01-151-0/+3
| | * | | | | | | xen/pcifront: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-151-0/+8
| | * | | | | | | PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-149-19/+83
| | * | | | | | | ACPI / hotplug / PCI: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-143-7/+43
| | * | | | | | | PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki2014-01-133-12/+33
| | |/ / / / / /
| * | | | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-01-152-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | PCI: Fix pci_check_and_unmask_intx() comment typosBjorn Helgaas2014-01-141-1/+1
| | * | | | | | PCI: Never treat a VF as a multifunction deviceAlex Williamson2014-01-101-0/+1
| * | | | | | | PCI: Reorder so actual code comes before stubsBjorn Helgaas2014-01-131-32/+25
| * | | | | | | Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-139-470/+82
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Make local functions staticStephen Hemminger2014-01-135-86/+84
| | * | | | | | | PCI: Remove unused alloc_pci_dev()Stephen Hemminger2014-01-131-6/+0
| | * | | | | | | PCI: Remove unused pci_renumber_slot()Stephen Hemminger2014-01-131-26/+0
| | * | | | | | | PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger2014-01-131-12/+0
| | * | | | | | | PCI: Remove unused pci_vpd_truncate()Stephen Hemminger2014-01-131-24/+0
| | * | | | | | | PCI: Remove unused ID-Based Ordering supportStephen Hemminger2014-01-101-40/+0