mbox series

[0/3] Fix STM32 I2C dma operations

Message ID 20250616-i2c-upstream-v1-0-42d3d5374e65@foss.st.com
Headers show
Series Fix STM32 I2C dma operations | expand

Message

Clément Le Goffic June 16, 2025, 8:53 a.m. UTC
This patch series aims to fix some issues inside the driver's DMA
handling.
It also uses newer I2C DMA API.

Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com>
---
Clément Le Goffic (3):
      i2c: stm32: fix the device used for the DMA map
      i2c: stm32f7: unmap DMA mapped buffer
      i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIs

 drivers/i2c/busses/i2c-stm32.c   |  2 +-
 drivers/i2c/busses/i2c-stm32f7.c | 40 +++++++++++++++++++++++++++++-----------
 2 files changed, 30 insertions(+), 12 deletions(-)
---
base-commit: e04c78d86a9699d136910cfc0bdcf01087e3267e
change-id: 20250527-i2c-upstream-e5b69501359a

Best regards,