This patch series adds atomic transfer support to the i2c-xiic
controller.
---
Changes for V2:
Remove NULL checks for tx_msg and rx_msg, as __xiic_start_xfer() already
has checks.
Manikanta Guntupalli (2):
i2c: xiic: Relocate xiic_i2c_runtime_suspend and
xiic_i2c_runtime_resume to facilitate atomic mode
i2c: xiic: Add atomic transfer support
drivers/i2c/busses/i2c-xiic.c | 281 +++++++++++++++++++++++++++-------
1 file changed, 227 insertions(+), 54 deletions(-)