summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-rcar.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-1222/+0Star
* Merge branch 'lorenzo/pci/rcar'Bjorn Helgaas2018-06-061-127/+154
|\
| * PCI: rcar: Remove IRQ mappings in rcar_pcie_enable_msi() failpathMarek Vasut2018-05-241-9/+16
| * PCI: rcar: Teardown MSI setup if rcar_pcie_enable() failsMarek Vasut2018-05-241-1/+27
| * PCI: rcar: Add missing irq_dispose_mapping() into failpathMarek Vasut2018-05-241-3/+14
| * PCI: rcar: Pull bus clock enable/disable from rcar_pcie_get_resources()Marek Vasut2018-05-241-17/+16Star
| * PCI: rcar: Poll more often in rcar_pcie_wait_for_dl()Marek Vasut2018-05-241-2/+3
| * PCI: rcar: Reuse generic pci_parse_request_of_pci_ranges() functionVladimir Zapolskiy2018-05-081-41/+1Star
| * PCI: rcar: Factor out rcar_pcie_hw_init() callSergei Shtylyov2018-05-041-20/+22
| * PCI: rcar: Add R-Car gen3 PHY supportSergei Shtylyov2018-05-041-2/+25
| * PCI: rcar: Remove PHYRDY polling from rcar_pcie_hw_init_h1()Sergei Shtylyov2018-05-041-11/+1Star
| * PCI: rcar: Poll PHYRDY in rcar_pcie_hw_init()Sergei Shtylyov2018-05-041-0/+20
| * PCI: rcar: Clean up the macrosMarek Vasut2018-05-011-26/+27
| * PCI: rcar: Use runtime PM to control controller clockDien Pham2018-05-011-26/+12Star
* | Merge branch 'lorenzo/pci/dwc'Bjorn Helgaas2018-06-061-0/+2
|\ \
| * | PCI: Move private DT related functions into private headerRob Herring2018-05-141-0/+2
| |/
* | 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-3/+2Star
|/
* PCI: rcar: Remove unnecessary semicolonFengguang Wu2018-03-221-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
* | Merge remote-tracking branch 'lorenzo/pci/rcar' into nextBjorn Helgaas2018-02-011-1/+4
|\ \
| * | PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failuresGeert Uytterhoeven2017-12-191-1/+4
| |/
* / PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas2017-12-191-1/+1
|/
* PCI: rcar: Fix use-after-free in probe error pathGeert Uytterhoeven2017-12-121-4/+4
* PCI: Use of_pci_dma_range_parser_init() to reduce duplicationMarc Gonzalez2017-10-051-19/+1Star
* PCI: rcar: Fix memory leak when no PCIe card is insertedHarunobu Kurokawa2017-08-161-0/+1
* PCI: rcar: Fix error exit pathLorenzo Pieralisi2017-08-161-6/+5Star
* PCI: rcar: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-2/+2
* PCI: rcar: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-07-021-14/+24
* PCI: rcar: Use of_device_get_match_data() to simplify probeBjorn Helgaas2017-01-311-6/+1Star
* PCI: rcar: Return -ENODEV from host bridge probe when no card presentHarunobu Kurokawa2017-01-111-1/+1
* PCI: rcar: Add gen3 fallback compatibility string for pcie-rcarSimon Horman2016-12-071-0/+1
* PCI: rcar: Use gen2 fallback compatibility lastSimon Horman2016-12-071-2/+2
* PCI: rcar: Remove DRV_NAME macroBjorn Helgaas2016-10-121-3/+1Star
* PCI: rcar: Remove unused rcar_pcie_get_resources() platform_device argBjorn Helgaas2016-10-121-3/+2Star
* PCI: rcar: Remove unused platform dataBjorn Helgaas2016-10-121-1/+0Star
* PCI: rcar: Add local struct device pointersBjorn Helgaas2016-10-101-41/+47
*-. Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas2016-10-051-20/+161
|\ \
| | * PCI: rcar: Try increasing PCIe link speed to 5 GT/s at bootSergei Shtylyov2016-10-041-0/+66
| | * PCI: rcar: Fix some checkpatch warningsSergei Shtylyov2016-09-141-10/+19
| | * PCI: rcar: Add multi-MSI supportGrigory Kletsko2016-09-141-2/+70
| | * PCI: rcar: Don't disable/unprepare clocks on prepare/enable failureGeert Uytterhoeven2016-09-131-2/+2
| | * PCI: rcar: Consolidate register space lookup and ioremapBjorn Helgaas2016-08-221-6/+4Star
| |/
* / PCI: rcar: Fix pci_remap_iospace() failure pathLorenzo Pieralisi2016-09-061-3/+6
|/
*-. Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2016-08-011-32/+12Star
|\ \
| | * PCI: rcar: Simplify host bridge window iterationBjorn Helgaas2016-06-251-18/+3Star
| | * PCI: rcar: Request host bridge window resources with core functionBjorn Helgaas2016-06-251-7/+5Star
| |/ |/|
| * PCI: rcar: Make explicitly non-modularPaul Gortmaker2016-08-011-7/+4Star
|/
* PCI: rcar: Remove PCI_PROBE_ONLY handlingLorenzo Pieralisi2016-02-051-9/+5Star