aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-11-27 18:26:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-11-27 18:26:00 +0000
commitd870349db657b14524a035a05cacbe829fc44530 (patch)
tree06ad07dfc746e7bd08e21189bd73fb9cbd99bc82 /target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch
parentd145ef383a83f0002328935ce847e949e3079eb4 (diff)
downloadmaster-187ad058-d870349db657b14524a035a05cacbe829fc44530.tar.gz
master-187ad058-d870349db657b14524a035a05cacbe829fc44530.tar.bz2
master-187ad058-d870349db657b14524a035a05cacbe829fc44530.zip
kernel: backport patches for overriding PHY reset to 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43409 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch')
-rw-r--r--target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch b/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch
index f4750bd56e..fee6b8c6c0 100644
--- a/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch
+++ b/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch
@@ -12,7 +12,7 @@
phy_suspend(phydev);
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
-@@ -441,6 +441,12 @@ struct phy_driver {
+@@ -446,6 +446,12 @@ struct phy_driver {
*/
int (*did_interrupt)(struct phy_device *phydev);