summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas2-122/+34
2018-02-01Merge remote-tracking branch 'lorenzo/pci/rcar' into nextBjorn Helgaas1-1/+4
2018-02-01Merge remote-tracking branch 'lorenzo/pci/keystone' into nextBjorn Helgaas1-1/+4
2018-02-01Merge remote-tracking branch 'lorenzo/pci/endpoint' into nextBjorn Helgaas5-40/+48
2018-02-01Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas15-387/+608
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas24-149/+1695
2018-01-31Merge branch 'pci/virtualization' into nextBjorn Helgaas3-3/+16
2018-01-31Merge branch 'pci/trivial' into nextBjorn Helgaas3-332/+338
2018-01-31Merge branch 'pci/switchtec' into nextBjorn Helgaas3-1/+8
2018-01-31Merge branch 'pci/resource' into nextBjorn Helgaas17-52/+79
2018-01-31Merge branch 'pci/msi' into nextBjorn Helgaas1-1/+1
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas45-504/+449
2018-01-31Merge branch 'pci/hotplug' into nextBjorn Helgaas3-24/+7
2018-01-31Merge branch 'pci/enumeration' into nextBjorn Helgaas5-62/+102
2018-01-31Merge branch 'pci/dt-resources' into nextBjorn Helgaas9-556/+518
2018-01-31Merge branch 'pci/dpc' into nextBjorn Helgaas4-159/+122
2018-01-31Merge branch 'pci/dma' into nextBjorn Helgaas4-58/+41
2018-01-31Merge branch 'pci/deprecate-get-bus-and-slot' into nextBjorn Helgaas41-89/+174
2018-01-31Merge branch 'pci/aspm' into nextBjorn Helgaas5-57/+104
2018-01-31Merge branch 'pci/aer' into nextBjorn Helgaas1-2/+3
2018-01-31PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controllerCyrille Pitchen11-75/+826
2018-01-31dt-bindings: PCI: cadence: Add DT bindings for Cadence PCIe endpoint controllerCyrille Pitchen1-0/+22
2018-01-31PCI: endpoint: Fix EPF device name to support multi-function devicesCyrille Pitchen1-2/+44
2018-01-31PCI: endpoint: Add the function number as argument to EPC opsCyrille Pitchen4-70/+96
2018-01-31PCI: cadence: Add host driver for Cadence PCIe controllerCyrille Pitchen5-0/+604
2018-01-31dt-bindings: PCI: cadence: Add DT bindings for Cadence PCIe host controllerScott Telford1-0/+60
2018-01-31PCI: Add vendor ID for CadenceCyrille Pitchen1-0/+2
2018-01-31PCI: Add generic function to probe PCI host controllersCyrille Pitchen3-21/+35
2018-01-31PCI: generic: fix missing call of pci_free_resource_list()Cyrille Pitchen1-0/+1
2018-01-31PCI: OF: Add generic function to parse and allocate PCI resourcesCyrille Pitchen3-47/+62
2018-01-31PCI: Regroup all PCI related entries into drivers/pci/MakefileCyrille Pitchen5-7/+16
2018-01-31PCI/DPC: Reformat DPC register definitionsBjorn Helgaas1-13/+13
2018-01-31PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas2-2/+4
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 Herring2-8/+1
2018-01-25RDMA/qedr: Use pci_enable_atomic_ops_to_root()Felix Kuehling1-51/+8
2018-01-23PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall3-1/+79