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

2018-07-13 Thread Geert Uytterhoeven
Hi Chris, On Thu, Jul 12, 2018 at 7:34 PM Chris Brandt wrote: > On Thursday, July 12, 2018, Geert Uytterhoeven wrote: > > Yeah, that's why I asked: setup-r7s72100.c is the smallest setup file. > > > > It uses shmobile_init_delay() to preset loops-per-jiffy, to avoid > > calibrating the > > delay

RE: [PATCH 1/2] ARM: shmobile: Add basic RZ/A2 SoC support

2018-07-12 Thread Chris Brandt
Hi Geert, On Thursday, July 12, 2018, Geert Uytterhoeven wrote: > Yeah, that's why I asked: setup-r7s72100.c is the smallest setup file. > > It uses shmobile_init_delay() to preset loops-per-jiffy, to avoid > calibrating the > delay loop, and shmobile_init_late() to make s2ram do more than

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

2018-07-12 Thread Geert Uytterhoeven
Hi Chris, On Thu, Jul 12, 2018 at 5:40 PM Chris Brandt wrote: > On Thursday, July 12, 2018, Geert Uytterhoeven wrote: > > I'm wondering if you could do without any board code, i.e. without > > setup-r7s9210.c? > > I think I see them being removed for R-Car. > ButI'm not sure how that

RE: [PATCH 1/2] ARM: shmobile: Add basic RZ/A2 SoC support

2018-07-12 Thread Chris Brandt
Hi Geert, On Thursday, July 12, 2018, Geert Uytterhoeven wrote: > I'm wondering if you could do without any board code, i.e. without > setup-r7s9210.c? I think I see them being removed for R-Car. ButI'm not sure how that actually works. I'll have a look. As you can see, there's really

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

2018-07-12 Thread Geert Uytterhoeven
Hi Chris, On Thu, Jul 12, 2018 at 5:02 AM Chris Brandt wrote: > Add the RZ/A2 SoC to the Renesas SoC collection. > > Signed-off-by: Chris Brandt > --- /dev/null > +++ b/arch/arm/mach-shmobile/setup-r7s9210.c > @@ -0,0 +1,27 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * r7s9210

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

2018-07-11 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