aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-10-09 12:22:14 -0400
committerDaniel Golle <daniel@makrotopia.org>2021-10-10 00:09:22 +0100
commite672d1b387604b71058b5c9edc9234fc7efebb25 (patch)
tree825466d4e3e55f18d2c9edcfe6a85c1a1a1c0e80 /target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch
parent20bc4507714fbc5dfbe3632afeb260b071591acb (diff)
downloadupstream-e672d1b387604b71058b5c9edc9234fc7efebb25.tar.gz
upstream-e672d1b387604b71058b5c9edc9234fc7efebb25.tar.bz2
upstream-e672d1b387604b71058b5c9edc9234fc7efebb25.zip
kernel: bump 5.10 to 5.10.72
All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch')
-rw-r--r--target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch b/target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch
index 73afb245b4..4d4420aa2f 100644
--- a/target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch
+++ b/target/linux/generic/hack-5.10/720-net-phy-add-aqr-phys.patch
@@ -20,7 +20,7 @@ Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
#define MDIO_PHYXS_VEND_IF_STATUS 0xe812
#define MDIO_PHYXS_VEND_IF_STATUS_TYPE_MASK GENMASK(7, 3)
-@@ -330,6 +332,49 @@
+@@ -330,6 +332,49 @@ static int aqr107_read_rate(struct phy_d
return 0;
}
@@ -70,7 +70,7 @@ Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
static int aqr107_read_status(struct phy_device *phydev)
{
int val, ret;
-@@ -460,7 +505,7 @@
+@@ -460,7 +505,7 @@ static void aqr107_chip_info(struct phy_
build_id = FIELD_GET(VEND1_GLOBAL_RSVD_STAT1_FW_BUILD_ID, val);
prov_id = FIELD_GET(VEND1_GLOBAL_RSVD_STAT1_PROV_ID, val);
@@ -79,7 +79,7 @@ Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
fw_major, fw_minor, build_id, prov_id);
}
-@@ -632,6 +677,24 @@
+@@ -632,6 +677,24 @@ static struct phy_driver aqr_driver[] =
.link_change_notify = aqr107_link_change_notify,
},
{
@@ -104,7 +104,7 @@ Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
PHY_ID_MATCH_MODEL(PHY_ID_AQCS109),
.name = "Aquantia AQCS109",
.probe = aqr107_probe,
-@@ -657,6 +720,24 @@
+@@ -657,6 +720,24 @@ static struct phy_driver aqr_driver[] =
.ack_interrupt = aqr_ack_interrupt,
.read_status = aqr_read_status,
},
@@ -129,7 +129,7 @@ Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
};
module_phy_driver(aqr_driver);
-@@ -667,8 +748,10 @@
+@@ -667,8 +748,10 @@ static struct mdio_device_id __maybe_unu
{ PHY_ID_MATCH_MODEL(PHY_ID_AQR105) },
{ PHY_ID_MATCH_MODEL(PHY_ID_AQR106) },
{ PHY_ID_MATCH_MODEL(PHY_ID_AQR107) },