summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris2017-04-286-0/+6
* Merge branch 'pci/msi' into nextBjorn Helgaas2017-04-282-123/+67Star
|\
| * PCI: mvebu: Remove useless MSI enabling codeThomas Petazzoni2017-03-141-17/+0Star
| * PCI: aardvark: Move to MSI handling using generic MSI supportThomas Petazzoni2017-03-141-106/+67Star
* | Merge branch 'pci/ioremap' into nextBjorn Helgaas2017-04-287-9/+11
|\ \
| * | PCI: versatile: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+2
| * | PCI: tegra: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-2/+2
| * | PCI: xgene: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-2/+2
| * | PCI: iproc-platform: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+2
| * | PCI: rockchip: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
| * | PCI: xilinx-nwl: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
| * | PCI: xilinx: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
| |/
* | Merge branch 'pci/host-rockchip' into nextBjorn Helgaas2017-04-282-23/+68
|\ \
| * | PCI: rockchip: ModularizeBrian Norris2017-04-212-2/+8
| * | PCI: rockchip: Add remove() supportBrian Norris2017-04-211-2/+34
| * | PCI: rockchip: Set PCI_EXP_LNKSTA_SLC in the Root PortShawn Lin2017-04-111-1/+1
| * | PCI: rockchip: Advertise 128-byte Read Completion Boundary supportShawn Lin2017-04-031-0/+5
| * | PCI: rockchip: Make 'return 0' more obvious in probe()Brian Norris2017-03-231-1/+1
| * | PCI: rockchip: Unindent rockchip_pcie_set_power_limit()Bjorn Helgaas2017-03-231-16/+17
| * | PCI: rockchip: Handle regulator_get_current_limit() failure correctlyBrian Norris2017-03-231-1/+2
| |/
* | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2017-04-281-2/+3
|\ \
| * | PCI: mvebu: Avoid changing the SCC bit in the Link Status registerRussell King2017-03-251-2/+3
| |/
* | Merge branch 'pci/host-iproc' into nextBjorn Helgaas2017-04-281-1/+1
|\ \
| * | PCI: iproc: Add PCI_DOMAIN dependency to PCI KconfigJon Mason2017-03-161-1/+1
| |/
* | Merge branch 'pci/host-hv' into nextBjorn Helgaas2017-04-281-11/+35
|\ \
| * | PCI: hv: Convert hv_pci_dev.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+5
| * | PCI: hv: Allocate interrupt descriptors with GFP_ATOMICK. Y. Srinivasan2017-04-041-1/+1
| * | PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUsK. Y. Srinivasan2017-04-041-3/+8
| * | PCI: hv: Lock PCI bus on device ejectLong Li2017-03-241-0/+4
| * | PCI: hv: Properly handle PCI bus removeLong Li2017-03-241-3/+17
| |/
* | Merge branch 'pci/host-faraday' into nextBjorn Helgaas2017-04-283-0/+569
|\ \
| * | PCI: faraday: Add Faraday Technology FTPCI100 PCI Host Bridge driverLinus Walleij2017-03-243-0/+569
| |/
* | PCI: thunder-pem: Fix legacy firmware PEM-specific resourcesTomasz Nowicki2017-04-031-2/+8
* | PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host contro...Tomasz Nowicki2017-03-231-2/+54
* | PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controllerTomasz Nowicki2017-03-231-1/+1
* | PCI: iproc: Save host bridge window resource in struct iproc_pcieBjorn Helgaas2017-03-093-21/+23
|/
* Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-041-3/+7
|\
| * PCI: altera: Fix TLP_CFG_DW0 for TLP writeLey Foon Tan2017-02-281-3/+7
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\ \ | |/ |/|
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-2330-6541/+256Star
|\ \
| * \ Merge branch 'pci/host-xilinx' into nextBjorn Helgaas2017-02-212-14/+4Star
| |\ \
| | * | PCI: xilinx-nwl: Remove mask for messages not supported by AXIBharat Kumar Gogada2017-02-101-13/+1Star
| | * | PCI: xilinx: Configure PCIe MPS settingsBjorn Helgaas2017-02-081-1/+3
| | |/
| * | Merge branch 'pci/host-xgene' into nextBjorn Helgaas2017-02-211-6/+5Star
| |\ \
| | * | PCI: xgene: Configure PCIe MPS settingsBjorn Helgaas2017-02-101-1/+3
| | * | PCI: xgene: Fix double free on init errorDan Carpenter2017-01-311-5/+2Star
| | |/
| * | Merge branch 'pci/host-versatile' into nextBjorn Helgaas2017-02-211-1/+3
| |\ \
| | * | PCI: versatile: Configure PCIe MPS settingsBjorn Helgaas2017-02-081-1/+3
| | |/
| * | Merge branch 'pci/host-thunder' into nextBjorn Helgaas2017-02-211-5/+20
| |\ \