summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
Commit message (Expand)AuthorAgeFilesLines
* PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach2019-03-231-1/+1
* PCI: qcom: Don't deassert reset GPIO during probeBjorn Andersson2019-03-231-1/+1
* Revert "PCI: armada8k: Add support for gpio controlled reset signal"Baruch Siach2019-01-311-16/+0
* PCI: imx: Fix checking pd_pcie_phy device link additionLeonard Crestez2019-01-311-4/+4
* PCI: imx: Fix probe failure without power domainLeonard Crestez2019-01-311-0/+3
* PCI: amlogic: Fix build failure due to missing gpio headerCorentin Labbe2019-01-081-0/+1
* Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-0512-34/+1265
|\
| * Merge branch 'pci/imx6'Bjorn Helgaas2019-01-021-0/+10
| |\
| | * PCI: imx: Enable MSI from downstream componentsRichard Zhu2019-01-011-0/+10
| * | Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2019-01-023-0/+482
| |\ \
| | * | PCI: uniphier: Add UniPhier PCIe host controller supportKunihiko Hayashi2018-12-193-0/+482
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc-msi'Bjorn Helgaas2019-01-021-13/+24
| |\ \
| | * | PCI: dwc: Move interrupt acking into the proper callbackMarc Zyngier2018-12-111-6/+7
| | * | PCI: dwc: Take lock when ACKing an interruptMarc Zyngier2018-12-111-0/+5
| | * | PCI: dwc: Use interrupt masking instead of disablingMarc Zyngier2018-12-111-7/+12
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-01-029-21/+146
| |\ \
| | * | PCI: dwc: Don't hard-code DBI/ATU offsetStephen Warren2018-12-184-8/+35
| | * | PCI: imx: Add imx6sx suspend/resume supportLeonard Crestez2018-12-181-5/+39
| | * | PCI: armada8k: Add support for gpio controlled reset signalBaruch Siach2018-12-181-0/+16
| | * | PCI: dwc: Adjust Kconfig to allow IMX6 PCIe host on IMX7Trent Piepho2018-12-181-2/+2
| | * | PCI: dwc: layerscape: Constify driver dataStefan Agner2018-12-181-5/+5
| | * | PCI: imx: Add multi-pd supportLeonard Crestez2018-12-181-0/+48
| | * | PCI: histb: Constify dw_pcie_host_ops structureJulia Lawall2018-11-081-1/+1
| | |/
| * / PCI: amlogic: Add the Amlogic Meson PCIe controller driverYue Wang2018-12-193-0/+603
| |/
* | PCI: dwc: Fix MSI-X EP framework address calculation bugGustavo Pimentel2018-11-271-1/+0
* | PCI: layerscape: Fix wrong invocation of outbound window disable accessorHou Zhiqiang2018-11-201-1/+1
* | PCI: imx6: Fix link training status detection in link up checkTrent Piepho2018-11-201-9/+1
|/
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-259-680/+902
|\
| * Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2018-10-205-653/+682
| |\
| | * PCI: keystone: Cleanup macros defined in pci-keystone.cKishon Vijay Abraham I2018-10-171-25/+16
| | * PCI: keystone: Reorder header file in alphabetical orderKishon Vijay Abraham I2018-10-171-4/+4
| | * PCI: keystone: Add debug error message for all errorsKishon Vijay Abraham I2018-10-171-9/+23
| | * PCI: keystone: Use ERR_IRQ_STATUS instead of ERR_IRQ_STATUS_RAW to get interr...Kishon Vijay Abraham I2018-10-171-2/+1
| | * PCI: keystone: Cleanup ks_pcie_link_up()Kishon Vijay Abraham I2018-10-172-8/+7
| | * PCI: keystone: Cleanup set_dbi_mode() and get_dbi_mode()Kishon Vijay Abraham I2018-10-171-5/+7
| | * PCI: keystone: Cleanup outbound window configurationKishon Vijay Abraham I2018-10-171-15/+17
| | * PCI: keystone: Get number of outbound windows from DTKishon Vijay Abraham I2018-10-171-2/+11
| | * PCI: keystone: Cleanup configuration space accessKishon Vijay Abraham I2018-10-171-50/+20
| | * PCI: keystone: Invoke runtime PM APIs to enable clockKishon Vijay Abraham I2018-10-171-16/+12
| | * PCI: keystone: Cleanup PHY handlingKishon Vijay Abraham I2018-10-171-16/+106
| | * PCI: keystone: Use SYSCON APIs to get device ID from control moduleKishon Vijay Abraham I2018-10-171-13/+32
| | * PCI: keystone: Use uniform function naming conventionKishon Vijay Abraham I2018-10-171-110/+111
| | * PCI: keystone: Remove redundant platform_set_drvdata() invocationKishon Vijay Abraham I2018-10-171-2/+0
| | * PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.cKishon Vijay Abraham I2018-10-174-541/+489
| | * PCI: keystone: Remove unused argument from ks_dw_pcie_host_init()Kishon Vijay Abraham I2018-10-173-5/+3
| | * PCI: keystone: Do not initiate link training multiple timesKishon Vijay Abraham I2018-10-171-6/+4
| | * PCI: keystone: Move dw_pcie_setup_rc() out of ks_pcie_establish_link()Kishon Vijay Abraham I2018-10-171-3/+2
| | * PCI: keystone: Use quirk to set MRRS for PCI host bridgeKishon Vijay Abraham I2018-10-171-22/+15
| | * PCI: keystone: Use quirk to limit MRRS for K2GKishon Vijay Abraham I2018-10-171-0/+3
| * | PCI: imx: Add PME_Turn_Off supportLeonard Crestez2018-10-051-0/+24
OpenPOWER on IntegriCloud