Re: [PATCH v3 3/4] i2c: omap24xx_i2c: support CONFIG for repeated start in DM_I2C xfer

2025-04-22 Thread Heiko Schocher
Hello Aniket, On 22.04.25 12:19, Aniket Limaye wrote: Repeated Start Condition (Sr) can be used to transfer multiple i2c msgs without sending a Stop condition (P). So far, the driver default was to always send a Stop condition after every i2c msg. Add support for a config option (CONFIG_SYS_I2C

Re: [PATCH v3 3/4] i2c: omap24xx_i2c: support CONFIG for repeated start in DM_I2C xfer

2025-04-22 Thread Heiko Schocher
Hello Aniket, On 22.04.25 12:19, Aniket Limaye wrote: Repeated Start Condition (Sr) can be used to transfer multiple i2c msgs without sending a Stop condition (P). So far, the driver default was to always send a Stop condition after every i2c msg. Add support for a config option (CONFIG_SYS_I2C

[PATCH v3 3/4] i2c: omap24xx_i2c: support CONFIG for repeated start in DM_I2C xfer

2025-04-22 Thread Aniket Limaye
Repeated Start Condition (Sr) can be used to transfer multiple i2c msgs without sending a Stop condition (P). So far, the driver default was to always send a Stop condition after every i2c msg. Add support for a config option (CONFIG_SYS_I2C_OMAP24XX_REPEATED_START) to disable sending the Stop con