From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:60206 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964873AbcFMJDm (ORCPT ); Mon, 13 Jun 2016 05:03:42 -0400 Date: Mon, 13 Jun 2016 11:01:44 +0200 From: Joerg Roedel To: Will Deacon Cc: iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, Jean-Philippe Brucker , stable@vger.kernel.org Subject: Re: [PATCH] iommu/arm-smmu: wire up map_sg for arm-smmu-v3 Message-ID: <20160613090144.GB29948@suse.de> References: <1464951030-14044-1-git-send-email-will.deacon@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464951030-14044-1-git-send-email-will.deacon@arm.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Jun 03, 2016 at 11:50:30AM +0100, Will Deacon wrote: > From: Jean-Philippe Brucker > > The map_sg callback is missing from arm_smmu_ops, but is required by > iommu.h. Similarly to most other IOMMU drivers, connect it to > default_iommu_map_sg. > > Cc: > Signed-off-by: Jean-Philippe Brucker > Signed-off-by: Will Deacon > --- > > Joerg -- this is the only fix I have queued, so could you pick it up > directly, please? Queued, thanks Will.