On 10/31/2017 09:33 AM, Phil Reid wrote:
Currently the i2c gpio recovery code uses gpio integer interface instead of the gpiod. This change switch the core code to use the gpiod while still retaining compatibility with the gpio integer interface. This will allow individual driver to be updated and tested individual to switch to using the gpiod interface. Signed-off-by: Phil Reid <preid@xxxxxxxxxxxxxxxxx> --- drivers/i2c/i2c-core-base.c | 21 +++++++++++++++++---- include/linux/i2c.h | 2 ++ 2 files changed, 19 insertions(+), 4 deletions(-)
Reviewed-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>