From: Mark Brown Date: Wed, 7 Jun 2023 12:28:09 +0000 (+0100) Subject: spi-geni-qcom: Add new interfaces and utilise them X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=30e15cb0fbb51513586a49d299798245a1c4a207;p=linux.git spi-geni-qcom: Add new interfaces and utilise them Merge series from Vijaya Krishna Nivarthi : A "known issue" during implementation of SE DMA for spi geni driver was that it does DMA map/unmap internally instead of in spi framework. Current patches remove this hiccup and also clean up code a bit. Testing revealed no regressions and results with 1000 iterations of reading from EC showed no loss of performance. Results ======= Before - Iteration 999, min=5.10, max=5.17, avg=5.14, ints=25129 After - Iteration 999, min=5.10, max=5.20, avg=5.15, ints=25153 --- 30e15cb0fbb51513586a49d299798245a1c4a207