summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorRaviteja Narayanam <raviteja.narayanam@xilinx.com>2023-02-02 15:11:30 +0530
committerWolfram Sang <wsa@kernel.org>2023-02-03 17:33:32 +0100
commitacea4e4458b40af5df22de1659de618f0ced0ce8 (patch)
tree4b8375052c0908940095fc7c105e9ef2ed0cf2ca /scripts/gdb/linux/utils.py
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 <raviteja.narayanam@xilinx.com> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com> Acked-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions