Re: [PATCH] i2c: gpio: Add custom deblock sequence

2020-01-27 Thread Marek Vasut
On 1/27/20 7:40 AM, Heiko Schocher wrote: > Hello Marek, > > Am 24.01.2020 um 19:12 schrieb Marek Vasut: >> Add custom deblock dequence for the I2C bus, needed on some devices. >> This sequence is issued once, when probing the driver, and is controlled >> by DT property, "i2c-gpio,deblock". >> >>

Re: [PATCH] i2c: gpio: Add custom deblock sequence

2020-01-26 Thread Heiko Schocher
Hello Marek, Am 24.01.2020 um 19:12 schrieb Marek Vasut: Add custom deblock dequence for the I2C bus, needed on some devices. This sequence is issued once, when probing the driver, and is controlled by DT property, "i2c-gpio,deblock". Signed-off-by: Marek Vasut --- drivers/i2c/i2c-gpio.c | 6

[PATCH] i2c: gpio: Add custom deblock sequence

2020-01-24 Thread Marek Vasut
Add custom deblock dequence for the I2C bus, needed on some devices. This sequence is issued once, when probing the driver, and is controlled by DT property, "i2c-gpio,deblock". Signed-off-by: Marek Vasut --- drivers/i2c/i2c-gpio.c | 67 ++ 1 file changed,