Re: [PATCH 2/5] i2c: meson: add configurable divider factors

2017-11-17 Thread Martin Blumenstingl
On Fri, Nov 17, 2017 at 9:02 AM, Yixun Lan wrote: > From: Jian Hu > > This patch try to add support for I2C controller in Meson-AXG SoC, > Due to the IP changes between I2C controller, we need to introduce > a compatible data to make the divider factor configurable. > > Signed-off-by: Jian Hu >

Re: [PATCH 2/5] i2c: meson: add configurable divider factors

2017-11-17 Thread Neil Armstrong
On 17/11/2017 09:02, Yixun Lan wrote: > From: Jian Hu > > This patch try to add support for I2C controller in Meson-AXG SoC, > Due to the IP changes between I2C controller, we need to introduce > a compatible data to make the divider factor configurable. > > Signed-off-by: Jian Hu > Signed-off-

[PATCH 2/5] i2c: meson: add configurable divider factors

2017-11-17 Thread Yixun Lan
From: Jian Hu This patch try to add support for I2C controller in Meson-AXG SoC, Due to the IP changes between I2C controller, we need to introduce a compatible data to make the divider factor configurable. Signed-off-by: Jian Hu Signed-off-by: Yixun Lan --- drivers/i2c/busses/i2c-meson.c | 3