summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc/pcie-designware-host.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-722/+0Star
* Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas2018-06-061-34/+44
|\
| * PCI: Move private DT related functions into private headerRob Herring2018-05-141-0/+1
| * PCI: dwc: Replace magic number by definesGustavo Pimentel2018-05-141-14/+20
| * PCI: dwc: Small computation improvementGustavo Pimentel2018-05-141-4/+4
| * PCI: dwc: Replace lower into upper case charactersGustavo Pimentel2018-05-141-16/+19
* | PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...Jan Kiszka2018-05-301-1/+1
* | PCI: Pass struct device to of_pci_get_host_bridge_resources()Jan Kiszka2018-05-301-1/+1
|/
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-171/+225
|\
| * PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256Gustavo Pimentel2018-03-061-4/+8
| * PCI: dwc: Remove old MSI IRQs APIGustavo Pimentel2018-03-061-189/+1Star
| * PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel2018-03-061-28/+266
* | PCI: dwc: Fix enumeration end when reaching root subordinateKoen Vandeputte2018-03-071-1/+1
|/
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-4/+1Star
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-4/+1Star
* | PCI: dwc: Use the DMA-API to get the MSI addressNiklas Cassel2017-12-211-3/+12
|/
* Merge branch 'pci/trivial' into nextBjorn Helgaas2017-09-071-1/+1
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2017-09-011-1/+1
* | PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesHou Zhiqiang2017-08-291-0/+6
* | PCI: dwc: Clear MSI interrupt status after it is handled, not beforeFaiz Abbas2017-08-221-1/+1
* | PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson2017-08-031-2/+5
|/
* PCI: designware: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-5/+2Star
* PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-14/+22
* Merge branch 'pci/ioremap' into nextBjorn Helgaas2017-04-281-5/+7
|\
| * PCI: designware: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-5/+7
* | PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()Dan Carpenter2017-04-041-3/+4
* | PCI: dwc: Unindent dw_handle_msi_irq() loopBjorn Helgaas2017-04-041-11/+11
|/
* PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I2017-02-211-0/+635