From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Mon, 14 Nov 2016 07:12:28 -0700 Subject: [PATCH v4 1/2] iommu/dma: Implement dma_{map,unmap}_resource() In-Reply-To: References: Message-ID: <20161114141228.eegibrpap2fyjr5v@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Nov 14, 2016 at 12:16:26PM +0000, Robin Murphy wrote: > With the new dma_{map,unmap}_resource() functions added to the DMA API > for the benefit of cases like slave DMA, add suitable implementations to > the arsenal of our generic layer. Since cache maintenance should not be > a concern, these can both be standalone callback implementations without > the need for arch code wrappers. > > CC: Joerg Roedel > Signed-off-by: Robin Murphy FWIW: Reviewed-by: Catalin Marinas