Hi Lee Jones, Thanks for the feedback. > Subject: Re: [PATCH] mfd: rz-mtu3: Replace raw_spin_lock->spin_lock() > > On Wed, 19 Jul 2023, Biju Das wrote: > > > As per kernel documentation, use raw_spinlock_t only in real critical > > core code, low-level interrupt handling, and places where disabling > > preemption or interrupts is required. Here the lock is for concurrent > > register access from different drivers, hence spin_lock() is > sufficient. > > > > Reported-by: Pavel Machek <pavel@xxxxxxx> > > Closes: > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > --- > > This patch depend upon [1] > > [1] > > --- > > drivers/mfd/rz-mtu3.c | 16 ++++++++-------- > > 1 file changed, 8 insertions(+), 8 deletions(-) > > Doesn't apply. Please rebase and resend Sure. Will rebase and resend. Cheers, Biju