mbox series

[0/4] dmaengine: at_xdmac: fixes and code enhancements

Message ID 20211007111230.2331837-1-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series dmaengine: at_xdmac: fixes and code enhancements | expand

Message

Claudiu Beznea Oct. 7, 2021, 11:12 a.m. UTC
Hi,

The following series adds some fixes and code enhancements for at_xdmac
driver.

Thank you,
Claudiu Beznea

Claudiu Beznea (4):
  dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
  dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
  dmaengine: at_xdmac: use __maybe_unused for pm functions
  dmaengine: at_xdmac: use pm_ptr()

 drivers/dma/at_xdmac.c | 67 ++++++++++++++++++++----------------------
 1 file changed, 32 insertions(+), 35 deletions(-)

Comments

Vinod Koul Oct. 18, 2021, 6:12 a.m. UTC | #1
On 07-10-21, 14:12, Claudiu Beznea wrote:
> Hi,
> 
> The following series adds some fixes and code enhancements for at_xdmac
> driver.

Applied, thanks