From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 0/2] iommu/omap: Rework cache functionality with DMA Streaming API Date: Fri, 4 Aug 2017 11:59:59 +0200 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-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1501274954-20973-1-git-send-email-j-albarran-l0cyMroinI0@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Josue Albarran Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Laurent Pinchart , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.org 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: joro@8bytes.org (Joerg Roedel) Date: Fri, 4 Aug 2017 11:59:59 +0200 Subject: [PATCH 0/2] iommu/omap: Rework cache functionality with DMA Streaming API In-Reply-To: <1501274954-20973-1-git-send-email-j-albarran@ti.com> References: <1501274954-20973-1-git-send-email-j-albarran@ti.com> Message-ID: <20170804095959.GB17443@8bytes.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. From mboxrd@z Thu Jan 1 00:00:00 1970 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 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.