diff options
author | Magnus Kroken <mkroken@gmail.com> | 2018-03-03 01:12:07 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-03 12:58:55 +0100 |
commit | 5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5 (patch) | |
tree | 66905f7c20499cbef087e0a3ce39676883381650 /target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch | |
parent | 45ae5c2de3491ed5db9695d21faebf95b3b41c56 (diff) | |
download | upstream-5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5.tar.gz upstream-5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5.tar.bz2 upstream-5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5.zip |
kernel: bump 4.9 to 4.9.85
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch')
-rw-r--r-- | target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch b/target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch index 516c7c06ce..9e0135b494 100644 --- a/target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch +++ b/target/linux/ipq806x/patches-4.9/0074-ipq806x-usb-Control-USB-master-reset.patch @@ -35,7 +35,7 @@ Signed-off-by: Vasudevan Murugesan <vmuruges@codeaurora.org> }; static int dwc3_of_simple_clk_init(struct dwc3_of_simple *simple, int count) -@@ -100,6 +103,20 @@ static int dwc3_of_simple_probe(struct p +@@ -102,6 +105,20 @@ static int dwc3_of_simple_probe(struct p if (ret) return ret; @@ -56,7 +56,7 @@ Signed-off-by: Vasudevan Murugesan <vmuruges@codeaurora.org> ret = of_platform_populate(np, NULL, NULL, dev); if (ret) { for (i = 0; i < simple->num_clocks; i++) { -@@ -128,6 +145,12 @@ static int dwc3_of_simple_remove(struct +@@ -130,6 +147,12 @@ static int dwc3_of_simple_remove(struct clk_put(simple->clks[i]); } |