mbox series

[0/2] dmaengine: pl330: A few system suspend/resume changes

Message ID 20191205143746.24873-1-ulf.hansson@linaro.org (mailing list archive)
Headers show
Series dmaengine: pl330: A few system suspend/resume changes | expand

Message

Ulf Hansson Dec. 5, 2019, 2:37 p.m. UTC
I accidentally stumbled over a couple of things for the system suspend/resume
support in the pl330 driver, that I thought deserved to be improved. So here
there are, only compile tested, so far.

Kind regards
Ulf Hansson


Ulf Hansson (2):
  dmaengine: pl330: Drop boilerplate code for suspend/resume
  dmaengine: pl330: Convert to the *_late and *_early system sleep
    callbacks

 drivers/dma/pl330.c | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Comments

Vinod Koul Dec. 10, 2019, 6:09 a.m. UTC | #1
On 05-12-19, 15:37, Ulf Hansson wrote:
> I accidentally stumbled over a couple of things for the system suspend/resume
> support in the pl330 driver, that I thought deserved to be improved. So here
> there are, only compile tested, so far.

Applied both, thanks