From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f172.google.com ([209.85.213.172]:38454 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751548AbbGAQNX (ORCPT ); Wed, 1 Jul 2015 12:13:23 -0400 Received: by igrv9 with SMTP id v9so38193950igr.1 for ; Wed, 01 Jul 2015 09:13:22 -0700 (PDT) Date: Wed, 1 Jul 2015 11:13:06 -0500 From: Bjorn Helgaas To: wdavis@nvidia.com Cc: Joerg Roedel , Terence Ripperda , John Hubbard , Jerome Glisse , Mark Hounschell , Konrad Rzeszutek Wilk , Jonathan Corbet , "David S. Miller" , Yijing Wang , Alex Williamson , Dave Jiang , iommu@lists.linux-foundation.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v3 5/7] iommu/amd: Implement (un)map_resource Message-ID: <20150701161306.GB13409@google.com> References: <1432919686-32306-1-git-send-email-wdavis@nvidia.com> <1432919686-32306-6-git-send-email-wdavis@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1432919686-32306-6-git-send-email-wdavis@nvidia.com> Sender: linux-pci-owner@vger.kernel.org List-ID: On Fri, May 29, 2015 at 12:14:44PM -0500, wdavis@nvidia.com wrote: > From: Will Davis > > Implement 'map_resource' for the AMD IOMMU driver. Generalize the existing > map_page implementation to operate on a physical address, and make both > map_page and map_resource wrappers around that helper (and similiarly, for s/similiarly/similarly/