commit | e78d13a1d40e49ed9c0b2418f5e18e0e6fef26ba | [log] [tgz] |
---|---|---|
author | Fedor Ross <fedor.ross@ifm.com> | Wed Aug 07 16:08:01 2024 +0200 |
committer | Heiko Schocher <hs@denx.de> | Fri Aug 09 14:46:49 2024 +0200 |
tree | fce2966169eeb60926d46e7f9cb743d3d1251aa6 | |
parent | dbef547ab29ea02dac63fa2386a3df83c1afb8aa [diff] |
i2c: imx_lpi2c: Support read transfers longer than 256 bytes The TXFIFO register of LPI2C only has one byte length, and if the length of the data that needs to be read exceeds 256 bytes, it needs to be written to TXFIFO multiple times. Signed-off-by: Fedor Ross <fedor.ross@ifm.com>