diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-06-03 11:23:15 -0400 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-06-11 23:55:34 +0530 |
commit | 44eb827264de4f14d8317692441e13f5e2aadbf2 (patch) | |
tree | 4399a62487e65f86d8ced2da0ab585c61068560e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 49b1c21ff815168eca44e81ab0612b1f00759efb (diff) |
dmaengine: fsl-edma: request per-channel IRQ only when channel is allocated
The edma feature individual IRQs for each DMA channel at some devices.
Given the presence of numerous eDMA instances, each with multiple channels,
IRQ request during probe results in an extensive list at /proc/interrupts.
However, a significant portion of these channels remains unused by the
system.
Request irq only when a DMA client driver requests a DMA channel.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20240603152317.69917-1-Frank.Li@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions