diff options
author | John Audia <graysky@archlinux.us> | 2021-12-01 06:28:02 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-12 21:11:30 +0100 |
commit | 6c945fa379a1b59e6b439b0f6ffba4cbd3ca04d3 (patch) | |
tree | c6a821be172fa7841d6c989c76f7763aba63bbd0 /target/linux/realtek | |
parent | a725bdc700c9a63666ce1ef9fec1b2a65216576f (diff) | |
download | upstream-6c945fa379a1b59e6b439b0f6ffba4cbd3ca04d3.tar.gz upstream-6c945fa379a1b59e6b439b0f6ffba4cbd3ca04d3.tar.bz2 upstream-6c945fa379a1b59e6b439b0f6ffba4cbd3ca04d3.zip |
kernel: bump 5.10 to 5.10.83
Removed upstreamed:
bcm53xx/patches-5.10/033-v5.16-0024-ARM-dts-BCM5301X-Fix-I2C-controller-interrupt.patch[1]
bcm53xx/patches-5.10/033-v5.16-0025-ARM-dts-BCM5301X-Add-interrupt-properties-to-GPIO-no.patch[2]
All other patches automatically rebased.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.83&id=b2cd6fdcbe0a5cb44e4610a08cc58261d494a885
2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.83&id=9db1d4a3c2700e1cc84c3d61199411d75c2a3ec6
Build system: x86_64*
Build-tested: bcm2711/RPi4B, ipq806x/R7800†
Run-tested: bcm2711/RPi4B, ipq806x/R7800†
* Had to revert 7c99085bd69742f66207d61e9f2da5ec4f8f9d2f in order to build
(latest bump of ca-certificates)
† Had to revert 7f1edbd41295dff9f2127b169fbc086c0fb2c14e in order to build
(binutils 2.37, https://bugs.openwrt.org/index.php?do=details&task_id=4149)
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/realtek')
-rw-r--r-- | target/linux/realtek/patches-5.10/704-drivers-net-phy-eee-support-for-rtl838x.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/realtek/patches-5.10/704-drivers-net-phy-eee-support-for-rtl838x.patch b/target/linux/realtek/patches-5.10/704-drivers-net-phy-eee-support-for-rtl838x.patch index 4fc31c4f4f..3cb04c0868 100644 --- a/target/linux/realtek/patches-5.10/704-drivers-net-phy-eee-support-for-rtl838x.patch +++ b/target/linux/realtek/patches-5.10/704-drivers-net-phy-eee-support-for-rtl838x.patch @@ -1,6 +1,6 @@ --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c -@@ -1425,6 +1425,11 @@ int phylink_ethtool_ksettings_set(struct +@@ -1449,6 +1449,11 @@ int phylink_ethtool_ksettings_set(struct * the presence of a PHY, this should not be changed as that * should be determined from the media side advertisement. */ @@ -12,7 +12,7 @@ return phy_ethtool_ksettings_set(pl->phydev, kset); } -@@ -1726,8 +1731,11 @@ int phylink_ethtool_get_eee(struct phyli +@@ -1750,8 +1755,11 @@ int phylink_ethtool_get_eee(struct phyli ASSERT_RTNL(); @@ -25,7 +25,7 @@ return ret; } -@@ -1744,8 +1752,11 @@ int phylink_ethtool_set_eee(struct phyli +@@ -1768,8 +1776,11 @@ int phylink_ethtool_set_eee(struct phyli ASSERT_RTNL(); |