[openwrt/openwrt] generic: 6.1: use upstreamed QCA807x fixup

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 15 09:23:30 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d4800a116745c70e22a0375c645886f7018ef877

commit d4800a116745c70e22a0375c645886f7018ef877
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu Feb 15 13:00:01 2024 +0100

    generic: 6.1: use upstreamed QCA807x fixup
    
    Now that QCA807x interface mode check was upstreamed, use the upstreamed
    version and mark it as such.
    
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 ...9-net-phy-qca807x-move-interface-mode-check-to-.config.patch} | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/target/linux/generic/pending-6.1/778-net-phy-qca807x-move-interface-mode-check-to-.config.patch b/target/linux/generic/backport-6.1/717-v6.9-net-phy-qca807x-move-interface-mode-check-to-.config.patch
similarity index 83%
rename from target/linux/generic/pending-6.1/778-net-phy-qca807x-move-interface-mode-check-to-.config.patch
rename to target/linux/generic/backport-6.1/717-v6.9-net-phy-qca807x-move-interface-mode-check-to-.config.patch
index e4e60bc3ed..53652c38fc 100644
--- a/target/linux/generic/pending-6.1/778-net-phy-qca807x-move-interface-mode-check-to-.config.patch
+++ b/target/linux/generic/backport-6.1/717-v6.9-net-phy-qca807x-move-interface-mode-check-to-.config.patch
@@ -1,7 +1,7 @@
-From 824d6c9747fb46eadf763b879fb1c072e541a65a Mon Sep 17 00:00:00 2001
+From 3be0d950b62852a693182cb678948f481de02825 Mon Sep 17 00:00:00 2001
 From: Robert Marko <robimarko at gmail.com>
-Date: Mon, 12 Feb 2024 12:26:41 +0100
-Subject: [PATCH net-next] net: phy: qca807x: move interface mode check to
+Date: Mon, 12 Feb 2024 12:49:34 +0100
+Subject: [PATCH] net: phy: qca807x: move interface mode check to
  .config_init_once
 
 Currently, we are checking whether the PHY package mode matches the
@@ -16,6 +16,9 @@ PHY interface modes should be populated.
 
 Fixes: d1cb613efbd3 ("net: phy: qcom: add support for QCA807x PHY Family")
 Signed-off-by: Robert Marko <robimarko at gmail.com>
+Reviewed-by: Andrew Lunn <andrew at lunn.ch>
+Link: https://lore.kernel.org/r/20240212115043.1725918-1-robimarko@gmail.com
+Signed-off-by: Paolo Abeni <pabeni at redhat.com>
 ---
  drivers/net/phy/qcom/qca807x.c | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)




More information about the lede-commits mailing list