commit | 27dfc942b19cb31490472238c827a4dd02677450 | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Thu Aug 18 20:08:42 2016 +0100 |
committer | Heiko Schocher <hs@denx.de> | Tue Sep 13 06:57:27 2016 +0200 |
tree | c98bcb4eccd0b0ca2554f7ae9dbe9dd842135e09 | |
parent | bcd11c4dbba53bfa84b2e52051a817ce5a9ab5b1 [diff] |
rockchip: i2c: fix >32 byte writes The special handling of the chip address and register address must only happen before we send the data buffer, otherwise we will end up inserting both of these every 32 bytes. Signed-off-by: John Keeping <john@metanate.com> Acked-by: Simon Glass <sjg@chromium.org>