diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2023-03-22 07:47:17 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-29 10:54:15 +0200 |
commit | f1d81e3cf0e91bf3455a643b87184c2288cfba8e (patch) | |
tree | ea4b11a57ad5c0fb23ba35fda2e1227c96f52560 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dedd376e0c7096daf4171d54957a679b4dfeadbf (diff) |
tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA direction
The direction field in the DMA config is deprecated. The sh-sci driver
sets {src,dst}_{addr,addr_width} based on the DMA direction and
it results in dmaengine_slave_config() failure as RZ DMAC driver
validates {src,dst}_addr_width values independent of DMA direction.
Fix this issue by passing both {src,dst}_{addr,addr_width}
values independent of DMA direction.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20230322074717.6057-1-biju.das.jz@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions