Re: [PATCH 1/2] dm: i2c-gpio: rework gpio get/set functions

2020-03-16 Thread Heiko Schocher
Hello Michael, Am 07.02.2020 um 17:55 schrieb Michael Auchter: This patch reworks i2c-gpio to make it easier to switch out the implementation of the sda/scl get/set functions. This is in preparation for a patch to conditionally implement clock stretching support. Signed-off-by: Michael Auchter

Re: [PATCH 1/2] dm: i2c-gpio: rework gpio get/set functions

2020-02-17 Thread Heiko Schocher
Hello Michael, Am 07.02.2020 um 17:55 schrieb Michael Auchter: This patch reworks i2c-gpio to make it easier to switch out the implementation of the sda/scl get/set functions. This is in preparation for a patch to conditionally implement clock stretching support. Signed-off-by: Michael Auchter

[PATCH 1/2] dm: i2c-gpio: rework gpio get/set functions

2020-02-07 Thread Michael Auchter
This patch reworks i2c-gpio to make it easier to switch out the implementation of the sda/scl get/set functions. This is in preparation for a patch to conditionally implement clock stretching support. Signed-off-by: Michael Auchter Cc: Heiko Schocher --- drivers/i2c/i2c-gpio.c | 133 +++