aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2018-09-12 19:39:18 -0500
committerMark Brown <[email protected]>2018-09-17 14:14:18 -0700
commitcbaa62e0094a840fecc853910e0c0454529cec03 (patch)
tree20c73652bd2be26568a889b055befcbde7b1b7eb /tools/perf/scripts/python
parent0baf9eb25572eea0cf48249c1d152d8373956a7c (diff)
spi: add software implementation for SPI_CS_WORD
This adds a default software implementation for the SPI_CS_WORD flag for controllers that don't have such a feature. The SPI_CS_WORD flag indicates that the CS line should be toggled between each word sent, not just between each transfer. The implementation works by using existing functions to split transfers into one-word-sized transfers and sets the cs_change bit for each of the new transfers. Signed-off-by: David Lechner <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions