dmaengine-4.10-rc4

dmaengine fixes for 4.10-rc4

The fixes this time around are spread over drivers, pretty normal update.

 o PCI ID for SKL ioatdma, workaround for SKX and ioat_alloc_chan_resources
   sleepy allocation fix.
 o dw kconfig typo fix
 o null pointer deref for stm32
 o MAINTAINERS Update for at_hdmac
 o pl330 runtime pm fixes
 o omap-dma port window fix
 o rcar-dmac unmap slave resource fix.
dmaengine: rcar-dmac: unmap slave resource when channel is freed

The slave mapping should be removed together with other channel
resources when the channel is freed. If it's not unmapped it will hang
around forever after the channel is freed.

Fixes: 9f878603dbdb7db3 ("dmaengine: rcar-dmac: add iommu support for slave transfers")
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
1 file changed