[v2,2/5] i2c: meson: add configurable divider factors
From: Yixun Lan <hidden>
Date: 2018-01-24 06:51:09
Also in:
linux-amlogic, linux-devicetree, linux-i2c, lkml
From: Yixun Lan <hidden>
Date: 2018-01-24 06:51:09
Also in:
linux-amlogic, linux-devicetree, linux-i2c, lkml
Hi Wolfram? On 01/24/18 14:28, Wolfram Sang wrote:
On Mon, Nov 20, 2017 at 10:54:12PM +0800, Yixun Lan wrote:quoted
From: Jian Hu <redacted> 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. Reviewed-by: Neil Armstrong <redacted> Signed-off-by: Jian Hu <redacted> Signed-off-by: Yixun Lan <redacted>Applied to for-next, thanks! But I got two build warnings, please fix them with an incremental patch: drivers/i2c/busses/i2c-meson.c:103: warning: No description found for parameter 'data' drivers/i2c/busses/i2c-meson.c:103: warning: Excess struct member 'irq' description in 'meson_i2c'
first, many thanks for pushing this.. I understand from above warnings, and can compose a patch to fix this. but, I didn't get this build warnings while test locally, so is there any specific compiler option that I need to pass to? Yixun