Re: [PATCH v2] hwspinlock: ignore disabled device

2019-06-29 Thread Bjorn Andersson
On Fri 08 Mar 08:53 PST 2019, Fabien Dessenne wrote: > Do not wait for hwspinlock device registration if it is not available > for use. > > Signed-off-by: Fabien Dessenne Applied with Suman's ack Thanks, Bjorn > --- > V2: use 'goto out' instead of 'return' > >

Re: [PATCH v2] hwspinlock: ignore disabled device

2019-05-31 Thread Suman Anna
On 3/8/19 10:53 AM, Fabien Dessenne wrote: > Do not wait for hwspinlock device registration if it is not available > for use. > > Signed-off-by: Fabien Dessenne Acked-by: Suman Anna > --- > V2: use 'goto out' instead of 'return' > > drivers/hwspinlock/hwspinlock_core.c | 5 + > 1 file

Re: [PATCH v2] hwspinlock: ignore disabled device

2019-05-13 Thread Fabien DESSENNE
Hi Gentle reminder Fabien On 08/03/2019 5:53 PM, Fabien Dessenne wrote: > Do not wait for hwspinlock device registration if it is not available > for use. > > Signed-off-by: Fabien Dessenne > --- > V2: use 'goto out' instead of 'return' > > drivers/hwspinlock/hwspinlock_core.c | 5 + >

[PATCH v2] hwspinlock: ignore disabled device

2019-03-08 Thread Fabien Dessenne
Do not wait for hwspinlock device registration if it is not available for use. Signed-off-by: Fabien Dessenne --- V2: use 'goto out' instead of 'return' drivers/hwspinlock/hwspinlock_core.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/hwspinlock/hwspinlock_core.c