Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752854AbeAQNCe (ORCPT + 1 other); Wed, 17 Jan 2018 08:02:34 -0500 Received: from 8bytes.org ([81.169.241.247]:33638 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbeAQNCd (ORCPT ); Wed, 17 Jan 2018 08:02:33 -0500 Date: Wed, 17 Jan 2018 14:02:31 +0100 From: Joerg Roedel To: Sinan Kaya Cc: linux-pci@vger.kernel.org, timur@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "open list:AMD IOMMU (AMD-VI)" , open list Subject: Re: [PATCH V4 11/26] iommu/amd: deprecate pci_get_bus_and_slot() Message-ID: <20180117130231.GP28161@8bytes.org> References: <1513661883-28662-1-git-send-email-okaya@codeaurora.org> <1513661883-28662-12-git-send-email-okaya@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513661883-28662-12-git-send-email-okaya@codeaurora.org> 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 Return-Path: On Tue, Dec 19, 2017 at 12:37:47AM -0500, Sinan Kaya wrote: > pci_get_bus_and_slot() is restrictive such that it assumes domain=0 as > where a PCI device is present. This restricts the device drivers to be > reused for other domain numbers. > > Getting ready to remove pci_get_bus_and_slot() function in favor of > pci_get_domain_bus_and_slot(). > > Hard-code the domain number as 0 for the AMD IOMMU driver. > > Signed-off-by: Sinan Kaya > --- > drivers/iommu/amd_iommu.c | 3 ++- > drivers/iommu/amd_iommu_init.c | 9 +++++---- > drivers/iommu/amd_iommu_v2.c | 3 ++- > 3 files changed, 9 insertions(+), 6 deletions(-) Acked-by: Joerg Roedel