Received: by 10.223.176.5 with SMTP id f5csp3014942wra; Thu, 1 Feb 2018 09:25:19 -0800 (PST) X-Google-Smtp-Source: AH8x227d0vIvJu/cnOp4paKRElfza628trdOluHFW5Al//dNanmk2HDPwBt2B4cyEbL6xizmrEXo X-Received: by 2002:a17:902:720b:: with SMTP id ba11-v6mr1523989plb.371.1517505919567; Thu, 01 Feb 2018 09:25:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517505919; cv=none; d=google.com; s=arc-20160816; b=z0u1TWcWKrJp+Pa03RkcVGvqdQ0Nswhmk9vpMsOsv/GppvCBGGwSf2Jxi1asATCT8p LOfu6UatS/6qlGArqSRsLXB9HRBMp3gAr6KkgPM6EaGKTCY/J1XYgEWEurQ6LC1vFf7O feXbquv8JXr9LFx1Ao6N0r4vkhf9/qoIBwl/9eq8/EXEK1rrljJPTu6pj4xHMYSGn0Wp DlTi25eQ10EbdtKWMcaGtDSaw3hBEFsSB2Jy2nKC/19b4w+ZEXWn9OURBnj+UGGxfAFt 4voKijS7snBmZUQzR0fe1uTaZjp9OrAXA0gd4CWg8arfOz1ErYYnGVKhnnVHmaZG8Pfa 4EwA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:cc:to:subject :arc-authentication-results; bh=KZiEoXewjmq/i+GFIopXNJy+0Eb49wNXzp5O+ruFwU0=; b=sKsQLmkJSjwe5eOXNds/kw1I1OZL+lEV5/IusLFjZNDQPjD/pqdAB9u/NvRGHu++72 tNR/uTGJlFCHVBEIebMcDT6rfEdqwKIP9QSoMDpCbGBuOrlmCSgOkenQr5Ro0urOndWd uKGAy98V0CI3k00Kp2VgMquW/q+lpOuMA1X9FS5O7Mb74Dj6sDV9Gf4Mfzum78d6WMCR 1XkjtUPFaWP1z3Qf2JNUe6mTsCGzwDfJmX0wWlDv5wNg1Um2tf001Ci375ds5coykS/s rQbbC/Boc8pCvtdDKWIex0wOXhTtgSH3Qpvy20UPkggndd+DBGKtGJjJo6e1ufEpgyFJ RZmw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f9si20285pgt.303.2018.02.01.09.25.04; Thu, 01 Feb 2018 09:25:19 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752734AbeBARXv (ORCPT + 99 others); Thu, 1 Feb 2018 12:23:51 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:52782 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751567AbeBARXu (ORCPT ); Thu, 1 Feb 2018 12:23:50 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9F58A1435; Thu, 1 Feb 2018 09:23:49 -0800 (PST) Received: from [10.1.207.62] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E2EDE3F25C; Thu, 1 Feb 2018 09:23:47 -0800 (PST) Subject: Re: [PATCH v2] irqchip/gic-v3: Ignore disabled ITS nodes To: Stephen Boyd , Thomas Gleixner , Jason Cooper Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stuart Yoder , Laurentiu Tudor , Greg Kroah-Hartman , Rajendra Nayak References: <20180201170329.26916-1-sboyd@codeaurora.org> From: Marc Zyngier Organization: ARM Ltd Message-ID: <38dd5843-9290-28b2-8acb-aabb81acf00d@arm.com> Date: Thu, 1 Feb 2018 17:23:46 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180201170329.26916-1-sboyd@codeaurora.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/02/18 17:03, Stephen Boyd wrote: > On some platforms there's an ITS available but it's not enabled > because reading or writing the registers is denied by the > firmware. In fact, reading or writing them will cause the system > to reset. We could remove the node from DT in such a case, but > it's better to skip nodes that are marked as "disabled" in DT so > that we can describe the hardware that exists and use the status > property to indicate how the firmware has configured things. > > Cc: Stuart Yoder > Cc: Laurentiu Tudor > Cc: Greg Kroah-Hartman > Cc: Marc Zyngier > Cc: Rajendra Nayak > Signed-off-by: Stephen Boyd Queued, thanks Stephen. M. -- Jazz is not dead. It just smells funny...