Re: [PATCH v2 1/3] ARM: shmobile: Add basic RZ/A2 SoC support

2018-07-26 Thread Simon Horman
On Thu, Jul 26, 2018 at 01:51:18PM +0200, Geert Uytterhoeven wrote: > On Wed, Jul 25, 2018 at 11:22 PM Chris Brandt > wrote: > > Add the RZ/A2 SoC to the Renesas SoC collection. > > > > Signed-off-by: Chris Brandt > > Reviewed-by: Geert Uytterhoeven Thanks, applied for v4.20. I'm expecting

Re: [PATCH v2 1/3] ARM: shmobile: Add basic RZ/A2 SoC support

2018-07-26 Thread Geert Uytterhoeven
On Wed, Jul 25, 2018 at 11:22 PM Chris Brandt wrote: > Add the RZ/A2 SoC to the Renesas SoC collection. > > Signed-off-by: Chris Brandt Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 --

[PATCH v2 1/3] ARM: shmobile: Add basic RZ/A2 SoC support

2018-07-25 Thread Chris Brandt
Add the RZ/A2 SoC to the Renesas SoC collection. Signed-off-by: Chris Brandt --- arch/arm/mach-shmobile/Kconfig | 6 ++ arch/arm/mach-shmobile/Makefile| 1 + arch/arm/mach-shmobile/setup-r7s9210.c | 27 +++ 3 files changed, 34 insertions(+) create