Re: [PATCH 1/4] i2c: Make deblock delay and SCL clock configurable

2020-03-16 Thread Heiko Schocher
Hello Marek, Am 07.02.2020 um 16:57 schrieb Marek Vasut: Make the delay between SCL line changes and the number of SCL clock changes configurable as a parameter of the deblock function. No functional change. Signed-off-by: Marek Vasut --- drivers/i2c/i2c-uclass.c | 21 +++--

Re: [PATCH 1/4] i2c: Make deblock delay and SCL clock configurable

2020-02-17 Thread Heiko Schocher
Hello Marek, Am 07.02.2020 um 16:57 schrieb Marek Vasut: Make the delay between SCL line changes and the number of SCL clock changes configurable as a parameter of the deblock function. No functional change. Signed-off-by: Marek Vasut --- drivers/i2c/i2c-uclass.c | 21 +++--

[PATCH 1/4] i2c: Make deblock delay and SCL clock configurable

2020-02-07 Thread Marek Vasut
Make the delay between SCL line changes and the number of SCL clock changes configurable as a parameter of the deblock function. No functional change. Signed-off-by: Marek Vasut --- drivers/i2c/i2c-uclass.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git