diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-18 02:04:33 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-09-18 02:04:33 -0400 |
| commit | caa1d631fc99940f866480c2bb88a6f5a235e7a2 (patch) | |
| tree | d09d648dbccaa7bf23deb336e8cf52acbc360b8d | |
| parent | 1e38b7140185e384da216aff66a711df09b5afc9 (diff) | |
| parent | 905e75c46dba5f3061049277e4eb7110beedba43 (diff) | |
Merge remote-tracking branch 'kumar/next' into next
101 files changed, 2421 insertions, 1024 deletions
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/ifc.txt b/Documentation/devicetree/bindings/powerpc/fsl/ifc.txt index 939a26d541f6..d5e370450ac0 100644 --- a/Documentation/devicetree/bindings/powerpc/fsl/ifc.txt +++ b/Documentation/devicetree/bindings/powerpc/fsl/ifc.txt | |||
| @@ -12,9 +12,12 @@ Properties: | |||
| 12 | - #size-cells : Either one or two, depending on how large each chipselect | 12 | - #size-cells : Either one or two, depending on how large each chipselect |
| 13 | can be. | 13 | can be. |
| 14 | - reg : Offset and length of the register set for the device | 14 | - reg : Offset and length of the register set for the device |
| 15 | - interrupts : IFC has two interrupts. The first one is the "common" | 15 | - interrupts: IFC may have one or two interrupts. If two interrupt |
| 16 | interrupt(CM_EVTER_STAT), and second is the NAND interrupt | 16 | specifiers are present, the first is the "common" |
| 17 | (NAND_EVTER_STAT). | 17 | interrupt (CM_EVTER_STAT), and the second is the NAND |
| 18 | interrupt (NAND_EVTER_STAT). If there is only one, | ||
| 19 | that interrupt reports both types of event. | ||
| 20 | |||
| 18 | 21 | ||
| 19 | - ranges : Each range corresponds to a single chipselect, and covers | 22 | - ranges : Each range corresponds to a single chipselect, and covers |
| 20 | the entire access window as configured. | 23 | the entire access window as configured. |
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 748ccaa3b4b3..4ce0be32d153 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -215,7 +215,8 @@ config ARCH_HIBERNATION_POSSIBLE | |||
| 215 | config ARCH_SUSPEND_POSSIBLE | ||
