mbox series

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

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

Message

Claudiu Beznea Sept. 15, 2022, 11:05 a.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(-)