]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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>

Trivial merge