summaryrefslogtreecommitdiff
path: root/drivers/pci/dwc/pcie-designware-host.c
AgeCommit message (Expand)Author
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin
2018-06-06Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas
2018-05-30PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Jan Kiszka
2018-05-30PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka
2018-05-14PCI: Move private DT related functions into private headerRob Herring
2018-05-14PCI: dwc: Replace magic number by definesGustavo Pimentel
2018-05-14PCI: dwc: Small computation improvementGustavo Pimentel
2018-05-14PCI: dwc: Replace lower into upper case charactersGustavo Pimentel
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-07PCI: dwc: Fix enumeration end when reaching root subordinateKoen Vandeputte
2018-03-06PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256Gustavo Pimentel
2018-03-06PCI: dwc: Remove old MSI IRQs APIGustavo Pimentel
2018-03-06PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2017-12-21PCI: dwc: Use the DMA-API to get the MSI addressNiklas Cassel
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas
2017-08-29PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesHou Zhiqiang
2017-08-22PCI: dwc: Clear MSI interrupt status after it is handled, not beforeFaiz Abbas
2017-08-03PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson
2017-07-02PCI: designware: Drop pci_fixup_irqs()Lorenzo Pieralisi
2017-07-02PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas
2017-04-24PCI: designware: Update PCI config space remap functionLorenzo Pieralisi
2017-04-04PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()Dan Carpenter
2017-04-04PCI: dwc: Unindent dw_handle_msi_irq() loopBjorn Helgaas
2017-02-21PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I