mbox series

[net-next,v7,0/2] Add support for ICSSG PA_STATS

Message ID 20240822122652.1071801-1-danishanwar@ti.com (mailing list archive)
Headers show
Series Add support for ICSSG PA_STATS | expand

Message

MD Danish Anwar Aug. 22, 2024, 12:26 p.m. UTC
Hi,

This series adds support for PA_STATS. Previously this series was a
standalone patch adding documentation for PA_STATS in dt-bindings file
ti,pruss.yaml.

As discussed in v4, posting driver and binding patch together.

Changes isnce v6:
*) Addressed Roger's comments and renamed stats related data strcutures
and array so that they remain consitent.
*) Re-ordered data structures and arrays related to stats type as asked
by Roger.
*) Modified commit message to state these additional changes

Changes since v5:
*) Used ARRAY_SIZE(icssg_all_pa_stats) instead of ICSSG_NUM_PA_STATS so
   that it's consistent with the loop as suggested by Dan Carpenter
   <dan.carpenter@linaro.org>
*) Created emac->pa_stats array for storing pa_stats as suggested by
   Dan Carpenter <dan.carpenter@linaro.org>
*) Renamed `icssg_all_stats` to `icssg_mii_g_rt_stats`.
*) Added entry for pa_stats in kernel doc for structure prueth as asked by
   Simon Horman <horms@kernel.org>.
*) Improved syntax for kernel doc of pa_stats_regs register by dropping
   u32 from kernel doc.

Changes since v4:
*) Added net-next to both driver and binding patch as they are both now
   meant to be merged via net-next.
*) Added Acked by tag of Nishanth Menon <nm@ti.com>
*) Dropped device tree patches as they don't need merge now.
*) Modified patch 2 to use ethtool_puts() as suggested by Jakub Kicinski
   <kuba@kernel.org>

Changes since v3:
*) Added full series as asked by Nishanth Menon <nm@ti.com>

Changes from v2 to v3:
*) Added RB tag of Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> to
   patch 2/2
*) Added patch 1/2 to the series as the binding file is orphan.

Changes from v1 to v2:
*) Added ^ in pa-stats as suggested by Krzysztof Kozlowski
   <krzk@kernel.org>
*) Moved additionalProperties: false to right after type:object as
   suggested by Krzysztof Kozlowski <krzk@kernel.org>
*) Updated description of pa-stats to explain the purpose of PA_STATS
   module in context of ICSSG.

v1 https://lore.kernel.org/all/20240430121915.1561359-1-danishanwar@ti.com/
v2 https://lore.kernel.org/all/20240529115149.630273-1-danishanwar@ti.com/
v3 https://lore.kernel.org/all/20240625153319.795665-1-danishanwar@ti.com/
v4 https://lore.kernel.org/all/20240729113226.2905928-1-danishanwar@ti.com/
v5 https://lore.kernel.org/all/20240814092033.2984734-1-danishanwar@ti.com/
v6 https://lore.kernel.org/all/20240820091657.4068304-1-danishanwar@ti.com/

MD Danish Anwar (2):
  dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
  net: ti: icssg-prueth: Add support for PA Stats

 .../devicetree/bindings/soc/ti/ti,pruss.yaml  |  20 +++
 drivers/net/ethernet/ti/icssg/icssg_ethtool.c |  19 ++-
 drivers/net/ethernet/ti/icssg/icssg_prueth.c  |   6 +
 drivers/net/ethernet/ti/icssg/icssg_prueth.h  |   9 +-
 drivers/net/ethernet/ti/icssg/icssg_stats.c   |  31 +++-
 drivers/net/ethernet/ti/icssg/icssg_stats.h   | 158 +++++++++++-------
 6 files changed, 160 insertions(+), 83 deletions(-)


base-commit: 812a2751e827fa1eb01f3bd268b4d74c23f4226a

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 26, 2024, 4:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 22 Aug 2024 17:56:50 +0530 you wrote:
> Hi,
> 
> This series adds support for PA_STATS. Previously this series was a
> standalone patch adding documentation for PA_STATS in dt-bindings file
> ti,pruss.yaml.
> 
> As discussed in v4, posting driver and binding patch together.
> 
> [...]

Here is the summary with links:
  - [net-next,v7,1/2] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
    https://git.kernel.org/netdev/net-next/c/be91edc81b09
  - [net-next,v7,2/2] net: ti: icssg-prueth: Add support for PA Stats
    https://git.kernel.org/netdev/net-next/c/550ee90ac61c

You are awesome, thank you!