From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754797AbcDNRQR (ORCPT ); Thu, 14 Apr 2016 13:16:17 -0400 Received: from foss.arm.com ([217.140.101.70]:44727 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753144AbcDNRQP (ORCPT ); Thu, 14 Apr 2016 13:16:15 -0400 Date: Thu, 14 Apr 2016 18:16:14 +0100 From: Will Deacon To: Joerg Roedel Cc: Rob Herring , grant.likely@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, jroedel@suse.de Subject: Re: [PATCH 6/6] iommu/arm-smmu: Make use of phandle iterators in device-tree parsing Message-ID: <20160414171613.GM4584@arm.com> References: <1459784962-9808-1-git-send-email-joro@8bytes.org> <1459784962-9808-7-git-send-email-joro@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459784962-9808-7-git-send-email-joro@8bytes.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joerg, On Mon, Apr 04, 2016 at 05:49:22PM +0200, Joerg Roedel wrote: > From: Joerg Roedel > > Remove the usage of of_parse_phandle_with_args() and replace > it by the phandle-iterator implementation so that we can > parse out all of the potentially present 128 stream-ids. > > Signed-off-by: Joerg Roedel > --- > drivers/iommu/arm-smmu.c | 38 ++++++++++++++++++++++++++++++-------- > 1 file changed, 30 insertions(+), 8 deletions(-) Looks good to me. Given that you probably want to keep this with the related DT changes: Acked-by: Will Deacon Thanks, Will