Re: [U-Boot] [PATCH 1/2] i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs

2016-01-20 Thread Heiko Schocher
Hello Hans, Am 14.01.2016 um 14:06 schrieb Hans de Goede: On sun6i and newer IFLG is a write-clear bit which is cleared by writing 1, rather then a normal r/w bit which is cleared by writing 0. Signed-off-by: Hans de Goede --- drivers/i2c/mvtwsi.c | 19

[U-Boot] [PATCH 1/2] i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs

2016-01-14 Thread Hans de Goede
On sun6i and newer IFLG is a write-clear bit which is cleared by writing 1, rather then a normal r/w bit which is cleared by writing 0. Signed-off-by: Hans de Goede --- drivers/i2c/mvtwsi.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff