Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756491AbcKKMo6 (ORCPT ); Fri, 11 Nov 2016 07:44:58 -0500 Received: from mail-pf0-f182.google.com ([209.85.192.182]:34817 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754581AbcKKMoz (ORCPT ); Fri, 11 Nov 2016 07:44:55 -0500 Message-ID: <5825BD36.1040600@linaro.org> Date: Fri, 11 Nov 2016 20:44:38 +0800 From: Hanjun Guo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Lorenzo Pieralisi , iommu@lists.linux-foundation.org CC: Will Deacon , Marc Zyngier , Robin Murphy , Joerg Roedel , "Rafael J. Wysocki" , Tomasz Nowicki , Jon Masters , Eric Auger , Sinan Kaya , Nate Watterson , Prem Mallappa , Dennis Chen , linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v7 00/16] ACPI IORT ARM SMMU support References: <20161109141948.19244-1-lorenzo.pieralisi@arm.com> In-Reply-To: <20161109141948.19244-1-lorenzo.pieralisi@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 496 Lines: 17 On 11/09/2016 10:19 PM, Lorenzo Pieralisi wrote: > This patch series is v7 of a previous posting: > > https://lkml.org/lkml/2016/10/18/506 > > v6 -> v7 > - Rebased against v4.9-rc4 > - Fixed IORT probing on ACPI systems with missing IORT table > - Fixed SMMUv1/v2 global interrupt detection > - Updated iommu_ops firmware look-up Although no major update for the new version, I tested this patchset again on hisilicon d03, and the platform device works as before with SMMUv3. Thanks Hanjun