Re: [PATCH v2 16/23] i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2C

2022-03-31 Thread Andre Przywara
On Thu, 17 Mar 2022 22:54:13 -0500 Samuel Holland wrote: > When the DM_I2C driver is loaded, the pin setup is done automatically > from the device tree by the pinctrl driver. > > Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Cheers, Andre > --- > > (no changes since v1) > >

[PATCH v2 16/23] i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2C

2022-03-17 Thread Samuel Holland
When the DM_I2C driver is loaded, the pin setup is done automatically from the device tree by the pinctrl driver. Signed-off-by: Samuel Holland --- (no changes since v1) drivers/i2c/sun6i_p2wi.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git