2022-11-17 13:48:38

by Claudiu Beznea

[permalink] [raw]
Subject: [RESEND][PATCH 0/3] dmaengine: at_xdmac: add support for runtime pm

Hi,

The series add support for runtime PM on at_xdmac driver (patch 1/3).
This will enable/disable controller's clock based on work submitted to it.
Along with it I took the chance and added 2 minor cleanups (patches 2/3,
3/3).

Thank you,
Claudiu Beznea

Claudiu Beznea (3):
dmaengine: at_xdmac: add runtime pm support
dmaengine: at_xdmac: align properly function members
dmaengine: at_xdmac: remove empty line

drivers/dma/at_xdmac.c | 220 +++++++++++++++++++++++++++++++++++++----
1 file changed, 203 insertions(+), 17 deletions(-)

--
2.34.1



2022-11-17 13:48:42

by Claudiu Beznea

[permalink] [raw]
Subject: [RESEND][PATCH 3/3] dmaengine: at_xdmac: remove empty line

Remove empty line.

Signed-off-by: Claudiu Beznea <[email protected]>
---
drivers/dma/at_xdmac.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c
index a9278bf4c17b..1f0fab180f8f 100644
--- a/drivers/dma/at_xdmac.c
+++ b/drivers/dma/at_xdmac.c
@@ -533,7 +533,6 @@ static void at_xdmac_start_xfer(struct at_xdmac_chan *atchan,
at_xdmac_chan_read(atchan, AT_XDMAC_CSA),
at_xdmac_chan_read(atchan, AT_XDMAC_CDA),
at_xdmac_chan_read(atchan, AT_XDMAC_CUBC));
-
}

static dma_cookie_t at_xdmac_tx_submit(struct dma_async_tx_descriptor *tx)
--
2.34.1