summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-011-4/+3
|\
| * PCI/keystone: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-4/+3
* | Mohit Kumar has movedPratyush Anand2015-06-251-1/+1
* | Pratyush Anand has movedPratyush Anand2015-06-251-2/+2
| |
| \
*-. \ Merge branches 'pci/host-xgene' and 'pci/hotplug' into nextBjorn Helgaas2015-06-181-4/+41
|\ \ \ | | |/
| * | PCI: xgene: Allow config access to Root Port even when link is downDuc Dang2015-06-181-3/+1
| * | PCI: xgene: Disable Configuration Request Retry Status for v1 siliconDuc Dang2015-06-181-1/+40
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*---------. \ \ Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host...Bjorn Helgaas2015-06-1615-191/+929
|\ \ \ \ \ \ \ \ | | | | | | |/ / | | | | |_|_| / | | | |/| | |
| | | | | | * PCI: xgene: Add APM X-Gene v1 PCIe MSI/MSIX termination driverDuc Dang2015-06-054-0/+627
| | | | |_|/ | | | |/| |
| | | | | * PCI: iproc: Free resource list after registrationHauke Mehrtens2015-05-272-8/+8
| | | | | * PCI: iproc: Directly add PCI resourcesHauke Mehrtens2015-05-274-10/+5
| | | | | * PCI: iproc: Add BCMA PCIe driverHauke Mehrtens2015-05-203-0/+124
| | | | | * PCI: iproc: Allow override of device tree IRQ mapping functionHauke Mehrtens2015-05-203-1/+4
| | | | |/ | | | |/|
| | | | * PCI: imx6: Add #define PCIE_RC_LCSRBjorn Helgaas2015-06-161-1/+3
| | | | * PCI: imx6: Use "u32", not "uint32_t"Bjorn Helgaas2015-06-161-10/+10
| | | | * PCI: imx6: Add speed change timeout messageTroy Kisky2015-06-121-17/+27
| | | |/
| | * | PCI: designware: Wait for link to come up with consistent styleBjorn Helgaas2015-06-106-66/+51
| | * | PCI: layerscape: Factor out ls_pcie_establish_link()Bjorn Helgaas2015-06-101-6/+13
| | * | PCI: layerscape: Use dw_pcie_link_up() consistentlyBjorn Helgaas2015-06-101-1/+1
| | * | PCI: dra7xx: Use dw_pcie_link_up() consistentlyBjorn Helgaas2015-06-101-2/+1
| | * | PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link()Bjorn Helgaas2015-06-021-2/+2
| | |/
| * | PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEMJisheng Zhang2015-05-201-36/+45
| * | PCI: designware: Consolidate outbound iATU programming functionsJisheng Zhang2015-05-201-70/+39
| * | PCI: designware: Add support for x8 linksZhou Wang2015-05-191-0/+8
| |/
* | PCI: designware: Use pci_scan_root_bus() for simplicityYijing Wang2015-05-271-3/+1
* | PCI: tegra: Remove tegra_pcie_scan_bus()Yijing Wang2015-05-271-16/+0
* | PCI: mvebu: Remove mvebu_pcie_scan_bus()Yijing Wang2015-05-261-17/+1
|/
* Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-1312-19/+499
|\
| *-----------. Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas2015-04-1012-19/+498
| |\ \ \ \ \ \ \
| | | | | | | | * PCI: versatile: Check for devm_ioremap_resource() failuresJisheng Zhang2015-04-091-6/+6
| | | | | | | * | PCI: rcar: Verify that mem_res is 64K-alignedNobuhiro Iwamatsu2015-02-241-0/+3
| | | | | | | * | PCI: rcar: Change PCIEPARL and PCIEPARH to PCIEPALR and PCIEPAURNobuhiro Iwamatsu2015-02-241-4/+4
| | | | | | | * | PCI: rcar: Write zeroes to reserved PCIEPARL bitsNobuhiro Iwamatsu2015-02-241-1/+2
| | | | | | | * | PCI: rcar: Fix position of MSI enable bitNobuhiro Iwamatsu2015-02-231-1/+1
| | | | | | | |/
| | | | | | * | PCI: mvebu: Add suspend/resume supportThomas Petazzoni2015-03-201-0/+38
| | | | | | |/
| | | | | * | PCI: layerscape: Simplify platform_get_resource_byname() failure checkingBjorn Helgaas2015-04-091-6/+3
| | | | | |/
| | | | * | PCI: keystone: Don't dereference possible NULL pointerBjorn Helgaas2015-04-091-1/+2
| | | | |/
| | | * | PCI: iproc: Add Broadcom iProc PCIe supportRay Jui2015-04-085-0/+439
| | | |/
| | * | PCI: exynos: Fix INTx enablement statement termination errorJaehoon Chung2015-04-081-1/+1
| | |/
| | |
| | \
| *-. \ Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas2015-03-231-0/+1
| |\ \ \ | | | |/
| | * | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-0/+1
| | |/
* | | Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-092-4/+4
|\ \ \ | |/ / |/| |
| * | PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov2015-03-062-4/+4
* | | Merge tag 'pci-v4.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-121-2/+2
|\ \ \ | |/ /
| * | PCI: xgene: Add register offset to config space base addressFeng Kan2015-03-051-2/+2
| |/
* | PCI: versatile: Update for list_for_each_entry() API changeJoachim Nilsson2015-02-281-1/+1
|/
* Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-104-8/+8
|\
| * Merge branch 'acpi-resources'Rafael J. Wysocki2015-02-103-6/+6
| |\
| | * PCI: Use common resource list management code instead of private implementationJiang Liu2015-02-053-6/+6
* | | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-1013-408/+278
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud