diff options
author | Stijn Segers <foss@volatilesystems.org> | 2018-03-22 18:34:08 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-23 23:49:55 +0100 |
commit | 41a881a8d9e7dc33b28768a8377ec67a7f8a0aae (patch) | |
tree | b7c1d5a8a28186b8daee611a48ccc3675da1060c /target/linux/generic/pending-4.14/735-net-phy-at803x-fix-at8033-sgmii-mode.patch | |
parent | 4a788fcf63920769be3428d5c61eaa6f09d5291a (diff) | |
download | upstream-41a881a8d9e7dc33b28768a8377ec67a7f8a0aae.tar.gz upstream-41a881a8d9e7dc33b28768a8377ec67a7f8a0aae.tar.bz2 upstream-41a881a8d9e7dc33b28768a8377ec67a7f8a0aae.zip |
Kernel: bump 4.14 to 4.14.29
Right patch version this time, sorry!
* Patch 180-usb-xhci-add-support-for-performing-fake-doorbell.patch had to be adjusted slightly because of upstream adapted code.
* Refreshed patches.
Compile-tested: ramips/mt7621, x86/64
Run-tested: ramips/mt7621, x86/64
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
Tested-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target/linux/generic/pending-4.14/735-net-phy-at803x-fix-at8033-sgmii-mode.patch')
-rw-r--r-- | target/linux/generic/pending-4.14/735-net-phy-at803x-fix-at8033-sgmii-mode.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.14/735-net-phy-at803x-fix-at8033-sgmii-mode.patch b/target/linux/generic/pending-4.14/735-net-phy-at803x-fix-at8033-sgmii-mode.patch index 3c686623b9..9a2f93a6f2 100644 --- a/target/linux/generic/pending-4.14/735-net-phy-at803x-fix-at8033-sgmii-mode.patch +++ b/target/linux/generic/pending-4.14/735-net-phy-at803x-fix-at8033-sgmii-mode.patch @@ -24,7 +24,7 @@ Signed-off-by: Roman Yeryomin <roman@advem.lv> #define AT803X_MODE_CFG_MASK 0x0F #define AT803X_MODE_CFG_SGMII 0x01 -@@ -296,6 +300,27 @@ static int at803x_config_init(struct phy +@@ -292,6 +296,27 @@ static int at803x_config_init(struct phy { struct at803x_platform_data *pdata; int ret; |