commit | 5deaa530280fda91b8fef632c62c94e7bfd89561 | [log] [tgz] |
---|---|---|
author | Wadim Egorov <w.egorov@phytec.de> | Thu Aug 03 13:48:11 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Sep 05 11:13:36 2017 +0200 |
tree | 3d887dca6d16fa559240e23df26461592ad5b2df | |
parent | 313bbcf0ea91db33bdf6ac394e26acff4215bfcf [diff] |
rockchip: i2c: fix >32 byte reads The hw can read up to 32 bytes at a time. If we need more than one chunk, we have to enter the plain RX mode. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>