-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'irqchip-for-4.7' of git://git.kernel.org/pub/scm/linux/ker…
…nel/git/maz/arm-platforms into irq/core Pull irqchip updates for Linux 4.7 from Marc Zyngier - Layerscape SCFG MSI controller support - LPC32xx interrupt controller support - RPi irqchip support on arm64 - GICv2 cleanup - GICv2 and GICv3 bug fixes
- Loading branch information
Showing
18 changed files
with
826 additions
and
136 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
* Freescale Layerscape SCFG PCIe MSI controller | ||
|
||
Required properties: | ||
|
||
- compatible: should be "fsl,<soc-name>-msi" to identify | ||
Layerscape PCIe MSI controller block such as: | ||
"fsl,1s1021a-msi" | ||
"fsl,1s1043a-msi" | ||
- msi-controller: indicates that this is a PCIe MSI controller node | ||
- reg: physical base address of the controller and length of memory mapped. | ||
- interrupts: an interrupt to the parent interrupt controller. | ||
|
||
Optional properties: | ||
- interrupt-parent: the phandle to the parent interrupt controller. | ||
|
||
This interrupt controller hardware is a second level interrupt controller that | ||
is hooked to a parent interrupt controller: e.g: ARM GIC for ARM-based | ||
platforms. If interrupt-parent is not provided, the default parent interrupt | ||
controller will be used. | ||
Each PCIe node needs to have property msi-parent that points to | ||
MSI controller node | ||
|
||
Examples: | ||
|
||
msi1: msi-controller@1571000 { | ||
compatible = "fsl,1s1043a-msi"; | ||
reg = <0x0 0x1571000 0x0 0x8>, | ||
msi-controller; | ||
interrupts = <0 116 0x4>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.