Re: [PATCH 02/12] i2c: xiic: Enter standard mode only for > 255 byte read transfers
From: Krzysztof Adamski
Date: Wed Jun 29 2022 - 08:21:46 EST
Hi,
W dniu 24.06.2022 o 14:05, Manikanta Guntupalli pisze:
From: Raviteja Narayanam <raviteja.narayanam@xxxxxxxxxx>
To maintain backward compatibility the default transfer mode is dynamic
mode. Enter standard mode only when the size of read transfer is > 255
bytes.
Signed-off-by: Raviteja Narayanam <raviteja.narayanam@xxxxxxxxxx>
Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@xxxxxxxxxx>
[...]
I don't really understand why this patch isn't squashed into previous
one. The previous patch was only checking the first message which was
wrong, this one fixes that.
Krzytof