diff options
author | Arnd Bergmann <[email protected]> | 2021-11-22 23:22:03 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2021-12-17 11:23:56 +0530 |
commit | 3c219644075795a99271d345efdfa8b256e55161 (patch) | |
tree | 69a4e1af0ef53ccd8460aca000756477fd9a4d01 /scripts/gdb/linux/device.py | |
parent | 93cdb5b0dc56cc7a8b87a61146495f3bdc93d7ba (diff) |
dmaengine: remove slave_id config field
All references to the slave_id field have been removed, so remove the
field as well to prevent new references from creeping in again.
Originally this allowed slave DMA drivers to configure which device
is accessed with the dmaengine_slave_config() call, but this was
inconsistent, as the same information is also passed while requesting
a channel, and never changes in practice.
In modern kernels, the device is always selected when requesting
the channel, so the .slave_id field is no longer useful.
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