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: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20230717120333.165219-1-biju.das.jz@xxxxxxxxxxxxxx/ > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > This patch depend upon [1] > [1] https://patchwork.kernel.org/project/linux-renesas-soc/patch/20230717120333.165219-1-biju.das.jz@xxxxxxxxxxxxxx/ > --- > drivers/mfd/rz-mtu3.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Doesn't apply. Please rebase and resend -- Lee Jones [李琼斯]