Re: [PATCHv9 2/6] dma-debug: add support for resource mappings

2016-09-05 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Wednesday 10 Aug 2016 13:22:15 Niklas Söderlund wrote: > A MMIO mapped resource can not be represented by a struct page so a new > debug type is needed to handle this. This patch add such type and > functionality to add/remove entries and how to translate

[PATCHv9 2/6] dma-debug: add support for resource mappings

2016-08-10 Thread Niklas Söderlund
A MMIO mapped resource can not be represented by a struct page so a new debug type is needed to handle this. This patch add such type and functionality to add/remove entries and how to translate them to a physical address. Signed-off-by: Niklas Söderlund