From: Jakub Kicinski Date: Fri, 18 Jul 2025 01:35:52 +0000 (-0700) Subject: Merge branch 'add-shared-phy-counter-support-for-qca807x-and-qca808x' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=687678f1565fff2cb129d74f107dbacc0b0d39f9;p=thirdparty%2Flinux.git 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 --- 687678f1565fff2cb129d74f107dbacc0b0d39f9