summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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/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-18PCI: Remove NULL device handling from PCI DMA APIChristoph Hellwig1-14/+13
2018-01-18net: tsi108: Use DMA API properlyChristoph Hellwig1-16/+20
2018-01-18media: ttusb-dec: Remove pci_zalloc_coherent() abuseChristoph Hellwig1-14/+4
2018-01-18media: ttusb-budget: Remove pci_zalloc_coherent() abuseChristoph Hellwig1-14/+4
2018-01-17video: fbdev: riva: deprecate pci_get_bus_and_slot()Sinan Kaya4-12/+20
2018-01-17video: fbdev: nvidia: deprecate pci_get_bus_and_slot()Sinan Kaya2-6/+8
2018-01-17video: fbdev: intelfb: deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+3
2018-01-17openprom: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
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-17pch_gbe: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+4
2018-01-17bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya2-1/+10
2018-01-17powerpc/via-pmu: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+1
2018-01-12PCI/AER: Return error if AER is not supportedKeith Busch1-1/+1
2018-01-12iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya3-6/+9
2018-01-12sl82c105: deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
2018-01-12drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya4-6/+21
2018-01-12drm/gma500: Deprecate pci_get_bus_and_slot()Sinan Kaya5-21/+39
2018-01-12ibft: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
2018-01-12edd: Deprecate pci_get_bus_and_slot()Sinan Kaya1-4/+4
2018-01-12agp: sworks: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-12agp: nvidia: Deprecate pci_get_bus_and_slot()Sinan Kaya1-3/+9
2018-01-12ata: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-12x86/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-12powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya3-4/+5
2018-01-12alpha/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2-2/+2
2018-01-11PCI/DPC: Fix shared interrupt handlingAlex Williamson1-20/+40