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

2017-11-01 Thread Rob Herring
On Wed, Nov 01, 2017 at 10:11:56AM +0800, 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 > --- > Changes since v1: > - Remove timeo

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

2017-10-31 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 --- Changes since v1: - Remove timeout configuration. - Modify the binding file to add hwlocks. --- Documentati