aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-rcar.c
Commit message (Expand)AuthorAge
* Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2019-05-13
|\
| * PCI: rcar: Do not shadow the 'irq' variableWolfram Sang2019-04-04
| * PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu2019-04-04
| * PCI: rcar: Fix 64bit MSI message address handlingMarek Vasut2019-04-04
| * PCI: rcar: Clean up debug messagesMarek Vasut2019-04-04
| * PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)Marek Vasut2019-04-04
| * PCI: rcar: Replace various variable types with unsigned ones for register valuesMarek Vasut2019-04-04
| * PCI: rcar: Replace unsigned long with u32/unsigned int in register accessorsMarek Vasut2019-04-04
| * PCI: rcar: Clean up remaining macros defining bitsMarek Vasut2019-04-04
* | PCI: rcar: Add the initialization of PCIe link in resume_noirq()Kazufumi Ikeda2019-03-26
|/
* PCI: rcar: Clean up PHY init on failureMarek Vasut2018-06-29
* PCI: rcar: Shut the PHY down in failpathMarek Vasut2018-06-29
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-08