diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-20 13:27:16 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-22 18:14:28 +0100 |
commit | fa91a147bb25b96be63c61bf87d27cd14d6f7cd7 (patch) | |
tree | ee2e04618887104031e275911c80b74ab9c21e24 /target/linux/generic | |
parent | 9c63141025ed5554891a1e4ae9be221f64ec0888 (diff) | |
download | upstream-fa91a147bb25b96be63c61bf87d27cd14d6f7cd7.tar.gz upstream-fa91a147bb25b96be63c61bf87d27cd14d6f7cd7.tar.bz2 upstream-fa91a147bb25b96be63c61bf87d27cd14d6f7cd7.zip |
kernel: bump 4.9 to 4.9.164
Refreshed all patches.
Compile-tested on: ar7
Runtime-tested on: none
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic')
-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); |