[PATCH v2 3/6] i2c: add 'set_sda' to bus_recovery_info

2018-01-09 Thread Wolfram Sang
From: Wolfram Sang This will be needed when we want to create STOP conditions, too, later. Create the needed fields and populate them for the GPIO case if the GPIO is set to output. Tested-by: Phil Reid Signed-off-by: Wolfram Sang --- Changes since V1: * don't use GPIOF_* flags but hardocded

Re: [PATCH v2 3/6] i2c: add 'set_sda' to bus_recovery_info

2018-01-10 Thread Linus Walleij
On Tue, Jan 9, 2018 at 2:58 PM, Wolfram Sang wrote: > From: Wolfram Sang > > This will be needed when we want to create STOP conditions, too, later. > Create the needed fields and populate them for the GPIO case if the GPIO > is set to output. > > Tested-by: Phil Reid > Signed-off-by: Wolfram S