RE: [PATCH] Add initial SX3000b platform code to MIPS arch

2017-03-23 Thread Amit Kama IL
Will be sending a revised version splitting the irqchip related code to a different patch and using a generic platform code... -Original Message- From: Amit Kama IL Sent: Wednesday, March 22, 2017 7:38 AM To: 'r...@linux-mips.org' <r...@linux-mips.org> Cc: 'devicet...@vger.kern

RE: [PATCH] Add initial SX3000b platform code to MIPS arch

2017-03-23 Thread Amit Kama IL
Will be sending a revised version splitting the irqchip related code to a different patch and using a generic platform code... -Original Message- From: Amit Kama IL Sent: Wednesday, March 22, 2017 7:38 AM To: 'r...@linux-mips.org' Cc: 'devicet...@vger.kernel.org' ; 'linux-kernel

[PATCH v2] Add initial SX3000b platform code to MIPS arch

2017-03-23 Thread Amit Kama IL
Add support for interrupt controller unit. Use cpu_wait instead of endless loop in cpu_halt. Make coding style changes and documentation additions to platform configuration options. Signed-off-by: Amit Kama arch/mips/Kconfig | 29

[PATCH v2] Add initial SX3000b platform code to MIPS arch

2017-03-23 Thread Amit Kama IL
Add support for interrupt controller unit. Use cpu_wait instead of endless loop in cpu_halt. Make coding style changes and documentation additions to platform configuration options. Signed-off-by: Amit Kama arch/mips/Kconfig | 29

[PATCH] Add initial SX3000b platform related documentation to document tree

2017-03-22 Thread Amit Kama IL
Add initial SX3000b platform related documentation to document tree: - Vendor prefix - Platform binding documentation - Interrupt Controller Unit binding documentation. Signed-off-by: Amit Kama diff --git

[PATCH] Add initial SX3000b platform related documentation to document tree

2017-03-22 Thread Amit Kama IL
Add initial SX3000b platform related documentation to document tree: - Vendor prefix - Platform binding documentation - Interrupt Controller Unit binding documentation. Signed-off-by: Amit Kama diff --git a/Documentation/devicetree/bindings/interrupt-controller/satixfy-icu.txt

[PATCH] Add initial SX3000b platform code to MIPS arch

2017-03-21 Thread Amit Kama IL
Add initial support for boards based on Satixfy's SX3000b (Catniss) SoC. The SoC includes a MIPS interAptiv dual core 4 VPE processor and boots using device-tree. Signed-off-by: Amit Kama The irqchip file (irq-sx3000b.c) is pertinent to the platform. IRQCHIP maintainers

[PATCH] Add initial SX3000b platform code to MIPS arch

2017-03-21 Thread Amit Kama IL
Add initial support for boards based on Satixfy's SX3000b (Catniss) SoC. The SoC includes a MIPS interAptiv dual core 4 VPE processor and boots using device-tree. Signed-off-by: Amit Kama The irqchip file (irq-sx3000b.c) is pertinent to the platform. IRQCHIP maintainers - is it possible to