summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/resource' into nextBjorn Helgaas2018-01-318-25/+37
|\
| * PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on TegraManikanta Maddireddy2018-01-111-1/+0
| * irqchip/i8259: Set I/O port resource types correctlyBjorn Helgaas2017-12-181-2/+2
| * vgacon: Set VGA struct resource typesBjorn Helgaas2017-12-181-8/+26
| * PCI: Use dev_info() rather than dev_err() for ROM validationAlex Deucher2017-12-181-2/+2
| * PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas2017-12-184-4/+4
| * PCI: Remove sysfs resource mmap warningBjorn Helgaas2017-12-181-7/+2
* | Merge branch 'pci/msi' into nextBjorn Helgaas2018-01-311-1/+1
|\ \
| * | PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port modeDongdong Liu2018-01-121-1/+1
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-3139-488/+407
|\ \
| * | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-1828-362/+333
| * | PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring2018-01-179-91/+42
| * | hinic: Replace PCI pool old APIRomain Perier2018-01-022-6/+6
| * | net: e100: Replace PCI pool old APIRomain Perier2018-01-021-6/+6
| * | block: DAC960: Replace PCI pool old APIRomain Perier2018-01-022-22/+20
| * | PCI: Remove unneeded kallsyms includeSergey Senozhatsky2017-12-181-1/+0
| |/
* | Merge branch 'pci/hotplug' into nextBjorn Helgaas2018-01-313-24/+7
|\ \
| * | PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner2018-01-231-0/+7
| * | PCI: hotplug: Drop checking of PCI_BRIDGE_CONTROL in *_unconfigure_device()Mika Westerberg2017-12-182-24/+0
| |/
* | Merge branch 'pci/enumeration' into nextBjorn Helgaas2018-01-313-61/+98
|\ \
| * | RDMA/qedr: Use pci_enable_atomic_ops_to_root()Felix Kuehling2018-01-241-51/+8
| * | PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall2018-01-231-0/+75
| * | PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream PortsBjorn Helgaas2017-12-181-10/+15
| |/
* | Merge branch 'pci/dt-resources' into nextBjorn Helgaas2018-01-316-540/+515
|\ \
| * | PCI: Make of_irq_parse_pci() staticRob Herring2018-01-251-2/+1
| * | PCI: Move OF-related PCI functions into PCI coreRob Herring2018-01-176-540/+516
| |/
* | Merge branch 'pci/dpc' into nextBjorn Helgaas2018-01-313-148/+109
|\ \
| * | PCI/DPC: Add and use DPC Status register field definitionsBjorn Helgaas2018-01-301-2/+2
| * | PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error()Bjorn Helgaas2018-01-301-7/+1
| * | PCI/DPC: Remove unnecessary RP PIO register structsBjorn Helgaas2018-01-301-56/+24
| * | PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info()Bjorn Helgaas2018-01-301-1/+2
| * | PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info()Bjorn Helgaas2018-01-301-39/+21
| * | PCI/DPC: Make RP PIO log size check more genericBjorn Helgaas2018-01-301-2/+3
| * | PCI/DPC: Rename local "status" to "dpc_status"Bjorn Helgaas2018-01-301-3/+3
| * | PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error()Bjorn Helgaas2018-01-301-8/+3
| * | PCI/DPC: Process RP PIO details only if RP PIO extensions supportedBjorn Helgaas2018-01-301-1/+1
| * | PCI/DPC: Read RP PIO Log Size once at probeBjorn Helgaas2018-01-301-13/+16
| * | PCI/DPC: Rename struct dpc_dev.rp to rp_extensionsBjorn Helgaas2018-01-301-4/+4
| * | PCI/DPC: Add local variable for DPC capability offsetBjorn Helgaas2018-01-301-36/+29
| * | PCI/DPC: Rename interrupt_event_handler() to dpc_work()Bjorn Helgaas2018-01-261-2/+2
| * | PCI/DPC: Fix interrupt message number printKeith Busch2018-01-261-1/+1
| * | PCI/DPC: Enable DPC only if AER is availableKeith Busch2018-01-263-3/+7
| * | PCI/DPC: Fix shared interrupt handlingAlex Williamson2018-01-101-20/+40
| |/
* | Merge branch 'pci/dma' into nextBjorn Helgaas2018-01-313-44/+28
|\ \
| * | net: tsi108: Use DMA API properlyChristoph Hellwig2018-01-171-16/+20
| * | media: ttusb-dec: Remove pci_zalloc_coherent() abuseChristoph Hellwig2018-01-171-14/+4
| * | media: ttusb-budget: Remove pci_zalloc_coherent() abuseChristoph Hellwig2018-01-171-14/+4
| |/
* | Merge branch 'pci/deprecate-get-bus-and-slot' into nextBjorn Helgaas2018-01-3135-82/+165
|\ \
| * | video: fbdev: riva: deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-174-12/+20
| * | video: fbdev: nvidia: deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-172-6/+8