+Kees On 12/10/24 10:52, Manikanta Guntupalli wrote:
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(-)
Kees should be in CC on this because he was reviewing v1 version of this. From my perspective this is fine. Acked-by: Michal Simek <michal.simek@xxxxxxx> Thanks, Michal