Thread (32 messages) 32 messages, 8 authors, 2022-07-04

RE: [PATCH v2 00/10] i2c: xiic: Add features, bug fixes.

From: Raviteja Narayanam <hidden>
Date: 2021-07-28 10:11:29
Also in: linux-i2c, lkml

-----Original Message-----
From: Marek Vasut <marex@denx.de>
Sent: Monday, July 26, 2021 6:43 PM
To: Raviteja Narayanam <redacted>; Michal Simek
[off-list ref]; linux-i2c@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; git
[off-list ref]; joe@perches.com
Subject: Re: [PATCH v2 00/10] i2c: xiic: Add features, bug fixes.

On 7/26/21 7:26 AM, Raviteja Narayanam wrote:

Hi,

[...]
quoted
quoted
quoted
quoted
quoted
I have tested this again on our boards with eeprom and other
sensors, this
is working fine for us.

Can you share details of how those tests were performed ?
Stress test - 1:
Heavy ethernet traffic running in the background.
I2c commands script (like below) running. We can see visible stutter
in the
output as expected, but nothing failed.
quoted
i=0
while [ 1 ]
do
		i2ctransfer -y -f 2 w1@0X54 0X00 r31@0X54
		i2ctransfer -y -f 2 w1@0X54 0X00 r32@0X54
		i2ctransfer -y -f 2 w1@0X54 0X00 r255@0X54
		i2ctransfer -y -f 2 w1@0X54 0X00 r273@0X54
                               i2ctransfer -y -f 2 w1@0X54 0X00
r1@0X54
Could it be that you never see the problem because you always talk to
one single device ?
There are transfers to other devices as well.
The above test only accesses device at address 0x54, right ?
Above code is just one part.
We are doing read/writes to all devices present on this board https://www.xilinx.com/support/documentation/boards_and_kits/zcu102/ug1182-zcu102-eval-bd.pdf 
quoted
Our board has multiple power monitors, eeprom and other misc devices
that are accessed through the same driver and are working fine.
That does not seem to be what the test above does .
quoted
quoted
Do you also test writes which are not 1 byte long ?
Yes, like for eeprom 1 page (16 bytes)  is written.
I suspect the atmel mxt does much longer writes, try 255 bytes or so.
Ok, I will do longer writes (in the range of 255) on supported slave devices.
quoted
quoted
quoted
          i=$(expr $i + 1)
          echo "$i"
done

Stress test - 2:
Two i2c scripts running in parallel with commands as shown above
with
different bus numbers (as a result of mux), but going into same XIIC
adapter.
quoted
quoted
quoted
This is also working fine.
Could it be the i2c-dev serializes each of those transfers , so no
race can be triggered ?
Yes, that is true because all our tests are going through the i2c-core
only and there is a lock at adapter level in the core.
It has to be reproducible through the i2c standard interface, which is
not happening at our setup.

I can take your patches that are targeted for this issue, rebase, test
and send them.
I think you and Michal talked about getting the atmel mxt touchscreen, so
you can test that yourself as well.
Yes, that is the plan, we are trying to get the part. Only problem is it is subject to
availability and may take more time to get it delivered to our place.

Regards,
Raviteja N

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help