summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-rcar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas2019-11-281-30/+18
|\
| * PCI: rcar: Use inbound resources for setupRob Herring2019-11-201-29/+16
| * PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-1/+2
* | PCI: rcar: Fix missing MACCTLR register setting in initialization sequenceYoshihiro Shimoda2019-11-121-0/+6
* | PCI: rcar: Recalculate inbound range alignment for each controller entryMarek Vasut2019-11-111-18/+19
* | PCI: rcar: Move the inbound index checkMarek Vasut2019-11-111-5/+4
* | PCI: rcar: Remove unnecessary header include (../pci.h)Andrew Murray2019-11-111-2/+0
|/
* Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2019-05-131-30/+34
|\
| * PCI: rcar: Do not shadow the 'irq' variableWolfram Sang2019-04-041-4/+4
| * PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu2019-04-041-0/+4
| * PCI: rcar: Fix 64bit MSI message address handlingMarek Vasut2019-04-041-3/+3
| * PCI: rcar: Clean up debug messagesMarek Vasut2019-04-041-4/+4
| * PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)Marek Vasut2019-04-041-6/+6
| * PCI: rcar: Replace various variable types with unsigned ones for register valuesMarek Vasut2019-04-041-8/+9
| * PCI: rcar: Replace unsigned long with u32/unsigned int in register accessorsMarek Vasut2019-04-041-4/+3
| * PCI: rcar: Clean up remaining macros defining bitsMarek Vasut2019-04-041-3/+3
* | PCI: rcar: Add the initialization of PCIe link in resume_noirq()Kazufumi Ikeda2019-03-261-0/+21
|/
* PCI: rcar: Clean up PHY init on failureMarek Vasut2018-06-291-1/+5
* PCI: rcar: Shut the PHY down in failpathMarek Vasut2018-06-291-2/+8
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+1222
OpenPOWER on IntegriCloud