diff options
| author | Jiri Slaby (SUSE) <[email protected]> | 2024-04-05 08:08:24 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-04-09 15:28:03 +0200 |
| commit | b9cea51b65abecb4dc327a19ab58e6fb116e7e85 (patch) | |
| tree | da21b6a7d9286d01a8e6eb9cafb8ddd74a1fbdeb /tools/perf/scripts/python | |
| parent | 1788cf6a91d9fa9aa61fc2917afe192c23d67f6a (diff) | |
tty: atmel_serial: use single DMA mapping for TX
dma_map_single() provides much easier interface for simple mappings as
used for TX in atmel_serial. So switch to that, removing all the s-g
unnecessary handling.
Note that it is not easy (maybe impossible) to use kfifo_dma_* API for
atmel's serial purposes. It handles DMA very specially.
Signed-off-by: Jiri Slaby (SUSE) <[email protected]>
Cc: Richard Genoud <[email protected]>
Cc: Nicolas Ferre <[email protected]>
Cc: Alexandre Belloni <[email protected]>
Cc: Claudiu Beznea <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions