[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aFuk5IBH9N0ljNIK@shikoro>
Date: Wed, 25 Jun 2025 09:27:32 +0200
From: Wolfram Sang <wsa+renesas@...g-engineering.com>
To: Jorge Marques <jorge.marques@...log.com>
Cc: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Frank Li <Frank.Li@....com>,
Przemysław Gaj <pgaj@...ence.com>,
linux-i3c@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 3/3] i3c: master: dw: Use i3c_writel_fifo() and
i3c_readl_fifo()
> static void dw_i3c_master_read_rx_fifo(struct dw_i3c_master *master,
> u8 *bytes, int nbytes)
> {
> - return dw_i3c_master_read_fifo(master, RX_TX_DATA_PORT, bytes, nbytes);
> + i3c_readl_fifo(master->regs + RX_TX_DATA_PORT, bytes, nbytes);
> }
Same question as patch 2, why not remove the surrounding functions?
Powered by blists - more mailing lists