Re: [PATCH v2 01/18] i2c: Remove board_i2c_init()

2024-08-12 Thread Heiko Schocher
Hello Simon, On 11.08.24 16:50, Simon Glass wrote: This function is not used, so drop it. Signed-off-by: Simon Glass --- (no changes since v1) include/i2c.h | 8 1 file changed, 8 deletions(-) Thanks! Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH,

[PATCH v2 01/18] i2c: Remove board_i2c_init()

2024-08-11 Thread Simon Glass
This function is not used, so drop it. Signed-off-by: Simon Glass --- (no changes since v1) include/i2c.h | 8 1 file changed, 8 deletions(-) diff --git a/include/i2c.h b/include/i2c.h index 4e59009cd93..8d91b24b43b 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -972,14 +972,6 @@