On 29/02/24 23:58, Wolfram Sang wrote: > To clean up the confusing situation regarding I2C timeout bindings, here > is the series to fix up the MPC driver which mixed up clock stretching > timeout with transfer timeouts. Plus a minor cleanup while here. > > Only build tested, so actual testing is welcome. For the series Reviewed-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> and on a P2041RDB Tested-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> > > > Wolfram Sang (3): > dt-bindings: i2c: mpc: use proper binding for transfer timeouts > i2c: mpc: use proper binding for transfer timeouts > i2c: mpc: remove outdated macro > > .../devicetree/bindings/i2c/i2c-mpc.yaml | 2 +- > drivers/i2c/busses/i2c-mpc.c | 16 +++++++--------- > 2 files changed, 8 insertions(+), 10 deletions(-) >