Re: [PATCH v3 2/3] i2c: hix5hd2: add i2c controller driver
From: zhangfei <hidden>
Date: 2014-10-03 13:15:07
Also in:
linux-arm-kernel, linux-i2c
From: zhangfei <hidden>
Date: 2014-10-03 13:15:07
Also in:
linux-arm-kernel, linux-i2c
On 10/03/2014 08:09 PM, Wolfram Sang wrote:
Hi, On Tue, Sep 30, 2014 at 08:20:27PM +0800, Zhangfei Gao wrote:quoted
From: Wei Yan <redacted> I2C drivers for hix5hd2 soc series, including following chipset Hi3716CV200, Hi3719CV100, Hi3718CV100, Hi3719MV100, Hi3718MV100. Signed-off-by: Wei Yan <redacted> Signed-off-by: Zhangfei Gao <redacted>Looks good to me. You probably want to have a look at this patch http://patchwork.ozlabs.org/patch/394648/ an do something similar here, I guess. BTW what tests have you performed?
Thanks Wolfram for the info, will update accordingly. Currently Wei help do the test via I2C device interface, on a specific board with i2c device. We do the test after the board is up, also no i2c activity during probe. Thanks