Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-01-08 | PCI: dra7xx: Mark driver as broken | Richard Cochran | 1 | -0/+1 |
2016-01-07 | Merge branches 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci... | Bjorn Helgaas | 12 | -123/+1101 |
2016-01-07 | PCI: iproc: Add iProc PCIe MSI support | Ray Jui | 7 | -2/+735 |
2016-01-07 | PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREAD | Grygorii Strashko | 7 | -8/+15 |
2016-01-06 | PCI: designware: Simplify control flow | Bjorn Helgaas | 1 | -36/+18 |
2016-01-06 | PCI: qcom: Add Qualcomm PCIe controller driver | Stanimir Varbanov | 3 | -0/+627 |
2016-01-05 | PCI: designware: Ensure ATU is enabled before IO/conf space accesses | Stanimir Varbanov | 1 | -0/+8 |
2015-12-09 | PCI: rcar: Add gen2 fallback compatibility string for pcie-rcar | Simon Horman | 1 | -0/+1 |
2015-12-09 | PCI: rcar: Add gen2 fallback compatibility string for pci-rcar-gen2 | Simon Horman | 1 | -0/+1 |
2015-12-09 | PCI: rcar: Add support for R-Car H3 to pcie-rcar | Harunobu Kurokawa | 1 | -0/+1 |
2015-12-09 | Revert "PCI: rcar: Build pcie-rcar.c only on ARM" | Phil Edworthy | 1 | -2/+1 |
2015-12-08 | PCI: rcar: Convert to DT resource parsing API | Phil Edworthy | 1 | -43/+73 |
2015-12-07 | PCI: iproc: Add PAXC interface support | Ray Jui | 3 | -40/+205 |
2015-12-05 | PCI: hisi: Fix hisi_pcie_cfg_read() 32-bit reads | Dongdong Liu | 1 | -1/+3 |
2015-12-05 | PCI: altera: Fix error when INTx is 4 | Ley Foon Tan | 1 | -1/+1 |
2015-12-05 | PCI: altera: Check TLP completion status | Ley Foon Tan | 1 | -2/+10 |
2015-12-05 | PCI: altera: Fix Requester ID for config accesses | Ley Foon Tan | 1 | -2/+3 |
2015-12-05 | PCI: altera: Fix loop in tlp_read_packet() | Dan Carpenter | 1 | -2/+2 |
2015-12-04 | PCI: imx6: Add support for active-low reset GPIO | Petr Štetiar | 1 | -14/+6 |
2015-12-01 | PCI: iproc: Do not use 0x in front of %pap | Dmitry V. Krivenok | 1 | -1/+1 |
2015-11-25 | PCI: generic,versatile: Remove unused pci_sys_data structures | Lorenzo Pieralisi | 2 | -13/+1 |