index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
pcie-rcar.c
Age
Commit message (
Expand
)
Author
2020-05-11
PCI: rcar: Fix calculating mask for PCIEPAMR register
Lad Prabhakar
2020-05-11
PCI: rcar: Move shareable code to a common file
Lad Prabhakar
2020-05-11
PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
Lad Prabhakar
2020-05-07
PCI: rcar: Add suspend/resume
Kazufumi Ikeda
2020-05-07
PCI: rcar: Fix incorrect programming of OB windows
Andrew Murray
2019-11-28
Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'
Bjorn Helgaas
2019-11-20
PCI: rcar: Use inbound resources for setup
Rob Herring
2019-11-20
PCI: of: Add inbound resource parsing to helpers
Rob Herring
2019-11-12
PCI: rcar: Fix missing MACCTLR register setting in initialization sequence
Yoshihiro Shimoda
2019-11-11
PCI: rcar: Recalculate inbound range alignment for each controller entry
Marek Vasut
2019-11-11
PCI: rcar: Move the inbound index check
Marek Vasut
2019-11-11
PCI: rcar: Remove unnecessary header include (../pci.h)
Andrew Murray
2019-05-13
Merge branch 'remotes/lorenzo/pci/rcar'
Bjorn Helgaas
2019-04-04
PCI: rcar: Do not shadow the 'irq' variable
Wolfram Sang
2019-04-04
PCI: rcar: Fix a potential NULL pointer dereference
Kangjie Lu
2019-04-04
PCI: rcar: Fix 64bit MSI message address handling
Marek Vasut
2019-04-04
PCI: rcar: Clean up debug messages
Marek Vasut
2019-04-04
PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)
Marek Vasut
2019-04-04
PCI: rcar: Replace various variable types with unsigned ones for register values
Marek Vasut
2019-04-04
PCI: rcar: Replace unsigned long with u32/unsigned int in register accessors
Marek Vasut
2019-04-04
PCI: rcar: Clean up remaining macros defining bits
Marek Vasut
2019-03-26
PCI: rcar: Add the initialization of PCIe link in resume_noirq()
Kazufumi Ikeda
2018-06-29
PCI: rcar: Clean up PHY init on failure
Marek Vasut
2018-06-29
PCI: rcar: Shut the PHY down in failpath
Marek Vasut
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin