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