diff options
author | Arnd Bergmann <[email protected]> | 2021-11-22 23:22:01 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2021-12-17 11:23:56 +0530 |
commit | 93cdb5b0dc56cc7a8b87a61146495f3bdc93d7ba (patch) | |
tree | 09025e61bba40b4c9782081ceab6e75820bcdf6e /scripts/gdb/linux/device.py | |
parent | 03de6b273805b3c552ff158f8688555937375926 (diff) |
dmaengine: xilinx_dpdma: stop using slave_id field
The display driver wants to pass a custom flag to the DMA engine driver,
which it started doing by using the slave_id field that was traditionally
used for a different purpose.
As there is no longer a correct use for the slave_id field, it should
really be removed, and the remaining users changed over to something
different.
The new mechanism for passing nonstandard settings is using the
.peripheral_config field, so use that to pass a newly defined structure
here, making it clear that this will not work in portable drivers.
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/device.py')
0 files changed, 0 insertions, 0 deletions