Re: [PATCH 3/3] i2c: imx_lpi2c: Support read transfers longer than 256 bytes

2024-07-30 Thread Fedor Ross
On Wed, Jul 24, 2024 at 12:57 PM Marek Vasut wrote: Hello Marek, I'll do the changes. Thanks for your input. Best regards, Fedor > On 7/24/24 11:59 AM, fedorr...@gmail.com wrote: > > From: Fedor Ross > > > > The TXFIFO register of LPI2C only has one byte length, and if the length > > of the d

Re: [PATCH 3/3] i2c: imx_lpi2c: Support read transfers longer than 256 bytes

2024-07-24 Thread Marek Vasut
On 7/24/24 11:59 AM, fedorr...@gmail.com wrote: From: Fedor Ross 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 Add --- Cc: Heiko Schoc

[PATCH 3/3] i2c: imx_lpi2c: Support read transfers longer than 256 bytes

2024-07-24 Thread fedorross
From: Fedor Ross 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 Cc: Heiko Schocher Cc: Tom Rini Cc: Marek Vasut --- drivers/i2c/imx_lpi2c