Re: [PATCH v2 04/18] AT91: Rework ramc mapping code

2014-07-07 Thread Alexandre Belloni
On 07/07/2014 at 16:25:17 +0200, Maxime Ripard wrote : > Adapt the ramc mapping code to handle multiple ram controllers in the DT. > > Signed-off-by: Maxime Ripard > --- > arch/arm/mach-at91/setup.c | 26 ++ > 1 file changed, 14 insertions(+), 12 deletions(-) > I

[PATCH v2 04/18] AT91: Rework ramc mapping code

2014-07-07 Thread Maxime Ripard
Adapt the ramc mapping code to handle multiple ram controllers in the DT. Signed-off-by: Maxime Ripard --- arch/arm/mach-at91/setup.c | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c index

[PATCH v2 04/18] AT91: Rework ramc mapping code

2014-07-07 Thread Maxime Ripard
Adapt the ramc mapping code to handle multiple ram controllers in the DT. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com --- arch/arm/mach-at91/setup.c | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/arch/arm/mach-at91/setup.c

Re: [PATCH v2 04/18] AT91: Rework ramc mapping code

2014-07-07 Thread Alexandre Belloni
On 07/07/2014 at 16:25:17 +0200, Maxime Ripard wrote : Adapt the ramc mapping code to handle multiple ram controllers in the DT. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com --- arch/arm/mach-at91/setup.c | 26 ++ 1 file changed, 14 insertions(+),