]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i3c: mipi-i3c-hci: Use I2C DMA-safe api
authorBilly Tsai <billy_tsai@aspeedtech.com>
Tue, 4 Feb 2025 09:17:02 +0000 (17:17 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 20 Feb 2025 21:54:28 +0000 (22:54 +0100)
commiteffed5dac8f8b3db006c4971cdd592504afd1c5d
tree4d02fecc27331bc38212c2501f08b97ff584d590
parent6866c91f8c2327546d850d5a85025fb81e2089bf
i3c: mipi-i3c-hci: Use I2C DMA-safe api

Use the i2c_get/put_dma_safe_msg_buf for I2C transfers instead of using
the I3C-specific API.

Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
Acked-by: Mukesh Kumar Savaliya <quic_msavaliy@quicinc.com>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Link: https://lore.kernel.org/r/20250204091702.4014466-2-billy_tsai@aspeedtech.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/mipi-i3c-hci/core.c