Commits
Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into next * pci/hotplug: PCI: cpqphp: Fix possible null pointer dereference NVMe: Implement PCIe reset notification callback PCI: Notify driver before and after device reset * pci/pci_is_bridge: pcmcia: Use pci_is_bridge() to simplify code PCI: pciehp: Use pci_is_bridge() to simplify code PCI: acpiphp: Use pci_is_bridge() to simplify code PCI: cpcihp: Use pci_is_bridge() to simplify code PCI: shpchp: Use pci_is_bridge() to simplify code PCI: rpaphp: Use pci_is_bridge() to simplify code sparc/PCI: Use pci_is_bridge() to simplify code powerpc/PCI: Use pci_is_bridge() to simplify code ia64/PCI: Use pci_is_bridge() to simplify code x86/PCI: Use pci_is_bridge() to simplify code PCI: Use pci_is_bridge() to simplify code PCI: Add new pci_is_bridge() interface PCI: Rename pci_is_bridge() to pci_has_subordinate() * pci/virtualization: PCI: Introduce new device binding path using pci_dev.driver_override Conflicts: drivers/pci/pci-sysfs.c
Showing diff tocab9a128dad
- Bjorn Helgaas committed 79d458bf474MMerge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into next * pci/h...
- Rickard Strandqvist committed cab9a128dadPCI: cpqphp: Fix possible null pointer dereference There is otherwise a risk of a null...
- Yijing Wang committed 56604faed11pcmcia: Use pci_is_bridge() to simplify code Use pci_is_bridge() to simplify code. No...
- Alex Williamson committed 782a985d7afPCI: Introduce new device binding path using pci_dev.driver_override The driver_overri...