aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-09-28 13:26:15 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-02 20:21:55 +0200
commite71a360f570e0e6f8ab19d1f927331b1cd1aca75 (patch)
treeb195751c834db314e8d31182eadfdd5b9ffd3cce /target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch
parente1b009c1fe546b1b91a0ebc538325511af7ee077 (diff)
downloadupstream-e71a360f570e0e6f8ab19d1f927331b1cd1aca75.tar.gz
upstream-e71a360f570e0e6f8ab19d1f927331b1cd1aca75.tar.bz2
upstream-e71a360f570e0e6f8ab19d1f927331b1cd1aca75.zip
kernel: bump 5.15 to 5.15.71
Removed upstreamed: uml/patches-5.15/001-um-fix-default-console-kernel-parameter.patch[1] All other patches automatically rebased Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.71&id=e1dbe8a62098b20f5093cf75ade2f2dc9259b006 Signed-off-by: John Audia <therealgraysky@proton.me> Compile-tested: mvebu/cortexa72 (RB5009UG+S+IN) Run-tested: mvebu/cortexa72 (RB5009UG+S+IN)
Diffstat (limited to 'target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch')
-rw-r--r--target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch b/target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch
index 634288c780..d03c3430fa 100644
--- a/target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch
+++ b/target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch
@@ -18,7 +18,7 @@ Add a new entry for AQR113 PHY_ID
#define PHY_ID_AQR113C 0x31c31c12
#define PHY_ID_AQCS109 0x03a1b5c2
#define PHY_ID_AQR405 0x03a1b4b0
-@@ -869,6 +870,14 @@ static struct phy_driver aqr_driver[] =
+@@ -914,6 +915,14 @@ static struct phy_driver aqr_driver[] =
.get_stats = aqr107_get_stats,
},
{
@@ -33,7 +33,7 @@ Add a new entry for AQR113 PHY_ID
PHY_ID_MATCH_MODEL(PHY_ID_AQR412),
.name = "Aquantia AQR412",
.probe = aqr107_probe,
-@@ -891,6 +900,7 @@ static struct mdio_device_id __maybe_unu
+@@ -936,6 +945,7 @@ static struct mdio_device_id __maybe_unu
{ PHY_ID_MATCH_MODEL(PHY_ID_AQR106) },
{ PHY_ID_MATCH_MODEL(PHY_ID_AQR107) },
{ PHY_ID_MATCH_MODEL(PHY_ID_AQR112) },