aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-rcar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-22PCI: rcar: Remove unnecessary semicolonFengguang Wu1-1/+1
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-4/+1
2018-02-01Merge remote-tracking branch 'lorenzo/pci/rcar' into nextBjorn Helgaas1-1/+4
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas1-4/+1
2017-12-19PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failuresGeert Uytterhoeven1-1/+4
2017-12-18PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas1-1/+1
2017-12-12PCI: rcar: Fix use-after-free in probe error pathGeert Uytterhoeven1-4/+4
2017-10-05PCI: Use of_pci_dma_range_parser_init() to reduce duplicationMarc Gonzalez1-19/+1
2017-08-15PCI: rcar: Fix memory leak when no PCIe card is insertedHarunobu Kurokawa1-0/+1
2017-08-15PCI: rcar: Fix error exit pathLorenzo Pieralisi1-6/+5
2017-07-02PCI: rcar: Drop pci_fixup_irqs()Lorenzo Pieralisi1-2/+2
2017-07-02PCI: rcar: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-14/+24
2017-01-31PCI: rcar: Use of_device_get_match_data() to simplify probeBjorn Helgaas1-6/+1
2017-01-11PCI: rcar: Return -ENODEV from host bridge probe when no card presentHarunobu Kurokawa1-1/+1
2016-12-07PCI: rcar: Add gen3 fallback compatibility string for pcie-rcarSimon Horman1-0/+1
2016-12-07PCI: rcar: Use gen2 fallback compatibility lastSimon Horman1-2/+2
2016-10-11PCI: rcar: Remove DRV_NAME macroBjorn Helgaas1-3/+1
2016-10-11PCI: rcar: Remove unused rcar_pcie_get_resources() platform_device argBjorn Helgaas1-3/+2
2016-10-11PCI: rcar: Remove unused platform dataBjorn Helgaas1-1/+0
2016-10-10PCI: rcar: Add local struct device pointersBjorn Helgaas1-41/+47
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pci/host-designware', 'pci/host-hv', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra' and 'pci/host-xilinx' into nextBjorn Helgaas1-20/+161
2016-10-04PCI: rcar: Try increasing PCIe link speed to 5 GT/s at bootSergei Shtylyov1-0/+66
2016-09-14PCI: rcar: Fix some checkpatch warningsSergei Shtylyov1-10/+19
2016-09-14PCI: rcar: Add multi-MSI supportGrigory Kletsko1-2/+70
2016-09-12PCI: rcar: Don't disable/unprepare clocks on prepare/enable failureGeert Uytterhoeven1-2/+2
2016-09-06PCI: rcar: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+6
2016-08-22PCI: rcar: Consolidate register space lookup and ioremapBjorn Helgaas1-6/+4
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas1-32/+12
2016-08-01PCI: rcar: Make explicitly non-modularPaul Gortmaker1-7/+4
2016-06-25PCI: rcar: Simplify host bridge window iterationBjorn Helgaas1-18/+3
2016-06-25PCI: rcar: Request host bridge window resources with core functionBjorn Helgaas1-7/+5
2016-02-05PCI: rcar: Remove PCI_PROBE_ONLY handlingLorenzo Pieralisi1-9/+5
2016-01-15Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-qcom' and 'pci/host-rcar' into nextBjorn Helgaas1-26/+64
2016-01-11PCI: rcar: Add Gen2 PHY setup to pcie-rcarPhil Edworthy1-3/+28
2016-01-11PCI: rcar: Add runtime PM support to pcie-rcarPhil Edworthy1-12/+32
2016-01-08PCI: rcar: Remove unused pci_sys_data struct from pcie-rcarPhil Edworthy1-9/+0
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko1-2/+4
2015-12-09PCI: rcar: Add gen2 fallback compatibility string for pcie-rcarSimon Horman1-0/+1
2015-12-08PCI: rcar: Add support for R-Car H3 to pcie-rcarHarunobu Kurokawa1-0/+1
2015-12-08PCI: rcar: Convert to DT resource parsing APIPhil Edworthy1-43/+73
2015-10-30PCI: rcar: Fix I/O offset for multiple host bridgesPhil Edworthy1-3/+6
2015-10-30PCI: rcar: Set root bus nr to that provided in DTPhil Edworthy1-1/+1
2015-10-30PCI: rcar: Remove dependency on ARM-specific struct hw_pciPhil Edworthy1-28/+48
2015-10-30PCI: rcar: Make PCI aware of the I/O resourcesPhil Edworthy1-2/+3
2015-08-11PCI: Kill off set_irq_flags() usageRob Herring1-1/+0
2015-02-24PCI: rcar: Change PCIEPARL and PCIEPARH to PCIEPALR and PCIEPAURNobuhiro Iwamatsu1-4/+4
2015-02-24PCI: rcar: Write zeroes to reserved PCIEPARL bitsNobuhiro Iwamatsu1-1/+2
2015-02-23PCI: rcar: Fix position of MSI enable bitNobuhiro Iwamatsu1-1/+1
2014-12-29Merge branches 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-rcar' and 'pci/host-tegra' into nextBjorn Helgaas1-2/+2
2014-12-27ARM/PCI: Move to generic PCI domainsLorenzo Pieralisi1-3/+0