Re: [U-Boot] [PATCH 08/10] sunxi: Add basic A33 basic support

2015-04-17 Thread Ian Campbell
On Thu, 2015-04-16 at 09:35 +0200, Hans de Goede wrote: > Hi, > > On 15-04-15 22:00, Ian Campbell wrote: > > On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: > >> From: Vishnu Patekar > > > > A quick comment on what "basic" here means, i.e. "prcm, rsb, clocks as > > per sun6i", etc would b

Re: [U-Boot] [PATCH 08/10] sunxi: Add basic A33 basic support

2015-04-16 Thread Hans de Goede
Hi, On 15-04-15 22:00, Ian Campbell wrote: On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: From: Vishnu Patekar A quick comment on what "basic" here means, i.e. "prcm, rsb, clocks as per sun6i", etc would be good. Actually the Basic is misleading here, since this adds full support,

Re: [U-Boot] [PATCH 08/10] sunxi: Add basic A33 basic support

2015-04-15 Thread Ian Campbell
On Tue, 2015-04-14 at 18:06 +0200, Hans de Goede wrote: > From: Vishnu Patekar A quick comment on what "basic" here means, i.e. "prcm, rsb, clocks as per sun6i", etc would be good. > > Signed-off-by: Vishnu Patekar > Signed-off-by: Hans de Goede Did you make non-trivial mods or is this S-o-b

[U-Boot] [PATCH 08/10] sunxi: Add basic A33 basic support

2015-04-14 Thread Hans de Goede
From: Vishnu Patekar Signed-off-by: Vishnu Patekar Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/Makefile | 4 arch/arm/cpu/armv7/sunxi/board.c| 8 +--- arch/arm/cpu/armv7/sunxi/cpu_info.c | 2 ++ arch/arm/cpu/armv7/sunxi/rsb.c | 2 +- arch/arm/cpu/armv7/sun