Re: [PATCH v2 14/18] i2c: Remove I2C_GET_BUS()

2024-08-12 Thread Heiko Schocher
Hello Simon, On 11.08.24 16:50, Simon Glass wrote: This is very old, predating even the legacy I2C support, so drop it. Signed-off-by: Simon Glass --- (no changes since v1) include/i2c.h | 7 --- 1 file changed, 7 deletions(-) Thanks! Reviewed-by: Heiko Schocher bye, Heiko -- --

[PATCH v2 14/18] i2c: Remove I2C_GET_BUS()

2024-08-11 Thread Simon Glass
This is very old, predating even the legacy I2C support, so drop it. Signed-off-by: Simon Glass --- (no changes since v1) include/i2c.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/include/i2c.h b/include/i2c.h index 1d1430b74a6..b6727bb2a73 100644 --- a/include/i2c.h +++ b/includ