Age | Commit message (Expand) | Author | Files | Lines |
2016-05-12 | PCI: generic, thunder: Use generic ECAM API | Jayachandran C | 6 | -237/+108 |
2016-03-22 | Revert "PCI: dra7xx: Mark driver as broken" | Sekhar Nori | 1 | -1/+0 |
2016-03-17 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 23 | -528/+4633 |
2016-03-15 | Merge branch 'pci/host-hv' into next | Bjorn Helgaas | 2 | -0/+2347 |
2016-03-15 | Merge branch 'pci/host-designware' into next | Bjorn Helgaas | 11 | -77/+202 |
2016-03-15 | Merge branches 'pci/host-altera', 'pci/host-imx6', 'pci/host-keystone', 'pci/... | Bjorn Helgaas | 13 | -376/+2038 |
2016-03-15 | PCI: designware: Add driver for prototyping kits based on ARC SDP | Joao Pinto | 3 | -0/+150 |
2016-03-15 | PCI: designware: Add default link up check if sub-driver doesn't override | Joao Pinto | 1 | -1/+9 |
2016-03-15 | PCI: designware: Add generic dw_pcie_wait_for_link() | Joao Pinto | 8 | -59/+39 |
2016-03-12 | PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices | David Daney | 3 | -0/+411 |
2016-03-12 | PCI: thunder: Add PCIe host driver for ThunderX processors | David Daney | 3 | -0/+354 |
2016-03-12 | PCI: generic: Expose pci_host_common_probe() for use by other drivers | David Daney | 5 | -165/+202 |
2016-03-12 | PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe() | David Daney | 1 | -8/+17 |
2016-03-12 | PCI: generic: Move structure definitions to separate header file | David Daney | 2 | -18/+45 |
2016-03-11 | PCI: xilinx-nwl: Add support for Xilinx NWL PCIe Host Controller | Bharat Kumar Gogada | 3 | -0/+892 |
2016-03-11 | PCI: keystone: Defer probing if devm_phy_get() returns -EPROBE_DEFER | Shawn Lin | 1 | -0/+3 |
2016-03-11 | PCI: altera: Fix altera_pcie_link_is_up() | Ley Foon Tan | 1 | -1/+2 |
2016-03-11 | PCI: rcar: Depend on ARCH_RENESAS, not ARCH_SHMOBILE | Simon Horman | 1 | -2/+2 |
2016-03-09 | PCI: tegra: Remove misleading PHYS_OFFSET | Thierry Reding | 1 | -1/+1 |
2016-03-09 | PCI: tegra: Track bus -> CPU mapping | Thierry Reding | 1 | -0/+28 |
2016-03-09 | PCI: tegra: Remove unused struct tegra_pcie.num_ports field | Thierry Reding | 1 | -1/+0 |
2016-03-09 | PCI: tegra: Implement ->{add,remove}_bus() callbacks | Thierry Reding | 1 | -20/+34 |
2016-03-08 | microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge IP driver | Bharat Kumar Gogada | 1 | -1/+1 |
2016-03-08 | PCI: xilinx: Don't call pci_fixup_irqs() on Microblaze | Bharat Kumar Gogada | 1 | -0/+2 |
2016-03-08 | PCI: xilinx: Remove dependency on ARM-specific struct hw_pci | Bharat Kumar Gogada | 1 | -66/+16 |
2016-03-08 | PCI: xilinx: Use of_pci_get_host_bridge_resources() to parse DT | Bharat Kumar Gogada | 1 | -102/+5 |
2016-03-01 | PCI: imx6: Add DT bindings to configure PHY Tx driver settings | Justin Waters | 1 | -5/+37 |
2016-03-01 | PCI: layerscape: Fix MSG TLP drop setting | Minghuan Lian | 1 | -8/+13 |
2016-03-01 | PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer | Murali Karicheri | 1 | -8/+3 |
2016-02-27 | PCI: mvebu: Restrict build to 32-bit ARM | Thierry Reding | 1 | -0/+1 |
2016-02-17 | PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs | Jake Oshins | 2 | -0/+2347 |
2016-02-09 | Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-layerscape' ... | Bjorn Helgaas | 4 | -98/+69 |
2016-02-09 | PCI: designware: Remove PCI_PROBE_ONLY handling | Lorenzo Pieralisi | 1 | -6/+4 |
2016-02-09 | PCI: designware: Explain why we don't program ATU for some platforms | Jisheng Zhang | 1 | -0/+5 |
2016-02-05 | PCI: layerscape: Add "fsl,ls2085a-pcie" compatible ID | Yang Shi | 1 | -0/+1 |
2016-02-05 | PCI: rcar: Remove PCI_PROBE_ONLY handling | Lorenzo Pieralisi | 1 | -9/+5 |
2016-01-28 | PCI: iproc: Allow multiple devices except on PAXC | Ray Jui | 1 | -18/+11 |
2016-01-26 | PCI: imx6: Move link up check into imx6_pcie_wait_for_link() | Lucas Stach | 1 | -38/+22 |
2016-01-26 | PCI: imx6: Remove broken Gen2 workaround | Lucas Stach | 1 | -16/+1 |
2016-01-26 | PCI: imx6: Move PHY reset into imx6_pcie_establish_link() | Lucas Stach | 1 | -13/+15 |
2016-01-26 | PCI: imx6: Move imx6_pcie_reset_phy() near other PHY handling functions | Lucas Stach | 1 | -17/+17 |
2016-01-21 | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 20 | -204/+1897 |
2016-01-20 | Merge branch 'pci/trivial' into next | Bjorn Helgaas | 1 | -1/+1 |
2016-01-15 | Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-... | Bjorn Helgaas | 12 | -81/+796 |
2016-01-11 | PCI: rcar: Add Gen2 PHY setup to pcie-rcar | Phil Edworthy | 1 | -3/+28 |
2016-01-11 | PCI: rcar: Add runtime PM support to pcie-rcar | Phil Edworthy | 1 | -12/+32 |
2016-01-11 | PCI: designware: Make config accessor override checking symmetric | Bjorn Helgaas | 1 | -6/+6 |
2016-01-08 | PCI: rcar: Remove unused pci_sys_data struct from pcie-rcar | Phil Edworthy | 1 | -9/+0 |
2016-01-08 | PCI: hisi: Add support for HiSilicon Hip06 PCIe host controllers | Gabriele Paoloni | 2 | -13/+68 |
2016-01-08 | PCI: Fix all whitespace issues | Bogicevic Sasa | 1 | -1/+1 |