diff options
author | Frank Li <[email protected]> | 2022-05-24 10:21:54 -0500 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2022-06-23 14:56:34 -0500 |
commit | e51b3048116a6e10b96bd5298cbcb209b6d729cd (patch) | |
tree | 398d4cb60000748250086217805fc1fa035277fb /scripts/gdb/linux/tasks.py | |
parent | 203184571388a988283543f0fd7da1a0da7c3f91 (diff) |
dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip
struct dw_edma_region rg_region included virtual address, physical address
and size information. But only the virtual address is used by EDMA driver.
Change it to void __iomem *reg_base to clean up code.
Link: https://lore.kernel.org/r/[email protected]
Tested-by: Serge Semin <[email protected]>
Tested-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Serge Semin <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Acked-By: Vinod Koul <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions