From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754939AbbCFBgl (ORCPT ); Thu, 5 Mar 2015 20:36:41 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:28774 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754889AbbCFBgk (ORCPT ); Thu, 5 Mar 2015 20:36:40 -0500 Message-ID: <54F9049E.6070209@huawei.com> Date: Fri, 6 Mar 2015 09:36:30 +0800 From: "Yun Wu (Abel)" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Marc Zyngier CC: "tglx@linutronix.de" , "jason@lakedaemon.net" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v3 0/5] enhance configuring an ITS References: <1425439098-10708-1-git-send-email-wuyun.wu@huawei.com> <54F8481A.2090509@arm.com> In-Reply-To: <54F8481A.2090509@arm.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.24.136] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/3/5 20:12, Marc Zyngier wrote: > On 04/03/15 03:18, Yun Wu wrote: >> This patch series makes some enhancement to ITS configuration in the >> following aspects: >> >> o make allocation of the ITS tables more sensible >> o replace magic numbers with sensible macros >> o guarantees a safe quiescent status before initializing an ITS >> >> This patch series is based on Marc's branch[1], and tested on Hisilion >> ARM64 board with GICv3 ITS hardware. > > So this now looks pretty good (assuming you fix the couple of nits I > mentioned). > > As this relies on my branch, shall I take it and ask Jason to look at > the branch as a whole? > Yes, please. Thanks, Abel