Re: [PATCH 04/11] arm: mvebu: convert Dove to common init

2013-05-21 Thread Sascha Hauer
On Tue, May 21, 2013 at 05:24:21PM +0200, Sebastian Hesselbarth wrote: > On 05/21/13 15:49, Sascha Hauer wrote: > >On Sun, May 19, 2013 at 08:23:48PM +0200, Sebastian Hesselbarth wrote: > >>This patch converts Marvell Dove SoC init to make use of common lowlevel > >>and init functions. Postcore ini

Re: [PATCH 04/11] arm: mvebu: convert Dove to common init

2013-05-21 Thread Sebastian Hesselbarth
On 05/21/13 15:49, Sascha Hauer wrote: On Sun, May 19, 2013 at 08:23:48PM +0200, Sebastian Hesselbarth wrote: This patch converts Marvell Dove SoC init to make use of common lowlevel and init functions. Postcore initcall will now setup memory controller base registers to match internal registers

Re: [PATCH 04/11] arm: mvebu: convert Dove to common init

2013-05-21 Thread Sascha Hauer
On Sun, May 19, 2013 at 08:23:48PM +0200, Sebastian Hesselbarth wrote: > This patch converts Marvell Dove SoC init to make use of common lowlevel > and init functions. Postcore initcall will now setup memory controller > base registers to match internal registers base, probe real memory size, > and

[PATCH 04/11] arm: mvebu: convert Dove to common init

2013-05-19 Thread Sebastian Hesselbarth
This patch converts Marvell Dove SoC init to make use of common lowlevel and init functions. Postcore initcall will now setup memory controller base registers to match internal registers base, probe real memory size, and setup UART console by config option. Signed-off-by: Sebastian Hesselbarth --