Re: [U-Boot] [PATCH v2 13/23] sunxi: H3: add and rename some DRAM contoller registers

2016-12-16 Thread André Przywara
On 05/12/16 06:26, Simon Glass wrote: Hi Simon, > On 4 December 2016 at 18:52, Andre Przywara wrote: >> From: Jens Kuske >> >> The IOCR registers got renamed to BDLR to match the public >> documentation of similar controllers. >> >> Signed-off-by: Jens Kuske >> Signed-off-by: Andre Przywara

Re: [U-Boot] [PATCH v2 13/23] sunxi: H3: add and rename some DRAM contoller registers

2016-12-06 Thread Maxime Ripard
On Mon, Dec 05, 2016 at 01:52:20AM +, Andre Przywara wrote: > From: Jens Kuske > > The IOCR registers got renamed to BDLR to match the public > documentation of similar controllers. It looks like there's a lot more to it. > > Signed-off-by: Jens Kuske > Signed-off-by: Andre Przywara > --

Re: [U-Boot] [PATCH v2 13/23] sunxi: H3: add and rename some DRAM contoller registers

2016-12-04 Thread Simon Glass
Hi Andre, On 4 December 2016 at 18:52, Andre Przywara wrote: > From: Jens Kuske > > The IOCR registers got renamed to BDLR to match the public > documentation of similar controllers. > > Signed-off-by: Jens Kuske > Signed-off-by: Andre Przywara > --- > arch/arm/include/asm/arch-sunxi/dram_sun

[U-Boot] [PATCH v2 13/23] sunxi: H3: add and rename some DRAM contoller registers

2016-12-04 Thread Andre Przywara
From: Jens Kuske The IOCR registers got renamed to BDLR to match the public documentation of similar controllers. Signed-off-by: Jens Kuske Signed-off-by: Andre Przywara --- arch/arm/include/asm/arch-sunxi/dram_sun8i_h3.h | 43 ++--- arch/arm/mach-sunxi/dram_sun8i_h3.c