i3c: master: dw: Use i3c_writel_fifo() and i3c_readl_fifo()
authorJorge Marques <jorge.marques@analog.com>
Tue, 24 Jun 2025 09:06:06 +0000 (11:06 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 30 Jul 2025 23:21:10 +0000 (01:21 +0200)
commit6e055b1fb2fc72ad937fc75ac109fe904ce56003
tree559c158e3f07c9dc384242bb8da85a63a9466dc2
parentc20d3fa7049144f519b21616e6020e6939822145
i3c: master: dw: Use i3c_writel_fifo() and i3c_readl_fifo()

Use common inline i3c_writel_fifo()/i3c_readl_fifo() methods to
simplify code since the FIFO of controller is a 32bit width.

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250624-i3c-writesl-readsl-v3-3-63ccf0870f01@analog.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/dw-i3c-master.c