Re: [PATCH RESEND 1/2] arm: berlin: use non-self-cleared reset register to reset cpu

2015-10-11 Thread Jisheng Zhang
Dear Sebastian, On Mon, 21 Sep 2015 10:18:25 +0800 Jisheng Zhang wrote: > Dear Sebastian, > > On Sun, 20 Sep 2015 20:04:01 +0200 > Sebastian Hesselbarth wrote: > > > On 14.09.2015 08:47, Jisheng Zhang wrote: > > > In Berlin SoCs, there are two kinds of cpu reset control registers: the > > >

Re: [PATCH RESEND 1/2] arm: berlin: use non-self-cleared reset register to reset cpu

2015-10-11 Thread Jisheng Zhang
Dear Sebastian, On Mon, 21 Sep 2015 10:18:25 +0800 Jisheng Zhang wrote: > Dear Sebastian, > > On Sun, 20 Sep 2015 20:04:01 +0200 > Sebastian Hesselbarth wrote: > > > On 14.09.2015 08:47, Jisheng Zhang wrote: > > > In Berlin SoCs, there

Re: [PATCH RESEND 1/2] arm: berlin: use non-self-cleared reset register to reset cpu

2015-09-20 Thread Jisheng Zhang
Dear Sebastian, On Sun, 20 Sep 2015 20:04:01 +0200 Sebastian Hesselbarth wrote: > On 14.09.2015 08:47, Jisheng Zhang wrote: > > In Berlin SoCs, there are two kinds of cpu reset control registers: the > > first one's corresponding bits will be self-cleared after some cycles, > > while the second

Re: [PATCH RESEND 1/2] arm: berlin: use non-self-cleared reset register to reset cpu

2015-09-20 Thread Sebastian Hesselbarth
On 14.09.2015 08:47, Jisheng Zhang wrote: In Berlin SoCs, there are two kinds of cpu reset control registers: the first one's corresponding bits will be self-cleared after some cycles, while the second one's bits won't. Previously the first kind of reset control register is used, this patch uses

Re: [PATCH RESEND 1/2] arm: berlin: use non-self-cleared reset register to reset cpu

2015-09-20 Thread Jisheng Zhang
Dear Sebastian, On Sun, 20 Sep 2015 20:04:01 +0200 Sebastian Hesselbarth wrote: > On 14.09.2015 08:47, Jisheng Zhang wrote: > > In Berlin SoCs, there are two kinds of cpu reset control registers: the > > first one's corresponding bits will be self-cleared after

Re: [PATCH RESEND 1/2] arm: berlin: use non-self-cleared reset register to reset cpu

2015-09-20 Thread Sebastian Hesselbarth
On 14.09.2015 08:47, Jisheng Zhang wrote: In Berlin SoCs, there are two kinds of cpu reset control registers: the first one's corresponding bits will be self-cleared after some cycles, while the second one's bits won't. Previously the first kind of reset control register is used, this patch uses

[PATCH RESEND 1/2] arm: berlin: use non-self-cleared reset register to reset cpu

2015-09-14 Thread Jisheng Zhang
In Berlin SoCs, there are two kinds of cpu reset control registers: the first one's corresponding bits will be self-cleared after some cycles, while the second one's bits won't. Previously the first kind of reset control register is used, this patch uses the second kind one to prepare for the next

[PATCH RESEND 1/2] arm: berlin: use non-self-cleared reset register to reset cpu

2015-09-14 Thread Jisheng Zhang
In Berlin SoCs, there are two kinds of cpu reset control registers: the first one's corresponding bits will be self-cleared after some cycles, while the second one's bits won't. Previously the first kind of reset control register is used, this patch uses the second kind one to prepare for the next