]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'add-shared-phy-counter-support-for-qca807x-and-qca808x'
authorJakub Kicinski <kuba@kernel.org>
Fri, 18 Jul 2025 01:35:52 +0000 (18:35 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 18 Jul 2025 01:35:52 +0000 (18:35 -0700)
commit687678f1565fff2cb129d74f107dbacc0b0d39f9
tree4fa1530b72e4a05ad6ef1b93753442ec01e9dc1f
parenta93f38ebff577a8f131c565ac0fa3d281084df3e
parentd98f43b84a1e0bedbe32bb0c758c1abd62579fbb
Merge branch 'add-shared-phy-counter-support-for-qca807x-and-qca808x'

Luo Jie says:

====================
Add shared PHY counter support for QCA807x and QCA808x

The implementation of the PHY counter is identical for both QCA808x and
QCA807x series devices. This includes counters for both good and bad CRC
frames in the RX and TX directions, which are active when CRC checking
is enabled.

This patch series introduces PHY counter functions into a shared library,
enabling counter support for the QCA808x and QCA807x families through this
common infrastructure. Additionally, enable CRC checking and configure
automatic clearing of counters after reading within config_init() to ensure
accurate counter recording.

v2: https://lore.kernel.org/20250714-qcom_phy_counter-v2-0-94dde9d9769f@quicinc.com
v1: https://lore.kernel.org/20250709-qcom_phy_counter-v1-0-93a54a029c46@quicinc.com
====================

Link: https://patch.msgid.link/20250715-qcom_phy_counter-v3-0-8b0e460a527b@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>