aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRaviteja Narayanam <[email protected]>2023-02-02 15:11:30 +0530
committerWolfram Sang <[email protected]>2023-02-03 17:33:32 +0100
commitacea4e4458b40af5df22de1659de618f0ced0ce8 (patch)
tree4b8375052c0908940095fc7c105e9ef2ed0cf2ca /tools/perf/scripts/python
parent015e61f0bffd46600496e50d3b2298f51f6b11a8 (diff)
i2c: xiic: Add standard mode support for > 255 byte
read transfers Added standard mode for AXI I2C controller to enable read transfers of size more than 255 bytes. The driver selects standard mode in the following scenarios. 1. If a single message request comes from user space, requesting a read of more than 255 bytes 2. If a message set request comes from user space consisting of many messages and if any one of them is a read operation, irrespective of the size of transfer. (This is done because it is observed that repeated start operation is not happening in dynamic mode read as expected in a message set request from user space.) Signed-off-by: Raviteja Narayanam <[email protected]> Signed-off-by: Manikanta Guntupalli <[email protected]> Acked-by: Michal Simek <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions