mbox series

[RESEND,0/3] dmaengine: at_xdmac: add support for runtime pm

Message ID 20221117131547.293044-1-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series dmaengine: at_xdmac: add support for runtime pm | expand

Message

Claudiu Beznea Nov. 17, 2022, 1:15 p.m. UTC
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(-)