Re: [PATCH -next] i2c: gpio: use DEFINE_SPINLOCK() for spinlock

2021-04-01 Thread Dan Carpenter
On Thu, Apr 01, 2021 at 11:38:30AM +0800, chenlifu wrote: > Kindly pinging ... > > Best Regards, > Chen Lifu > > 在 2021/3/27 17:52, Chen Lifu 写道: It's to early to start asking for a response. Please wait at least two weeks. (Probably four weeks if the merge window was open). regards, dan carp

Re: [PATCH -next] i2c: gpio: use DEFINE_SPINLOCK() for spinlock

2021-03-31 Thread chenlifu
Kindly pinging ... Best Regards, Chen Lifu 在 2021/3/27 17:52, Chen Lifu 写道: From: Lifu Chen spinlock can be initialized automatically with DEFINE_SPINLOCK() rather than explicitly calling spin_lock_init(). Reported-by: Hulk Robot Signed-off-by: Lifu Chen --- arch/arm/mach-sa1100/simpad.c

[PATCH -next] i2c: gpio: use DEFINE_SPINLOCK() for spinlock

2021-03-27 Thread Chen Lifu
From: Lifu Chen spinlock can be initialized automatically with DEFINE_SPINLOCK() rather than explicitly calling spin_lock_init(). Reported-by: Hulk Robot Signed-off-by: Lifu Chen --- arch/arm/mach-sa1100/simpad.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/