From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D4DEC7EE2E for ; Sat, 3 Jun 2023 21:20:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229708AbjFCVUE (ORCPT ); Sat, 3 Jun 2023 17:20:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229452AbjFCVUB (ORCPT ); Sat, 3 Jun 2023 17:20:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A97497; Sat, 3 Jun 2023 14:20:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9F9A261191; Sat, 3 Jun 2023 21:20:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0A27C433D2; Sat, 3 Jun 2023 21:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685827199; bh=BZOw+FWcgu7vUswi4HFGtw5RscQe14dyxO/YQmzIq90=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tf1JCXDk/y6nR/a7f7Y3sZINQ8/yxcAlQchx5G5mK5xQeodr6GD66wMGW4bUuzG4l 9IfGQFXvSKw6QU70/GBTbvm4L+OE/riXKh3Wg9PiEcPeg68aOB8KFQsiKqgEq43R+2 wiMaQgBuub5Pwm1jMa1TD2kuPG1KKWnYEhOKtF05hV9Hpc2hKyhPX28fdCgNiPff2E Bjy39T0eTm36sh8dSCvCZ7vNEwJFFtiM0ovmwcot41TR5q0dWNEkyvTtz6/xjB5Oqk S42KTOb0ziSE/LsLkuotax3aZ7cK9i8AegYA33taw+bbRJ31iB8HxzXT+PDqLQsTis sfuqVonGaJt9Q== Date: Sat, 3 Jun 2023 22:19:50 +0100 From: Conor Dooley To: Varshini Rajendran Cc: tglx@linutronix.de, maz@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, claudiu.beznea@microchip.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, gregkh@linuxfoundation.org, linux@armlinux.org.uk, mturquette@baylibre.com, sboyd@kernel.org, sre@kernel.org, broonie@kernel.org, arnd@arndb.de, gregory.clement@bootlin.com, sudeep.holla@arm.com, balamanikandan.gunasundar@microchip.com, mihai.sain@microchip.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, Hari.PrasathGE@microchip.com, cristian.birsan@microchip.com, durai.manickamkr@microchip.com, manikandan.m@microchip.com, dharma.b@microchip.com, nayabbasha.sayed@microchip.com, balakrishnan.s@microchip.com Subject: Re: [PATCH 15/21] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic Message-ID: <20230603-fervor-kilowatt-662c84b94853@spud> References: <20230603200243.243878-1-varshini.rajendran@microchip.com> <20230603200243.243878-16-varshini.rajendran@microchip.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1dJx+wkvpfCS95Xb" Content-Disposition: inline In-Reply-To: <20230603200243.243878-16-varshini.rajendran@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --1dJx+wkvpfCS95Xb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey Varshini, On Sun, Jun 04, 2023 at 01:32:37AM +0530, Varshini Rajendran wrote: > Document the support added for the Advanced interrupt controller(AIC) > chip in the sam9x7 soc family Please do not add new family based compatibles, but rather use per-soc compatibles instead. Cheers, Conor. >=20 > Signed-off-by: Varshini Rajendran > --- > .../devicetree/bindings/interrupt-controller/atmel,aic.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Documentation/devicetree/bindings/interrupt-controller/atmel= ,aic.txt b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic= =2Etxt > index 7079d44bf3ba..2c267a66a3ea 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt > +++ b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt > @@ -4,7 +4,7 @@ Required properties: > - compatible: Should be: > - "atmel,-aic" where can be "at91rm9200", "sama5d2", > "sama5d3" or "sama5d4" > - - "microchip,-aic" where can be "sam9x60" > + - "microchip,-aic" where can be "sam9x60", "sam9x7" > =20 > - interrupt-controller: Identifies the node as an interrupt controller. > - #interrupt-cells: The number of cells to define the interrupts. It sho= uld be 3. > --=20 > 2.25.1 > --1dJx+wkvpfCS95Xb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZHuudgAKCRB4tDGHoIJi 0vFEAQCmq8GttNp1wpTMbyO6Gfr1BPoByKTMvRLusphKBGd4sQEAx9HjlwFxY0SR H+CY7tqyRHYnRfJkrr3NkaRSCSs9NAg= =cuRe -----END PGP SIGNATURE----- --1dJx+wkvpfCS95Xb-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 07931C7EE24 for ; Sat, 3 Jun 2023 21:20:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=QKI5OYyFa797WRYb2wFu/Q1edNbl6T9I+Q0c72mdaHE=; b=e7zN6EKaVQ3vQDuBT+2Qnrrk7o 0iopGVDNJakPSvxSueN1Wz4gGhLDrBk0LZeRtWGva+hs4AjGgYVPQuUOKO1pbyjqx9eGqtNbSZHSi n+B5MN61e+rY6iAOc6iDjec2lc0dgqpdnP5xd+Alkem+eWNvFRkR33jE/5MGT1Fi3TXEov2ae2Xln djEklgLtyghfRJF0sqUgjZtkhDZwevyIyugq+9ohR3GlQvcjMvkIxGzTXe5LjK2yQF6uHrqZGfJUV 608U+zx+R4HUi1uZ5OCckbBkswdYjf3H4SG1VAofI6A7IMW/jzSVQO0aMg//JulOaodscsFO/C3co tDuagQ8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q5YfN-00Ae2i-1h; Sat, 03 Jun 2023 21:20:05 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q5YfJ-00Ae1q-1G for linux-arm-kernel@lists.infradead.org; Sat, 03 Jun 2023 21:20:03 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7FC296116E; Sat, 3 Jun 2023 21:20:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0A27C433D2; Sat, 3 Jun 2023 21:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685827199; bh=BZOw+FWcgu7vUswi4HFGtw5RscQe14dyxO/YQmzIq90=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tf1JCXDk/y6nR/a7f7Y3sZINQ8/yxcAlQchx5G5mK5xQeodr6GD66wMGW4bUuzG4l 9IfGQFXvSKw6QU70/GBTbvm4L+OE/riXKh3Wg9PiEcPeg68aOB8KFQsiKqgEq43R+2 wiMaQgBuub5Pwm1jMa1TD2kuPG1KKWnYEhOKtF05hV9Hpc2hKyhPX28fdCgNiPff2E Bjy39T0eTm36sh8dSCvCZ7vNEwJFFtiM0ovmwcot41TR5q0dWNEkyvTtz6/xjB5Oqk S42KTOb0ziSE/LsLkuotax3aZ7cK9i8AegYA33taw+bbRJ31iB8HxzXT+PDqLQsTis sfuqVonGaJt9Q== Date: Sat, 3 Jun 2023 22:19:50 +0100 From: Conor Dooley To: Varshini Rajendran Subject: Re: [PATCH 15/21] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic Message-ID: <20230603-fervor-kilowatt-662c84b94853@spud> References: <20230603200243.243878-1-varshini.rajendran@microchip.com> <20230603200243.243878-16-varshini.rajendran@microchip.com> MIME-Version: 1.0 In-Reply-To: <20230603200243.243878-16-varshini.rajendran@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230603_142001_644684_450F601A X-CRM114-Status: GOOD ( 18.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexandre.belloni@bootlin.com, nayabbasha.sayed@microchip.com, mturquette@baylibre.com, sre@kernel.org, edumazet@google.com, netdev@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, Hari.PrasathGE@microchip.com, linux-clk@vger.kernel.org, manikandan.m@microchip.com, maz@kernel.org, gregory.clement@bootlin.com, linux@armlinux.org.uk, claudiu.beznea@microchip.com, dharma.b@microchip.com, kuba@kernel.org, pabeni@redhat.com, cristian.birsan@microchip.com, devicetree@vger.kernel.org, conor+dt@kernel.org, arnd@arndb.de, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, durai.manickamkr@microchip.com, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org, balakrishnan.s@microchip.com, sboyd@kernel.org, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, davem@davemloft.net, mihai.sain@microchip.com, broonie@kernel.org, sudeep.holla@arm.com, balamanikandan.gunasundar@microchip.com Content-Type: multipart/mixed; boundary="===============2697650270406596915==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2697650270406596915== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1dJx+wkvpfCS95Xb" Content-Disposition: inline --1dJx+wkvpfCS95Xb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey Varshini, On Sun, Jun 04, 2023 at 01:32:37AM +0530, Varshini Rajendran wrote: > Document the support added for the Advanced interrupt controller(AIC) > chip in the sam9x7 soc family Please do not add new family based compatibles, but rather use per-soc compatibles instead. Cheers, Conor. >=20 > Signed-off-by: Varshini Rajendran > --- > .../devicetree/bindings/interrupt-controller/atmel,aic.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Documentation/devicetree/bindings/interrupt-controller/atmel= ,aic.txt b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic= =2Etxt > index 7079d44bf3ba..2c267a66a3ea 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt > +++ b/Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt > @@ -4,7 +4,7 @@ Required properties: > - compatible: Should be: > - "atmel,-aic" where can be "at91rm9200", "sama5d2", > "sama5d3" or "sama5d4" > - - "microchip,-aic" where can be "sam9x60" > + - "microchip,-aic" where can be "sam9x60", "sam9x7" > =20 > - interrupt-controller: Identifies the node as an interrupt controller. > - #interrupt-cells: The number of cells to define the interrupts. It sho= uld be 3. > --=20 > 2.25.1 > --1dJx+wkvpfCS95Xb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZHuudgAKCRB4tDGHoIJi 0vFEAQCmq8GttNp1wpTMbyO6Gfr1BPoByKTMvRLusphKBGd4sQEAx9HjlwFxY0SR H+CY7tqyRHYnRfJkrr3NkaRSCSs9NAg= =cuRe -----END PGP SIGNATURE----- --1dJx+wkvpfCS95Xb-- --===============2697650270406596915== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2697650270406596915==--