On Thu, Jun 28, 2018 at 02:45:41PM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Thu, Jun 28, 2018 at 2:16 PM Simon Horman <horms@xxxxxxxxxxxx> wrote: > > On Thu, Jun 28, 2018 at 02:00:32PM +0200, Simon Horman wrote: > > > On Thu, Jun 14, 2018 at 11:56:32AM +0100, Michel Pollet wrote: > > > > This adds the Renesas R9A06G032 bare bone support. > > > > > > > > This currently only handles the SYSCTRL block note, > > > > generic parts (gic, architected timer) and a UART. > > > > > > > > Signed-off-by: Michel Pollet <michel.pollet@xxxxxxxxxxxxxx> > > > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > > > Reviewed-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > > > > > > Thanks, applied with the following appended: > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 9d5eeff51b5f..4c85ac04872d 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -1969,6 +1969,7 @@ S: Supported > > > F: arch/arm/boot/dts/emev2* > > > F: arch/arm/boot/dts/r7s* > > > F: arch/arm/boot/dts/r8a* > > > +F: arch/arm/boot/dts/r9a* > > > F: arch/arm/boot/dts/sh* > > > F: arch/arm/configs/shmobile_defconfig > > > F: arch/arm/include/debug/renesas-scif.S > > > > One more update. > > > > dt-bindings/clock/r9a06g032-sysctrl.h is not present in v4.18-rc1, > > current base of the renesas tree and likely base for the rest of the v4.19 > > development cycle. > > > > Accordingly I have removed the include of that header and replaced > > the use of symbols it defines with numeric constants. The result is below. > > Oh right. Thanks! > > > Please: > > 1) Check that this is correct and > > Looks good to me, except for the bogus "fixes" and "SoB" below > (bad squash?) > > > From: Michel Pollet <michel.pollet@xxxxxxxxxxxxxx> > > Subject: [PATCH] ARM: dts: Renesas R9A06G032 base device tree file > > > > This adds the Renesas R9A06G032 bare bone support. > > > > This currently only handles the SYSCTRL block note, > > generic parts (gic, architected timer) and a UART. > > > > Signed-off-by: Michel Pollet <michel.pollet@xxxxxxxxxxxxxx> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > [simon: updated MAINTAINERS file > > [simon: do not use r9a06g032-sysctrl.h as it is not in the renesas tree yet] > > Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > > > > fixes > ^^^^^ > > > > Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > ^^^^ > > Gr{oetje,eeting}s, Thanks, I'll remove that trailing garbage.