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

2024-08-07 Thread Fedor Ross
On Wed, Aug 7, 2024 at 12:50 PM Heiko Schocher wrote: Hello Heiko, > On 30.07.24 17:25, 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 exceed

Re: [PATCHv2 1/3] i2c: imx_lpi2c: Fix a typo in bus_i2c_receive

2024-07-31 Thread Fedor Ross
On Wed, Jul 31, 2024 at 5:41 AM Heiko Schocher wrote: > > Hello Fedor, Hello Heiko, > On 30.07.24 17:25, fedorr...@gmail.com wrote: > > From: Fedor Ross > > > > Fix a typo in a debug message. It should be 'for' not 'fot' . > > > >

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, an

Re: [PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2023-01-25 Thread Fedor Ross
Hello Stefano, do you know why this is in the state 'Superseded' ? Thanks in advance. Best regards, Fedor On Fri, May 6, 2022 at 5:17 PM Fedor Ross wrote: > > Hello Peng, > > just a gentle ping -- did you already had a chance to check the mentioned > parameter of

Re: [PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2022-05-06 Thread Fedor Ross
Hello Peng, just a gentle ping -- did you already had a chance to check the mentioned parameter of event 0x82? Thanks in advance. Best regards, Fedor On Thu, Apr 14, 2022 at 8:00 PM Fedor Ross wrote: > > Hello Peng, > > can you please check the parameter of event 0x82 internally?

Re: [PATCH] ARM: imx: Fix parsing of ROM log event IDs on iMX8M

2022-04-14 Thread Fedor Ross
Hello Peng, can you please check the parameter of event 0x82 internally? The AN12853 doesn't mention a parameter for ID 0x82, but we see something else coming out of the bootrom of iMX8MN. Best regards, Fedor Am Do., 14. Apr. 2022 um 18:37 Uhr schrieb : > > From: Fedor Ross > &