Re: [PATCH v3 0/4] omap24xx_i2c: Enable Repeated Start functionality

2025-04-22 Thread Kumar, Udit
Thanks for patch Aniket On 4/22/2025 3:49 PM, Aniket Limaye wrote: This series implements Repeated Start functionality for the DM_I2C xfer API (omap_i2c_xfer()) First, split out the actual implementation for each individual i2c msg transfer into a new function __omap24_i2c_xfer_msg() and use th

[PATCH v3 0/4] omap24xx_i2c: Enable Repeated Start functionality

2025-04-22 Thread Aniket Limaye
This series implements Repeated Start functionality for the DM_I2C xfer API (omap_i2c_xfer()) First, split out the actual implementation for each individual i2c msg transfer into a new function __omap24_i2c_xfer_msg() and use this to implement omap_i2c_xfer(). Then, add support for the Repeated S