[PATCH v1 2/2] i3c: mipi-i3c-hci: Use DMA-safe buffer for I2C transfers

Billy Tsai billy_tsai at aspeedtech.com
Thu Jan 23 02:23:31 PST 2025


> > -             xfer[i].data = i2c_xfers[i].buf;

> > +             xfer[i].data = i2c_get_dma_safe_msg_buf(&i2c_xfers[i], 1);

> Where is a 'get' there also should be a 'put'.

Thanks.
I will add the i2c_put_dma_safe_msg_buf in the next version.

Billy Tsai






More information about the linux-i3c mailing list