mbox series

[0/6] gpmi/mxs-dma runtime pm patch set

Message ID 1579038243-28550-1-git-send-email-han.xu@nxp.com
Headers show
Series gpmi/mxs-dma runtime pm patch set | expand

Message

Han Xu Jan. 14, 2020, 9:43 p.m. UTC
enable the system pm and runtime pm for mxs-dma and refine the gpmi
runtime pm code

Han Xu (6):
  dmaengine: mxs: change the way to register probe function
  dmaengine: mxs: add the remove function
  dmaengine: mxs: add the power management functions
  dmaengine: mxs: switch from dma_coherent to dma_pool
  mtd: rawnand: gpmi: refine the runtime pm ops
  mtd: rawnand: gpmi: set the pinctrl state for suspend/reusme

 drivers/dma/mxs-dma.c                      | 155 ++++++++++++++++++---
 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c |  60 ++++----
 2 files changed, 167 insertions(+), 48 deletions(-)