summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Revert "PCI: dra7xx: Mark driver as broken"Sekhar Nori2016-03-221-1/+0
* PCI: Restore inclusion of pci/hotplug KconfigTero Roponen2016-03-211-0/+1
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-192-5/+8
|\
| * PCI: Add pcibios_bus_add_device() weak functionWei Yang2016-03-091-0/+3
| * PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang2016-03-091-5/+5
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-1641-789/+5079
|\ \
| * \ Merge branch 'pci/resource' into nextBjorn Helgaas2016-03-155-99/+77
| |\ \
| | * | PCI: Simplify pci_create_attr() control flowBjorn Helgaas2016-03-121-26/+27
| | * | PCI: Don't leak memory if sysfs_create_bin_file() failsBjorn Helgaas2016-03-121-0/+2
| | * | PCI: Simplify sysfs ROM cleanupBjorn Helgaas2016-03-121-10/+3
| | * | PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas2016-03-122-31/+1
| | * | PCI: Clean up pci_map_rom() whitespaceBjorn Helgaas2016-03-121-19/+18
| | * | PCI: Remove arch-specific IORESOURCE_ROM_SHADOW size from sysfsBjorn Helgaas2016-03-121-6/+2
| | * | PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas2016-03-081-11/+0
| | * | PCI: Don't enable/disable ROM BAR if we're using a RAM shadow copyBjorn Helgaas2016-03-081-4/+12
| | * | PCI: Don't assign or reassign immutable resourcesBjorn Helgaas2016-03-081-0/+6
| | * | PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas2016-02-251-0/+14
| * | | Merge branch 'pci/host-hv' into nextBjorn Helgaas2016-03-154-1/+2369
| |\ \ \
| | * | | PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMsJake Oshins2016-02-163-0/+2354
| | * | | PCI: Look up IRQ domain by fwnode_handleJake Oshins2016-02-161-0/+15
| | |/ /
| * | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2016-03-1512-77/+203
| |\ \ \
| | * | | PCI: designware: Add driver for prototyping kits based on ARC SDPJoao Pinto2016-03-153-0/+150
| | * | | PCI: designware: Add default link up check if sub-driver doesn't overrideJoao Pinto2016-03-151-1/+9
| | * | | PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto2016-03-158-59/+39
| | * | | ARC: Add PCI supportJoao Pinto2016-03-101-0/+1
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---------------. \ \ \ Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/...Bjorn Helgaas2016-03-1515-376/+2048
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | |_|_|/ / | | | | | | | | |/| | | |
| | | | | | | | | | * | | PCI: xilinx-nwl: Add support for Xilinx NWL PCIe Host ControllerBharat Kumar Gogada2016-03-113-0/+892
| | | | | | | | | |/ / / | | | | | | | | |/| | |
| | | | | | | | | * | | microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge IP driverBharat Kumar Gogada2016-03-081-1/+1
| | | | | | | | | * | | PCI: xilinx: Don't call pci_fixup_irqs() on MicroblazeBharat Kumar Gogada2016-03-081-0/+2
| | | | | | | | | * | | PCI: xilinx: Remove dependency on ARM-specific struct hw_pciBharat Kumar Gogada2016-03-081-66/+16
| | | | | | | | | * | | PCI: xilinx: Use of_pci_get_host_bridge_resources() to parse DTBharat Kumar Gogada2016-03-081-102/+5
| | | | | | | | |/ / /
| | | | | | | * | | | PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devicesDavid Daney2016-03-113-0/+411
| | | | | | | * | | | PCI: thunder: Add PCIe host driver for ThunderX processorsDavid Daney2016-03-113-0/+354
| | | | | | | * | | | PCI: generic: Expose pci_host_common_probe() for use by other driversDavid Daney2016-03-115-165/+202
| | | | | | | * | | | PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()David Daney2016-03-111-8/+17
| | | | | | | * | | | PCI: generic: Move structure definitions to separate header fileDavid Daney2016-03-112-18/+45
| | | | | | | |/ / /
| | | | | | * | | | PCI: tegra: Remove misleading PHYS_OFFSETThierry Reding2016-03-081-1/+1
| | | | | | * | | | PCI: tegra: Track bus -> CPU mappingThierry Reding2016-03-081-0/+28
| | | | | | * | | | PCI: tegra: Remove unused struct tegra_pcie.num_ports fieldThierry Reding2016-03-081-1/+0
| | | | | | * | | | PCI: tegra: Implement ->{add,remove}_bus() callbacksThierry Reding2016-03-081-20/+34
| | | | | | * | | | PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding2016-03-082-0/+10
| | | | | | |/ / /
| | | | | * | | | PCI: rcar: Depend on ARCH_RENESAS, not ARCH_SHMOBILESimon Horman2016-03-111-2/+2
| | | | * | | | | PCI: keystone: Defer probing if devm_phy_get() returns -EPROBE_DEFERShawn Lin2016-03-111-0/+3
| | | | | |/ / / | | | | |/| | |
| | | * | | | | PCI: imx6: Add DT bindings to configure PHY Tx driver settingsJustin Waters2016-02-291-5/+37
| | * | | | | | PCI: altera: Fix altera_pcie_link_is_up()Ley Foon Tan2016-03-111-1/+2
| | | |/ / / / | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---------. \ \ \ \ \ Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas2016-03-1511-134/+261
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | PCI: Prevent VPD access for buggy devicesBabu Moger2016-03-101-0/+29
| | | | | | | * | | | | | PCI: Sleep rather than busy-wait for VPD access completionBjorn Helgaas2016-03-101-8/+10
| | | | | | | * | | | | | PCI: Fold struct pci_vpd_pci22 into struct pci_vpdBjorn Helgaas2016-02-292-31/+23
| | | | | | | * | | | | | PCI: Rename VPD symbols to remove unnecessary "pci22"Bjorn Helgaas2016-02-293-21/+21
OpenPOWER on IntegriCloud