Re: [PATCH RFC/RFT 0/3] omap24xx_i2c: Enable Repeated Start functionality

2025-03-06 Thread Tom Rini
On Thu, Mar 06, 2025 at 06:28:54PM +0530, Aniket Limaye wrote: > Hello Tom, Heiko, > > On 06/03/25 11:15, Heiko Schocher wrote: > > Hello Tom, Aniket, > > > > On 05.03.25 16:50, Tom Rini wrote: > > > On Wed, Mar 05, 2025 at 03:34:08AM +0530, Aniket Limaye wrote: > > > > This series implements Rep

Re: [PATCH RFC/RFT 0/3] omap24xx_i2c: Enable Repeated Start functionality

2025-03-06 Thread Aniket Limaye
Hello Tom, Heiko, On 06/03/25 11:15, Heiko Schocher wrote: Hello Tom, Aniket, On 05.03.25 16:50, Tom Rini wrote: On Wed, Mar 05, 2025 at 03:34:08AM +0530, Aniket Limaye wrote: This series implements Repeated Start functionality for the DM_I2C xfer API (omap_i2c_xfer()) First, split out the a

Re: [PATCH RFC/RFT 0/3] omap24xx_i2c: Enable Repeated Start functionality

2025-03-05 Thread Heiko Schocher
Hello Tom, Aniket, On 05.03.25 16:50, Tom Rini wrote: On Wed, Mar 05, 2025 at 03:34:08AM +0530, 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 int

Re: [PATCH RFC/RFT 0/3] omap24xx_i2c: Enable Repeated Start functionality

2025-03-05 Thread Tom Rini
On Wed, Mar 05, 2025 at 03:34:08AM +0530, 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

[PATCH RFC/RFT 0/3] omap24xx_i2c: Enable Repeated Start functionality

2025-03-04 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