summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc/pcie-designware-host.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-722/+0
2018-06-06Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas1-34/+44
2018-05-30PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Jan Kiszka1-1/+1
2018-05-30PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka1-1/+1
2018-05-14PCI: Move private DT related functions into private headerRob Herring1-0/+1
2018-05-14PCI: dwc: Replace magic number by definesGustavo Pimentel1-14/+20
2018-05-14PCI: dwc: Small computation improvementGustavo Pimentel1-4/+4
2018-05-14PCI: dwc: Replace lower into upper case charactersGustavo Pimentel1-16/+19
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-171/+225
2018-03-07PCI: dwc: Fix enumeration end when reaching root subordinateKoen Vandeputte1-1/+1
2018-03-06PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256Gustavo Pimentel1-4/+8
2018-03-06PCI: dwc: Remove old MSI IRQs APIGustavo Pimentel1-189/+1
2018-03-06PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel1-28/+266
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-4/+1
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas1-4/+1
2017-12-21PCI: dwc: Use the DMA-API to get the MSI addressNiklas Cassel1-3/+12
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+1
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2017-08-29PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesHou Zhiqiang1-0/+6
2017-08-22PCI: dwc: Clear MSI interrupt status after it is handled, not beforeFaiz Abbas1-1/+1
2017-08-03PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson1-2/+5
2017-07-02PCI: designware: Drop pci_fixup_irqs()Lorenzo Pieralisi1-5/+2
2017-07-02PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-14/+22
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas1-5/+7
2017-04-24PCI: designware: Update PCI config space remap functionLorenzo Pieralisi1-5/+7
2017-04-04PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()Dan Carpenter1-3/+4
2017-04-04PCI: dwc: Unindent dw_handle_msi_irq() loopBjorn Helgaas1-11/+11
2017-02-21PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I1-0/+635