summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas6-15/+9
2018-01-31Merge branch 'pci/msi' into nextBjorn Helgaas1-1/+1
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas34-454/+375
2018-01-31Merge branch 'pci/hotplug' into nextBjorn Helgaas3-24/+7
2018-01-31Merge branch 'pci/enumeration' into nextBjorn Helgaas2-10/+90
2018-01-31Merge branch 'pci/dt-resources' into nextBjorn Helgaas1-2/+512
2018-01-31Merge branch 'pci/dpc' into nextBjorn Helgaas3-148/+109
2018-01-31Merge branch 'pci/deprecate-get-bus-and-slot' into nextBjorn Helgaas5-11/+24
2018-01-31Merge branch 'pci/aspm' into nextBjorn Helgaas3-24/+100
2018-01-31PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas1-2/+2
2018-01-31PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()Bjorn Helgaas1-7/+1
2018-01-31PCI/DPC: Remove unnecessary RP PIO register structsBjorn Helgaas1-56/+24
2018-01-31PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()Bjorn Helgaas1-1/+2
2018-01-31PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()Bjorn Helgaas1-39/+21
2018-01-31PCI/DPC: Make RP PIO log size check more genericBjorn Helgaas1-2/+3
2018-01-31PCI/DPC: Rename local "status" to "dpc_status"Bjorn Helgaas1-3/+3
2018-01-31PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()Bjorn Helgaas1-8/+3
2018-01-31PCI/DPC: Process RP PIO details only if RP PIO extensions supportedBjorn Helgaas1-1/+1
2018-01-31PCI/DPC: Read RP PIO Log Size once at probeBjorn Helgaas1-13/+16
2018-01-31PCI/DPC: Rename struct dpc_dev.rp to rp_extensionsBjorn Helgaas1-4/+4
2018-01-31PCI/DPC: Add local variable for DPC capability offsetBjorn Helgaas1-36/+29
2018-01-27PCI/DPC: Rename interrupt_event_handler() to dpc_work()Bjorn Helgaas1-2/+2
2018-01-27PCI/DPC: Fix interrupt message number printKeith Busch1-1/+1
2018-01-27PCI/DPC: Enable DPC only if AER is availableKeith Busch3-3/+7
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring1-2/+1
2018-01-23PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall1-0/+75
2018-01-23PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner1-0/+7
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler28-362/+333
2018-01-18PCI: Move OF-related PCI functions into PCI coreRob Herring1-2/+513
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring9-91/+42
2018-01-17xen/pcifront: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-17PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2-3/+4
2018-01-17PCI: ibmphp: Deprecate pci_get_bus_and_slot()Sinan Kaya1-3/+4
2018-01-17PCI: cpqhp: Deprecate pci_get_bus_and_slot()Sinan Kaya1-4/+14
2018-01-13PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port modeDongdong Liu1-1/+1
2018-01-12PCI/AER: Return error if AER is not supportedKeith Busch1-1/+1
2018-01-11PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on TegraManikanta Maddireddy1-1/+0
2018-01-11PCI/DPC: Fix shared interrupt handlingAlex Williamson1-20/+40
2017-12-19PCI: Use dev_info() rather than dev_err() for ROM validationAlex Deucher1-2/+2
2017-12-19PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas4-4/+4
2017-12-19PCI: Remove sysfs resource mmap warningBjorn Helgaas1-7/+2
2017-12-19PCI: Remove unneeded kallsyms includeSergey Senozhatsky1-1/+0
2017-12-19PCI: hotplug: Drop checking of PCI_BRIDGE_CONTROL in *_unconfigure_device()Mika Westerberg2-24/+0
2017-12-19PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream PortsBjorn Helgaas1-10/+15
2017-12-19PCI/ASPM: Unexport internal ASPM interfacesBjorn Helgaas1-0/+20
2017-12-19PCI/ASPM: Enable Latency Tolerance Reporting when supportedBjorn Helgaas1-0/+33
2017-12-19PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristicsBjorn Helgaas1-24/+47
2017-12-19PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEITyler Baicar1-1/+2
2017-12-15Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2017-12-12PCI: rcar: Fix use-after-free in probe error pathGeert Uytterhoeven1-4/+4