summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)Author
2019-04-01PCI: iproc: Fix a leaked reference by adding missing of_node_put()Wen Yang
2019-04-01PCI: aardvark: Fix a leaked reference by adding missing of_node_put()Wen Yang
2019-04-01PCI: rockchip: Fix a leaked reference by adding missing of_node_put()Wen Yang
2019-04-01PCI: dwc: layerscape: Fix a leaked reference by adding missing of_node_put()Wen Yang
2019-03-29PCI: uniphier: Fix a leaked reference by adding missing of_node_put()Wen Yang
2019-03-29PCI: dwc: pci-dra7xx: Fix a leaked reference by adding missing of_node_put()Wen Yang
2019-03-29PCI: xilinx: Check for __get_free_pages() failureKangjie Lu
2019-03-26PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui
2019-03-26PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui
2019-03-26PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui
2019-03-26PCI: rcar: Add the initialization of PCIe link in resume_noirq()Kazufumi Ikeda
2019-03-21PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq()Bjorn Helgaas
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-03-06Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2019-03-04PCI: altera: Enable driver on ARM64Ley Foon Tan
2019-03-04PCI: altera: Add Stratix 10 PCIe supportLey Foon Tan
2019-03-01PCI: aardvark: Make symbol 'advk_pci_bridge_emul_ops' staticWei Yongjun
2019-03-01PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach
2019-03-01PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura
2019-03-01PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura
2019-03-01PCI: hv: Add __aligned(8) to struct retarget_msi_interruptMaya Nakamura
2019-03-01PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAMHonghui Zhang
2019-03-01PCI: mediatek: Fix memory mapped IO range size computationHonghui Zhang
2019-03-01PCI: dwc: Remove superfluous shifting in definitionsAndrey Smirnov
2019-03-01PCI: dwc: Make use of GENMASK/FIELD_PREPAndrey Smirnov
2019-03-01PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov
2019-03-01PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()Andrey Smirnov
2019-03-01PCI: dwc: Make use of IS_ALIGNED()Andrey Smirnov
2019-03-01PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov
2019-02-28PCI: qcom: Don't deassert reset GPIO during probeBjorn Andersson
2019-02-22PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flagsThomas Petazzoni
2019-02-21PCI: layerscape: Add EP mode supportXiaowei Bao
2019-02-15PCI: designware-plat: Remove setting epc->features in Designware plat EP driverKishon Vijay Abraham I
2019-02-15PCI: rockchip: Remove pci_epf_linkup() from Rockchip EP driverKishon Vijay Abraham I
2019-02-15PCI: cadence: Remove pci_epf_linkup() from Cadence EP driverKishon Vijay Abraham I
2019-02-14PCI: cadence: Populate ->get_features() cdns_pcie_epc_opsKishon Vijay Abraham I
2019-02-14PCI: rockchip: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-14PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-14PCI: designware-plat: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-14PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_opsKishon Vijay Abraham I
2019-02-12PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failureTrent Piepho
2019-02-12PCI: dwc: Print debug error message when MSI-X entry control mask bit is setGustavo Pimentel
2019-02-04PCI: imx6: Add support for i.MX8MQAndrey Smirnov
2019-02-04PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov
2019-02-04PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov