Re: [PATCH 03/14] pinctrl: rockchip: add input schmitt support for rv1108

2017-08-07 Thread Linus Walleij
On Mon, Jul 31, 2017 at 12:10 PM, Andy Yan wrote: > Some pins like i2c SCL/SDA need the schmitt input function > to avoid crosstalk problems. > > Signed-off-by: Andy Yan Patch applied with Heiko's review tag. Yours, Linus Walleij

Re: [PATCH 03/14] pinctrl: rockchip: add input schmitt support for rv1108

2017-07-31 Thread Heiko Stübner
Am Montag, 31. Juli 2017, 18:10:22 CEST schrieb Andy Yan: > Some pins like i2c SCL/SDA need the schmitt input function > to avoid crosstalk problems. > > Signed-off-by: Andy Yan Reviewed-by: Heiko Stuebner

[PATCH 03/14] pinctrl: rockchip: add input schmitt support for rv1108

2017-07-31 Thread Andy Yan
Some pins like i2c SCL/SDA need the schmitt input function to avoid crosstalk problems. Signed-off-by: Andy Yan --- drivers/pinctrl/pinctrl-rockchip.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinct