From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [GIT PULL] iommu/arm-smmu: Fixes for 4.9 Date: Thu, 3 Nov 2016 09:33:04 -0600 Message-ID: <20161103153303.GA837@8bytes.org> References: <20161028160148.GD1076@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20161028160148.GD1076-5wv7dgnIgG8@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: Will Deacon Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Fri, Oct 28, 2016 at 05:01:48PM +0100, Will Deacon wrote: > iommu/arm-smmu: Don't inadvertently reject multiple SMMUv3s Hmm, this patch is pretty ugly. Wouldn't it be better to have hardware-independent init-routine in the arm-smmu-v3 driver that checks DT whether there is an SMMU at all and if yes, sets the per-bus iommu-ops? Joerg