Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-23 Thread Lee Jones
On Tue, 23 Jan 2018, Baolin Wang wrote: > Hi Lee, > > On 22 January 2018 at 21:43, Lee Jones wrote: > > On Thu, 11 Jan 2018, Lee Jones wrote: > >> On Mon, 25 Dec 2017, Baolin Wang wrote: > >> > >> > Some system control registers need hardware spinlock to synchronize > >> >

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-23 Thread Lee Jones
On Tue, 23 Jan 2018, Baolin Wang wrote: > Hi Lee, > > On 22 January 2018 at 21:43, Lee Jones wrote: > > On Thu, 11 Jan 2018, Lee Jones wrote: > >> On Mon, 25 Dec 2017, Baolin Wang wrote: > >> > >> > Some system control registers need hardware spinlock to synchronize > >> > between the multiple

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-23 Thread Baolin Wang
Hi Lee, On 22 January 2018 at 21:43, Lee Jones wrote: > On Thu, 11 Jan 2018, Lee Jones wrote: >> On Mon, 25 Dec 2017, Baolin Wang wrote: >> >> > Some system control registers need hardware spinlock to synchronize >> > between the multiple subsystems, so we should add

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-23 Thread Baolin Wang
Hi Lee, On 22 January 2018 at 21:43, Lee Jones wrote: > On Thu, 11 Jan 2018, Lee Jones wrote: >> On Mon, 25 Dec 2017, Baolin Wang wrote: >> >> > Some system control registers need hardware spinlock to synchronize >> > between the multiple subsystems, so we should add hardware spinlock >> >

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-22 Thread Lee Jones
On Thu, 11 Jan 2018, Lee Jones wrote: > On Mon, 25 Dec 2017, Baolin Wang wrote: > > > Some system control registers need hardware spinlock to synchronize > > between the multiple subsystems, so we should add hardware spinlock > > support for syscon. > > > > Signed-off-by: Baolin Wang

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-22 Thread Lee Jones
On Thu, 11 Jan 2018, Lee Jones wrote: > On Mon, 25 Dec 2017, Baolin Wang wrote: > > > Some system control registers need hardware spinlock to synchronize > > between the multiple subsystems, so we should add hardware spinlock > > support for syscon. > > > > Signed-off-by: Baolin Wang > >

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-11 Thread Lee Jones
On Mon, 25 Dec 2017, Baolin Wang wrote: > Some system control registers need hardware spinlock to synchronize > between the multiple subsystems, so we should add hardware spinlock > support for syscon. > > Signed-off-by: Baolin Wang > Acked-by: Rob Herring

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-11 Thread Lee Jones
On Mon, 25 Dec 2017, Baolin Wang wrote: > Some system control registers need hardware spinlock to synchronize > between the multiple subsystems, so we should add hardware spinlock > support for syscon. > > Signed-off-by: Baolin Wang > Acked-by: Rob Herring > --- > Changes since v6: > - Treat

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-11 Thread Arnd Bergmann
On Thu, Jan 11, 2018 at 2:08 PM, Lee Jones wrote: > On Thu, 11 Jan 2018, Baolin Wang wrote: > >> Hi Arnd, >> >> On 2 January 2018 at 23:36, Lee Jones wrote: >> > Arnd, >> > >> >> Some system control registers need hardware spinlock to synchronize >> >>

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-11 Thread Arnd Bergmann
On Thu, Jan 11, 2018 at 2:08 PM, Lee Jones wrote: > On Thu, 11 Jan 2018, Baolin Wang wrote: > >> Hi Arnd, >> >> On 2 January 2018 at 23:36, Lee Jones wrote: >> > Arnd, >> > >> >> Some system control registers need hardware spinlock to synchronize >> >> between the multiple subsystems, so we

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-11 Thread Lee Jones
On Thu, 11 Jan 2018, Baolin Wang wrote: > Hi Arnd, > > On 2 January 2018 at 23:36, Lee Jones wrote: > > Arnd, > > > >> Some system control registers need hardware spinlock to synchronize > >> between the multiple subsystems, so we should add hardware spinlock > >> support

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-11 Thread Lee Jones
On Thu, 11 Jan 2018, Baolin Wang wrote: > Hi Arnd, > > On 2 January 2018 at 23:36, Lee Jones wrote: > > Arnd, > > > >> Some system control registers need hardware spinlock to synchronize > >> between the multiple subsystems, so we should add hardware spinlock > >> support for syscon. > >> > >>

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-11 Thread Baolin Wang
Hi Arnd, On 2 January 2018 at 23:36, Lee Jones wrote: > Arnd, > >> Some system control registers need hardware spinlock to synchronize >> between the multiple subsystems, so we should add hardware spinlock >> support for syscon. >> >> Signed-off-by: Baolin Wang

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-11 Thread Baolin Wang
Hi Arnd, On 2 January 2018 at 23:36, Lee Jones wrote: > Arnd, > >> Some system control registers need hardware spinlock to synchronize >> between the multiple subsystems, so we should add hardware spinlock >> support for syscon. >> >> Signed-off-by: Baolin Wang >> Acked-by: Rob Herring > > ...

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-02 Thread Lee Jones
Arnd, > Some system control registers need hardware spinlock to synchronize > between the multiple subsystems, so we should add hardware spinlock > support for syscon. > > Signed-off-by: Baolin Wang > Acked-by: Rob Herring ... did you sign off on this

Re: [PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2018-01-02 Thread Lee Jones
Arnd, > Some system control registers need hardware spinlock to synchronize > between the multiple subsystems, so we should add hardware spinlock > support for syscon. > > Signed-off-by: Baolin Wang > Acked-by: Rob Herring ... did you sign off on this in the end? > --- > Changes since v6: >

[PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2017-12-24 Thread Baolin Wang
Some system control registers need hardware spinlock to synchronize between the multiple subsystems, so we should add hardware spinlock support for syscon. Signed-off-by: Baolin Wang Acked-by: Rob Herring --- Changes since v6: - Treat hwlock id 0 as

[PATCH v7 2/2] mfd: syscon: Add hardware spinlock support

2017-12-24 Thread Baolin Wang
Some system control registers need hardware spinlock to synchronize between the multiple subsystems, so we should add hardware spinlock support for syscon. Signed-off-by: Baolin Wang Acked-by: Rob Herring --- Changes since v6: - Treat hwlock id 0 as valid for regmap. Changes since v5: - Fix