summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PCI: keystone: Use SYSCON APIs to get device ID from control moduleKishon Vijay Abraham I2018-10-171-13/+32
| | * | | | | | PCI: keystone: Use uniform function naming conventionKishon Vijay Abraham I2018-10-171-110/+111
| | * | | | | | PCI: keystone: Remove redundant platform_set_drvdata() invocationKishon Vijay Abraham I2018-10-171-2/+0
| | * | | | | | PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.cKishon Vijay Abraham I2018-10-174-541/+489
| | * | | | | | PCI: keystone: Remove unused argument from ks_dw_pcie_host_init()Kishon Vijay Abraham I2018-10-173-5/+3
| | * | | | | | PCI: keystone: Do not initiate link training multiple timesKishon Vijay Abraham I2018-10-171-6/+4
| | * | | | | | PCI: keystone: Move dw_pcie_setup_rc() out of ks_pcie_establish_link()Kishon Vijay Abraham I2018-10-171-3/+2
| | * | | | | | PCI: keystone: Use quirk to set MRRS for PCI host bridgeKishon Vijay Abraham I2018-10-171-22/+15
| | * | | | | | PCI: keystone: Use quirk to limit MRRS for K2GKishon Vijay Abraham I2018-10-171-0/+3
| | |/ / / / /
| * | | | | | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2018-10-201-8/+0
| |\ \ \ \ \ \
| | * | | | | | PCI: iproc: Remove PAXC slot check to allow VF supportJitendra Bhivare2018-09-181-8/+0
| | |/ / / / /
| * | | | | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2018-10-204-27/+220
| |\ \ \ \ \ \
| | * | | | | | PCI: imx: Add PME_Turn_Off supportLeonard Crestez2018-10-051-0/+24
| | * | | | | | PCI: kirin: Fix section mismatch warningNathan Chancellor2018-10-011-2/+2
| | * | | | | | PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC modeVignesh R2018-09-251-3/+8
| | * | | | | | PCI: qcom: Fix error handling in runtime PM supportBjorn Andersson2018-09-181-17/+39
| | * | | | | | PCI: imx: Initial imx7d pm supportLeonard Crestez2018-09-181-5/+92
| | * | | | | | PCI: imx6: Support MPLL reconfiguration for 100MHz and 200MHz refclockLucas Stach2018-09-181-0/+55
| | |/ / / / /
| * | | | | | Merge branch 'remotes/lorenzo/pci/controller-misc'Bjorn Helgaas2018-10-2012-325/+764
| |\ \ \ \ \ \
| | * | | | | | PCI: aardvark: Implement emulated root PCI bridge config spaceZachary Zhang2018-10-182-3/+127
| | * | | | | | PCI: mvebu: Convert to PCI emulated bridge config spaceThomas Petazzoni2018-10-182-270/+101
| | * | | | | | PCI: mvebu: Drop unused PCI express capability codeThomas Petazzoni2018-10-181-14/+0
| | * | | | | | PCI: Introduce PCI bridge emulated config space common logicThomas Petazzoni2018-10-184-0/+536
| | * | | | | | PCI: Remove unnecessary check of device_type == pciRob Herring2018-09-255-38/+0
| | |/ / / / /
| * | | | | | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2018-10-202-14/+19
| |\ \ \ \ \ \
| | * | | | | | PCI: cadence: Write MSI data with 32bitsAlan Douglas2018-10-121-1/+1
| | * | | | | | PCI: cadence: Use AXI region 0 to signal interrupts from EPAlan Douglas2018-10-121-5/+6
| | * | | | | | PCI: cadence: Correct probe behaviour when failing to get PHYAlan Douglas2018-09-281-8/+12
| | |/ / / / /
| * | | | | | Merge branch 'pci/virtualization'Bjorn Helgaas2018-10-203-1/+20
| |\ \ \ \ \ \
| | * | | | | | PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>Bjorn Helgaas2018-10-111-1/+0
| | * | | | | | PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed2018-10-113-0/+20
| | |/ / / / /
| * | | | | | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2018-10-203-0/+823
| |\ \ \ \ \ \
| | * | | | | | PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpersLogan Gunthorpe2018-10-171-0/+82
| | * | | | | | PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offsetLogan Gunthorpe2018-10-171-0/+43
| | * | | | | | PCI/P2PDMA: Add sysfs group to display p2pmem statsLogan Gunthorpe2018-10-171-0/+54
| | * | | | | | PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe2018-10-103-0/+644
| | |/ / / / /
| * | | | | | Merge branch 'pci/msi'Bjorn Helgaas2018-10-201-3/+6
| |\ \ \ \ \ \
| | * | | | | | PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang2018-09-251-3/+6
| | |/ / / / /
| * | | | | | Merge branch 'pci/misc'Bjorn Helgaas2018-10-205-68/+44
| |\ \ \ \ \ \
| | * | | | | | PCI: pcie: Remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-181-4/+0
| | * | | | | | PCI: Fix Switchtec DMA aliasing quirk dmesg noiseLogan Gunthorpe2018-10-111-2/+2
| | * | | | | | PCI: Add macro for Switchtec quirk declarationsLogan Gunthorpe2018-10-111-56/+34
| | * | | | | | PCI: Add Device IDs for Intel GPU "spurious interrupt" quirkBin Meng2018-10-111-0/+4
| | * | | | | | PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
| | * | | | | | PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig2018-10-101-1/+1
| | * | | | | | PCI / ACPI: Mark expected switch fall-throughGustavo A. R. Silva2018-10-041-0/+1
| | * | | | | | PCI: Remove set but unused variableJoshua Abraham2018-09-171-2/+0
| | * | | | | | PCI: Fix pci.c kernel-doc parameter warningRandy Dunlap2018-09-171-1/+1
| | * | | | | | PCI: Allocate dma_alias_mask with bitmap_zalloc()Andy Shevchenko2018-09-172-3/+2
| | |/ / / / /
| * | | | | | Merge branch 'pci/hotplug'Bjorn Helgaas2018-10-2044-1484/+1254
| |\ \ \ \ \ \