Home
last modified time | relevance | path

Searched hist:"904 dfbfd67fbdf4562236efb3f0769ecfe7a7e58" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Dmvtwsi.c904dfbfd67fbdf4562236efb3f0769ecfe7a7e58 Thu Jan 14 13:06:25 UTC 2016 Hans de Goede <hdegoede@redhat.com> i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs

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 <hdegoede@redhat.com>

applied with fixing 3 checkpatch warnings
in drivers/i2c/mvtwsi.c:
WARNING: line over 80 characters
ERROR: code indent should use tabs where possible
WARNING: please, no spaces at the start of a line

Signed-off-by: Heiko Schocher <hs@denx.de>