diff options
author | Serge Semin <[email protected]> | 2023-01-13 20:14:03 +0300 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2023-02-10 17:15:23 -0600 |
commit | 53c0e2f9b808fafaea7bec91eeec48046bcaaba0 (patch) | |
tree | 357be6f6810a978bc993dc4aeda057bce288fd9e /tools/perf/scripts/python | |
parent | 7119685cf49033b777c559ae4da093be2a9b225c (diff) |
dmaengine: dw-edma: Replace chip ID number with device name
Using an abstract number as the DW eDMA chip identifier isn't practical
because there can be more than one DW eDMA controller on the platform. Some
may be detected as the PCIe Endpoints, and others may be embedded in DW
PCIe Root Port/Endpoint controllers. An abstract number in, for instance,
the IRQ handlers list, doesn't give a notion regarding their reference to
the particular DMA controller.
To preserve the code simplicity and support multi-eDMA platforms, use the
parental device name to create the DW eDMA controller name.
Link: https://lore.kernel.org/r/[email protected]
Tested-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Serge Semin <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions