Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752120AbdHDKAD (ORCPT ); Fri, 4 Aug 2017 06:00:03 -0400 Received: from 8bytes.org ([81.169.241.247]:48824 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751964AbdHDKAC (ORCPT ); Fri, 4 Aug 2017 06:00:02 -0400 Date: Fri, 4 Aug 2017 11:59:59 +0200 From: Joerg Roedel To: Josue Albarran Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Suman Anna , Laurent Pinchart , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] iommu/omap: Rework cache functionality with DMA Streaming API Message-ID: <20170804095959.GB17443@8bytes.org> References: <1501274954-20973-1-git-send-email-j-albarran@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501274954-20973-1-git-send-email-j-albarran@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 419 Lines: 12 On Fri, Jul 28, 2017 at 03:49:12PM -0500, Josue Albarran wrote: > Fernando Guzman Lugo (1): > iommu/omap: Fix disabling of MMU upon a fault > > Josue Albarran (1): > iommu/omap: Use DMA-API for performing cache flushes > > drivers/iommu/omap-iommu.c | 125 +++++++++++++++++++++++++++++---------------- > drivers/iommu/omap-iommu.h | 1 + > 2 files changed, 81 insertions(+), 45 deletions(-) Applied, thanks.