diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-24 11:13:35 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-24 13:14:33 +0100 |
commit | 76254cb75e4abc2a87e13134915cd0c422926fde (patch) | |
tree | c5a254d2dd51f56d75bc5413e709c43d77220bf4 /target/linux/ar71xx/patches-4.14/902-at803x-add-reset-gpio-pdata.patch | |
parent | 7a57e82f28a262b319ee2e1792d917778c95fe93 (diff) | |
download | upstream-76254cb75e4abc2a87e13134915cd0c422926fde.tar.gz upstream-76254cb75e4abc2a87e13134915cd0c422926fde.tar.bz2 upstream-76254cb75e4abc2a87e13134915cd0c422926fde.zip |
kernel: bump 4.14 to 4.14.167
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx/patches-4.14/902-at803x-add-reset-gpio-pdata.patch')
-rw-r--r-- | target/linux/ar71xx/patches-4.14/902-at803x-add-reset-gpio-pdata.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.14/902-at803x-add-reset-gpio-pdata.patch b/target/linux/ar71xx/patches-4.14/902-at803x-add-reset-gpio-pdata.patch index 81de68c9cb..e4e51963bb 100644 --- a/target/linux/ar71xx/patches-4.14/902-at803x-add-reset-gpio-pdata.patch +++ b/target/linux/ar71xx/patches-4.14/902-at803x-add-reset-gpio-pdata.patch @@ -37,7 +37,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> gpiod_reset = devm_gpiod_get_optional(dev, "reset", GPIOD_OUT_LOW); if (IS_ERR(gpiod_reset)) return PTR_ERR(gpiod_reset); -@@ -411,15 +418,23 @@ static void at803x_link_change_notify(st +@@ -402,15 +409,23 @@ static void at803x_link_change_notify(st * cannot recover from by software. */ if (phydev->state == PHY_NOLINK) { |