Re: [PATCH v2 10/19] i2c: designware_i2c: Put hold config in a struct

2020-01-15 Thread Heiko Schocher
Hello Simon, Am 03.01.2020 um 23:26 schrieb Simon Glass: Create a struct to hold the three timing parameters. This will make it easier to move these calculations into a separate function in a later patch. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/designware_i2c.c | 82

[PATCH v2 10/19] i2c: designware_i2c: Put hold config in a struct

2020-01-04 Thread Simon Glass
Create a struct to hold the three timing parameters. This will make it easier to move these calculations into a separate function in a later patch. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/designware_i2c.c | 82 1 file changed, 55