From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7D137EC0 for ; Sat, 10 Sep 2022 10:37:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27DA5C433D6; Sat, 10 Sep 2022 10:37:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662806243; bh=u+iiKE9xuuR/APEqcuiOzyZ2v9Now6W6ICb6kbPAA6s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=P6ovhGDc9M5BNH3Hr3g1ukPCnDsymVrsZ0jVaK6u8VMbAVcRqF0XRSJ0X0OCc7h38 +504J8x1MyNZyvn14p4XF1TT2Tnpi8F99HFyn8KWRJWNIAuW+mR/tGFxui5WzQSGVM k0cAKfsmAfTTrb9D1JTGf34n01ec6kqYbz3ZUD7PMsvCWQXI4GsN6Aqrb8uFxKgery Fc8RGDtE+52j5S4BZsJLk8W6KVQoY69yFoAr4x6sXhe4lcI+itCYKbUjK5rRE5ASm0 uOL26YqCFoh6VyqYDe411TB0m4J5cKPhpLbgzSSwfiL0GfBw5RfRUV+29KNrNehGg/ E+z9VIc8PJC8Q== Received: from sofa.misterjones.org ([185.219.108.64] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oWxrV-009OJX-49; Sat, 10 Sep 2022 11:37:21 +0100 Date: Sat, 10 Sep 2022 11:37:20 +0100 Message-ID: <874jxfqzvj.wl-maz@kernel.org> From: Marc Zyngier To: Janne Grunau Cc: asahi@lists.linux.dev, Mark Kettenis , Alyssa Rosenzweig , Hector Martin , Krzysztof Kozlowski , Rob Herring , Sven Peter , Thomas Gleixner , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 01/10] dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description In-Reply-To: <20220909135103.98179-2-j@jannau.net> References: <20220909135103.98179-1-j@jannau.net> <20220909135103.98179-2-j@jannau.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: asahi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: j@jannau.net, asahi@lists.linux.dev, kettenis@openbsd.org, alyssa@rosenzweig.io, marcan@marcan.st, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, sven@svenpeter.dev, tglx@linutronix.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false On Fri, 09 Sep 2022 14:50:54 +0100, Janne Grunau wrote: > > Fixes: dba07ad11384 ("dt-bindings: apple,aic: Add affinity description for per-cpu pseudo-interrupts") > Signed-off-by: Janne Grunau > --- > > .../devicetree/bindings/interrupt-controller/apple,aic.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml > index 85c85b694217..e18107eafe7c 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml > @@ -96,7 +96,7 @@ properties: > Documentation/devicetree/bindings/arm/cpus.yaml). > > required: > - - fiq-index > + - apple,fiq-index > - cpus > > required: With a commit message added, Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.