Re: [PATCHv9 3/6] dma-mapping: add dma_{map,unmap}_resource

2016-09-05 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Wednesday 10 Aug 2016 13:22:16 Niklas Söderlund wrote: > Map/Unmap a device MMIO resource from a physical address. If no dma_map_ops > method is available the operation is a no-op. > > Signed-off-by: Niklas Söderlund

[PATCHv9 3/6] dma-mapping: add dma_{map,unmap}_resource

2016-08-10 Thread Niklas Söderlund
Map/Unmap a device MMIO resource from a physical address. If no dma_map_ops method is available the operation is a no-op. Signed-off-by: Niklas Söderlund --- Documentation/DMA-API.txt | 22 +- include/linux/dma-mapping.h | 36