summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearingNiklas Cassel2018-04-031-1/+3
| | * | | | PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel2018-04-034-8/+20
| | * | | | PCI: endpoint: Handle 64-bit BARs properlyNiklas Cassel2018-04-031-0/+7
| | * | | | PCI: cadence: Set PCI_BASE_ADDRESS_MEM_TYPE_64 if a 64-bit BAR was set-upNiklas Cassel2018-04-031-0/+3
| | * | | | PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properlyNiklas Cassel2018-04-031-1/+8
| | * | | | PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not setNiklas Cassel2018-04-031-1/+3
| | * | | | PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is setNiklas Cassel2018-04-031-1/+4
| | * | | | PCI: endpoint: Setting BAR_5 to 64-bits wide is invalidNiklas Cassel2018-04-031-1/+3
| | * | | | PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel2018-04-035-18/+21
| | * | | | PCI: endpoint: BAR width should not depend on sizeof dma_addr_tNiklas Cassel2018-04-031-5/+7
| | * | | | PCI: endpoint: Remove goto labels in pci_epf_create()Rolf Evers-Fischer2018-03-011-20/+12
| | * | | | PCI: endpoint: Fix kernel panic after put_device()Rolf Evers-Fischer2018-03-011-1/+1
| | * | | | PCI: endpoint: Simplify name allocation for EPF deviceRolf Evers-Fischer2018-03-011-18/+4
| | |/ / /
| * | | | Merge branch 'lorenzo/pci/dwc-msi'Bjorn Helgaas2018-04-0412-370/+256
| |\ \ \ \
| | * | | | PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256Gustavo Pimentel2018-03-062-11/+11
| | * | | | PCI: dwc: Remove old MSI IRQs APIGustavo Pimentel2018-03-065-195/+5
| | * | | | PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel2018-03-0611-214/+290
| | |/ / /
| * | | | Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas2018-04-043-43/+62
| |\ \ \ \
| | * | | | PCI: histb: Add an optional regulator for PCIe port power controlShawn Guo2018-03-071-0/+21
| | * | | | PCI: histb: Fix error path of histb_pcie_host_enable()Shawn Guo2018-03-071-4/+3
| | * | | | PCI: qcom: Use regulator bulk api for apq8064 suppliesSrinivas Kandagatla2018-03-071-37/+15
| | * | | | PCI: qcom: Add missing supplies required for msm8996Srinivas Kandagatla2018-03-071-1/+22
| | * | | | PCI: designware-ep: Fix typo in error messageNiklas Cassel2018-03-071-1/+1
| | |/ / /
| * | | | Merge branch 'lorenzo/pci/altera'Bjorn Helgaas2018-04-041-1/+1
| |\ \ \ \
| | * | | | PCI: altera: Fix bool initialization in tlp_read_packet()Gustavo A. R. Silva2018-02-281-1/+1
| | |/ / /
| * | | | Merge branch 'pci/vpd'Bjorn Helgaas2018-04-045-570/+578
| |\ \ \ \
| | * | | | PCI/VPD: Move VPD structures to vpd.cBjorn Helgaas2018-03-192-17/+17
| | * | | | PCI/VPD: Move VPD quirks to vpd.cBjorn Helgaas2018-03-192-121/+120
| | * | | | PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas2018-03-193-64/+72
| | * | | | PCI/VPD: Move VPD access code to vpd.cBjorn Helgaas2018-03-192-368/+369
| | |/ / /
| * | | | Merge branch 'pci/virtualization'Bjorn Helgaas2018-04-046-48/+159
| |\ \ \ \
| | * | | | PCI/IOV: Use VF0 cached config registers for other VFsKarimAllah Ahmed2018-03-313-12/+81
| | * | | | PCI/IOV: Skip BAR sizing for VFsKarimAllah Ahmed2018-03-191-0/+4
| | * | | | PCI/IOV: Skip INTx config reads for VFsKarimAllah Ahmed2018-03-051-0/+7
| | * | | | PCI: Wait for device to become ready after secondary bus resetSinan Kaya2018-03-051-1/+1
| | * | | | PCI: Add a return type for pci_reset_bridge_secondary_bus()Sinan Kaya2018-03-051-1/+3
| | * | | | PCI: Wait for device to become ready after a power management resetSinan Kaya2018-03-051-1/+1
| | * | | | PCI: Rename pci_flr_wait() to pci_dev_wait() and make it genericSinan Kaya2018-02-271-17/+31
| | * | | | PCI: Handle FLR failure and allow other reset typesSinan Kaya2018-02-271-8/+10
| | * | | | PCI: Protect restore with device lock to be consistentSinan Kaya2018-02-271-1/+3
| | * | | | PCI: Add function 1 DMA alias quirk for Marvell 88SE9220Thomas Vincent-Cross2018-02-271-0/+3
| | * | | | PCI: Add ACS quirk for Ampere root portsFeng Kan2018-02-231-0/+9
| | * | | | PCI: Remove redundant probes for device reset supportBjorn Helgaas2018-02-221-9/+6
| | * | | | PCI: Probe for device reset support during enumerationBjorn Helgaas2018-02-162-2/+4
| | |/ / /
| * | | | Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-0418-199/+205
| |\ \ \ \
| | * | | | PCI/DPC: Rename from pcie-dpc.c to dpc.cBjorn Helgaas2018-04-012-1/+1
| | * | | | PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOSMika Westerberg2018-03-312-3/+3
| | * | | | PCI/AER: Use cached AER Capability offsetFrederick Lawler2018-03-313-8/+14
| | * | | | PCI/portdrv: Rename and reverse sense of pcie_ports_autoBjorn Helgaas2018-03-313-20/+12
| | * | | | PCI/portdrv: Encapsulate pcie_ports_auto inside the port driverBjorn Helgaas2018-03-311-0/+2