From: MD Danish Anwar <danishanwar@ti.com>
To: Nishanth Menon <nm@ti.com>
Cc: Suman Anna <s-anna@ti.com>, Sai Krishna <saikrishnag@marvell.com>,
Jan Kiszka <jan.kiszka@siemens.com>,
Dan Carpenter <dan.carpenter@linaro.org>,
Diogo Ivo <diogo.ivo@siemens.com>,
Heiner Kallweit <hkallweit1@gmail.com>,
Kory Maincent <kory.maincent@bootlin.com>,
Simon Horman <horms@kernel.org>, Andrew Lunn <andrew@lunn.ch>,
Paolo Abeni <pabeni@redhat.com>, Jakub Kicinski <kuba@kernel.org>,
Eric Dumazet <edumazet@google.com>,
"David S. Miller" <davem@davemloft.net>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Rob Herring <robh@kernel.org>,
Santosh Shilimkar <ssantosh@kernel.org>,
Vignesh Raghavendra <vigneshr@ti.com>, <netdev@vger.kernel.org>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, Roger Quadros <rogerq@kernel.org>,
Tero Kristo <kristo@kernel.org>, <srk@ti.com>
Subject: Re: [DO NOT MERGE][PATCH v4 6/6] arm64: dts: ti: k3-am64: Add ti,pa-stats property
Date: Wed, 31 Jul 2024 10:56:34 +0530 [thread overview]
Message-ID: <3dbe09c5-8803-4ad8-9618-a9660854274b@ti.com> (raw)
In-Reply-To: <20240730120816.unujbfewvcfd3xov@geiger>
On 30/07/24 5:38 pm, Nishanth Menon wrote:
> On 17:02-20240729, MD Danish Anwar wrote:
>> Add ti,pa-stats phandles to k3-am64x-evm.dts. This is a phandle to
>> PA_STATS syscon regmap and will be used to dump IET related statistics
>> for ICSSG Driver
>>
>> Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
>> Reviewed-by: Roger Quadros <rogerq@kernel.org>
>> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
>> ---
>> arch/arm64/boot/dts/ti/k3-am642-evm.dts | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
>> index 6bb1ad2e56ec..dcb28d3e7379 100644
>> --- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts
>> +++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
>> @@ -253,6 +253,7 @@ icssg1_eth: icssg1-eth {
>> ti,mii-g-rt = <&icssg1_mii_g_rt>;
>> ti,mii-rt = <&icssg1_mii_rt>;
>> ti,iep = <&icssg1_iep0>, <&icssg1_iep1>;
>> + ti,pa-stats = <&icssg1_pa_stats>;
>
> Follow: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/dts-coding-style.rst#n117
> for ordering properties.
Sure Nishant, I will take care of ordering properties when I post these
DTS patches for merge.
For now, I have posted DTS patches only for reference and only the
dt-binding patch is for merging.
>> interrupt-parent = <&icssg1_intc>;
>> interrupts = <24 0 2>, <25 1 3>;
>> interrupt-names = "tx_ts0", "tx_ts1";
>> --
>> 2.34.1
>>
>
--
Thanks and Regards,
Danish
prev parent reply other threads:[~2024-07-31 5:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-29 11:32 [PATCH v4 0/6] Add support for ICSSG PA_STATS MD Danish Anwar
2024-07-29 11:32 ` [PATCH v4 1/6] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support MD Danish Anwar
2024-08-05 6:42 ` Roger Quadros
2024-08-06 15:03 ` Nishanth Menon
2024-08-12 5:50 ` MD Danish Anwar
2024-08-13 0:22 ` Jakub Kicinski
2024-08-13 12:44 ` Nishanth Menon
2024-08-14 7:07 ` MD Danish Anwar
2024-07-29 11:32 ` [DO NOT MERGE][PATCH v4 2/6] net: ti: icssg_prueth: Add support for PA Stats MD Danish Anwar
2024-07-29 11:32 ` [DO NOT MERGE][PATCH v4 3/6] arm64: dts: ti: k3-am65-main: Add ti,pruss-pa-st node MD Danish Anwar
2024-07-29 11:32 ` [DO NOT MERGE][PATCH v4 4/6] arm64: dts: ti: k3-am654-icssg2: Add ti,pa-stats property MD Danish Anwar
2024-07-29 11:32 ` [DO NOT MERGE][PATCH v4 5/6] arm64: dts: ti: k3-am64-main: Add ti,pruss-pa-st node MD Danish Anwar
2024-07-29 11:32 ` [DO NOT MERGE][PATCH v4 6/6] arm64: dts: ti: k3-am64: Add ti,pa-stats property MD Danish Anwar
2024-07-30 12:08 ` Nishanth Menon
2024-07-31 5:26 ` MD Danish Anwar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3dbe09c5-8803-4ad8-9618-a9660854274b@ti.com \
--to=danishanwar@ti.com \
--cc=andrew@lunn.ch \
--cc=conor+dt@kernel.org \
--cc=dan.carpenter@linaro.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=diogo.ivo@siemens.com \
--cc=edumazet@google.com \
--cc=hkallweit1@gmail.com \
--cc=horms@kernel.org \
--cc=jan.kiszka@siemens.com \
--cc=kory.maincent@bootlin.com \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nm@ti.com \
--cc=pabeni@redhat.com \
--cc=robh@kernel.org \
--cc=rogerq@kernel.org \
--cc=s-anna@ti.com \
--cc=saikrishnag@marvell.com \
--cc=srk@ti.com \
--cc=ssantosh@kernel.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).