[PATCH 0/7] dmaengine: at_xdmac: fixes for suspend/resume

Claudiu Beznea posted 7 patches 2 years, 6 months ago
drivers/dma/at_xdmac.c | 107 +++++++++++++++++++++++++++++++----------
1 file changed, 82 insertions(+), 25 deletions(-)
[PATCH 0/7] dmaengine: at_xdmac: fixes for suspend/resume
Posted by Claudiu Beznea 2 years, 6 months ago
Hi,

Series adds fixes identified on suspend/resume of at_xdmac driver
(patches 1/7-5/7).

Patch 6/7 just adds a warning message that could be used for debugging
purposes.
Patch 7/7 is a minor cleanup.

Thank you,
Claudiu Beznea

Claudiu Beznea (7):
  dmaengine: at_xdmac: disable/enable clock directly on suspend/resume
  dmaengine: at_xdmac: fix imbalanced runtime PM reference counter
  dmaengine: at_xdmac: do not resume channels paused by consumers
  dmaengine: at_xdmac: restore the content of grws register
  dmaengine: at_xdmac: do not enable all cyclic channels
  dmaengine: at_xdmac: add a warning message regarding for unpaused
    channels
  dmaengine: at_xdmac: align declaration of ret with the rest of
    variables

 drivers/dma/at_xdmac.c | 107 +++++++++++++++++++++++++++++++----------
 1 file changed, 82 insertions(+), 25 deletions(-)

-- 
2.34.1
Re: [PATCH 0/7] dmaengine: at_xdmac: fixes for suspend/resume
Posted by Vinod Koul 2 years, 5 months ago
On 14-02-23, 17:18, Claudiu Beznea wrote:
> Hi,
> 
> Series adds fixes identified on suspend/resume of at_xdmac driver
> (patches 1/7-5/7).

Applied, thanks

-- 
~Vinod