diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-20 12:22:42 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-25 10:51:50 +0100 |
commit | dcdf50956fb6f6f1b45117e6a8578db9fe22c7bb (patch) | |
tree | b2f1e10f162db0fd62c67811ea0dbebda75ff06d /target/linux/generic/hack-4.9 | |
parent | 4336cfda123af6a1f664e2288625f2b7e1d858d9 (diff) | |
download | upstream-dcdf50956fb6f6f1b45117e6a8578db9fe22c7bb.tar.gz upstream-dcdf50956fb6f6f1b45117e6a8578db9fe22c7bb.tar.bz2 upstream-dcdf50956fb6f6f1b45117e6a8578db9fe22c7bb.zip |
kernel: bump 4.9 to 4.9.164
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.9')
-rw-r--r-- | target/linux/generic/hack-4.9/710-phy-add-mdio_register_board_info.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/hack-4.9/710-phy-add-mdio_register_board_info.patch b/target/linux/generic/hack-4.9/710-phy-add-mdio_register_board_info.patch index 217cf4a486..844f747859 100644 --- a/target/linux/generic/hack-4.9/710-phy-add-mdio_register_board_info.patch +++ b/target/linux/generic/hack-4.9/710-phy-add-mdio_register_board_info.patch @@ -9,7 +9,7 @@ /** * mdiobus_alloc_size - allocate a mii_bus structure * @size: extra amount of memory to allocate for private storage. -@@ -401,6 +403,17 @@ void mdiobus_free(struct mii_bus *bus) +@@ -400,6 +402,17 @@ void mdiobus_free(struct mii_bus *bus) } EXPORT_SYMBOL(mdiobus_free); @@ -27,7 +27,7 @@ /** * mdiobus_scan - scan a bus for MDIO devices. * @bus: mii_bus to scan -@@ -416,6 +429,7 @@ EXPORT_SYMBOL(mdiobus_free); +@@ -415,6 +428,7 @@ EXPORT_SYMBOL(mdiobus_free); struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr) { struct phy_device *phydev; @@ -35,7 +35,7 @@ int err; phydev = get_phy_device(bus, addr, false); -@@ -428,6 +442,12 @@ struct phy_device *mdiobus_scan(struct m +@@ -427,6 +441,12 @@ struct phy_device *mdiobus_scan(struct m */ of_mdiobus_link_mdiodev(bus, &phydev->mdio); |