[PATCH] ARM: STi: Add STiH410 SoC support

2015-03-05 Thread Fabrice GASNIER
This patch adds support to STiH410 SoC. Signed-off-by: Fabrice Gasnier fabrice.gasn...@st.com --- Documentation/devicetree/bindings/arm/sti.txt | 4 arch/arm/mach-sti/board-dt.c | 1 + 2 files changed, 5 insertions(+) diff --git

Re: [PATCH] ARM: STi: Add STiH410 SoC support

2015-03-05 Thread Maxime Coquelin
Hi Fabrice, On 03/05/2015 01:47 PM, Fabrice GASNIER wrote: This patch adds support to STiH410 SoC. Actually, the STiH410 support is already here in v4.0-rc1. The problem is that it is missing the entry in the match table, and so the L2 cache and other cpus than 0 don't get initialized. Once

Re: [STLinux Kernel] [PATCH] ARM: STi: Add STiH410 SoC support

2015-03-05 Thread Peter Griffin
Hi Fabrice, On Thu, 05 Mar 2015, Fabrice GASNIER wrote: This patch adds support to STiH410 SoC. Once Maximes comments have been addressed: - Acked-by: Peter Griffin peter.grif...@linaro.org This also needs to make its way into the next -rc. regards, Peter. -- To unsubscribe from this list:

Re: [STLinux Kernel] [PATCH] ARM: STi: Add STiH410 SoC support

2015-03-05 Thread Fabrice Gasnier
Hi Peter, On 03/05/2015 02:29 PM, Peter Griffin wrote: Hi Fabrice, On Thu, 05 Mar 2015, Fabrice GASNIER wrote: This patch adds support to STiH410 SoC. Once Maximes comments have been addressed: - Maxime's comment was on the commit message. I sent a v2 for this ;-). Thanks, Fabrice

Re: [PATCH] ARM: STi: Add STiH410 SoC support

2015-03-05 Thread Lee Jones
Maxime, Can you send this directly to Arnd for inclusion into the -rcs please? Also, please also CC -stable and add the necessary tag in the commit message. Acked-by: Lee Jones lee.jo...@linaro.org This patch adds support to STiH410 SoC. Signed-off-by: Fabrice Gasnier