* [PATCH v2] dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support
@ 2024-05-29 11:52 MD Danish Anwar
2024-05-29 12:49 ` Krzysztof Kozlowski
2024-05-31 1:40 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: MD Danish Anwar @ 2024-05-29 11:52 UTC (permalink / raw)
To: Conor Dooley, Krzysztof Kozlowski, Rob Herring, Paolo Abeni,
Jakub Kicinski, Eric Dumazet, David S. Miller
Cc: linux-kernel, devicetree, netdev, linux-arm-kernel, srk,
Vignesh Raghavendra, r-gunasekaran, Roger Quadros,
MD Danish Anwar
Add documentation for ti,pa-stats property which is syscon regmap for
PA_STATS registers. This will be used to dump statistics maintained by
ICSSG firmware.
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
---
Changes from v1 to v2:
*) Updated description of ti,pa-stats to explain the purpose of PA_STATS
module in context of ICSSG.
v1 https://lore.kernel.org/all/20240430122403.1562769-1-danishanwar@ti.com/
.../devicetree/bindings/net/ti,icssg-prueth.yaml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml b/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
index e253fa786092..c296e5711848 100644
--- a/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
+++ b/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
@@ -55,6 +55,14 @@ properties:
description:
phandle to MII_RT module's syscon regmap
+ ti,pa-stats:
+ $ref: /schemas/types.yaml#/definitions/phandle
+ description:
+ phandle to PA_STATS module's syscon regmap. PA_STATS is a set of
+ registers where different statistics related to ICSSG, are dumped by
+ ICSSG firmware. PA_STATS module's syscon regmap will help the device to
+ access/read/write those statistics.
+
ti,iep:
$ref: /schemas/types.yaml#/definitions/phandle-array
maxItems: 2
@@ -194,6 +202,7 @@ examples:
"tx1-0", "tx1-1", "tx1-2", "tx1-3",
"rx0", "rx1";
ti,mii-g-rt = <&icssg2_mii_g_rt>;
+ ti,pa-stats = <&icssg2_pa_stats>;
ti,iep = <&icssg2_iep0>, <&icssg2_iep1>;
interrupt-parent = <&icssg2_intc>;
interrupts = <24 0 2>, <25 1 3>;
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support
2024-05-29 11:52 [PATCH v2] dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support MD Danish Anwar
@ 2024-05-29 12:49 ` Krzysztof Kozlowski
2024-05-31 1:40 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-05-29 12:49 UTC (permalink / raw)
To: MD Danish Anwar, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
Paolo Abeni, Jakub Kicinski, Eric Dumazet, David S. Miller
Cc: linux-kernel, devicetree, netdev, linux-arm-kernel, srk,
Vignesh Raghavendra, r-gunasekaran, Roger Quadros
On 29/05/2024 13:52, MD Danish Anwar wrote:
> Add documentation for ti,pa-stats property which is syscon regmap for
> PA_STATS registers. This will be used to dump statistics maintained by
> ICSSG firmware.
>
> Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
> ---
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support
2024-05-29 11:52 [PATCH v2] dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support MD Danish Anwar
2024-05-29 12:49 ` Krzysztof Kozlowski
@ 2024-05-31 1:40 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-05-31 1:40 UTC (permalink / raw)
To: MD Danish Anwar
Cc: conor+dt, krzk+dt, robh, pabeni, kuba, edumazet, davem,
linux-kernel, devicetree, netdev, linux-arm-kernel, srk, vigneshr,
r-gunasekaran, rogerq
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 29 May 2024 17:22:25 +0530 you wrote:
> Add documentation for ti,pa-stats property which is syscon regmap for
> PA_STATS registers. This will be used to dump statistics maintained by
> ICSSG firmware.
>
> Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
> ---
> Changes from v1 to v2:
> *) Updated description of ti,pa-stats to explain the purpose of PA_STATS
> module in context of ICSSG.
>
> [...]
Here is the summary with links:
- [v2] dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support
https://git.kernel.org/netdev/net-next/c/2f19a795e1f9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-31 1:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 11:52 [PATCH v2] dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support MD Danish Anwar
2024-05-29 12:49 ` Krzysztof Kozlowski
2024-05-31 1:40 ` patchwork-bot+netdevbpf
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).