diff options
author | David Lechner <[email protected]> | 2024-01-26 16:00:23 -0600 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-02-05 14:35:44 +0000 |
commit | 2733092baa3e8a1f05fd16088808be17c98990b4 (patch) | |
tree | b17ec3ea00c6fd04015aad2f9fcefc7f7283e734 /tools/perf/scripts/python/check-perf-trace.py | |
parent | c8bec3355f08ddb887d5c13b7095dfa79e6db108 (diff) |
spi: bcm2835: implement ctlr->max_transfer_size
The core SPI code will handle splitting transfers if needed as long
as ctlr->max_transfer_size is implemented. It does this in
__spi_pump_transfer_message() immediately before calling
ctlr->prepare_message. So effectively, this change does not
alter the behavior of the driver.
Also, several peripheral drivers make use of spi_max_transfer_size(),
so this should improve compatibility with those drivers.
Signed-off-by: David Lechner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions