commit | 838d754cc1efcfecf61e48bce131d99068a7ef3a | [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 | 43ee3e3d6f2b2905c2d2ac54e4df18d712c1e84f [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>