diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-08-22 11:22:30 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-08-22 13:47:13 +0200 |
commit | 6b4ba118ac1ba1318182eb3a22864e86165f0b09 (patch) | |
tree | 4f47188239e811ae1a9ea924e2871e0726a7aff3 /target/linux/ar71xx/patches-4.14/930-chipidea-pullup.patch | |
parent | 7a9afb8783d60e16308f98efb59907aec0fdd5f7 (diff) | |
download | upstream-6b4ba118ac1ba1318182eb3a22864e86165f0b09.tar.gz upstream-6b4ba118ac1ba1318182eb3a22864e86165f0b09.tar.bz2 upstream-6b4ba118ac1ba1318182eb3a22864e86165f0b09.zip |
kernel: bump 4.14 to 4.14.66
Refreshed all patches
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx/patches-4.14/930-chipidea-pullup.patch')
-rw-r--r-- | target/linux/ar71xx/patches-4.14/930-chipidea-pullup.patch | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/target/linux/ar71xx/patches-4.14/930-chipidea-pullup.patch b/target/linux/ar71xx/patches-4.14/930-chipidea-pullup.patch index ee1e84bdd9..6e293305db 100644 --- a/target/linux/ar71xx/patches-4.14/930-chipidea-pullup.patch +++ b/target/linux/ar71xx/patches-4.14/930-chipidea-pullup.patch @@ -1,7 +1,5 @@ -Index: linux-4.14.61/drivers/usb/chipidea/ci.h -=================================================================== ---- linux-4.14.61.orig/drivers/usb/chipidea/ci.h -+++ linux-4.14.61/drivers/usb/chipidea/ci.h +--- a/drivers/usb/chipidea/ci.h ++++ b/drivers/usb/chipidea/ci.h @@ -205,6 +205,7 @@ struct hw_bank { * @in_lpm: if the core in low power mode * @wakeup_int: if wakeup interrupt occur @@ -18,10 +16,8 @@ Index: linux-4.14.61/drivers/usb/chipidea/ci.h }; static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) -Index: linux-4.14.61/drivers/usb/chipidea/core.c -=================================================================== ---- linux-4.14.61.orig/drivers/usb/chipidea/core.c -+++ linux-4.14.61/drivers/usb/chipidea/core.c +--- a/drivers/usb/chipidea/core.c ++++ b/drivers/usb/chipidea/core.c @@ -818,7 +818,7 @@ static inline void ci_role_destroy(struc { ci_hdrc_gadget_destroy(ci); @@ -50,10 +46,8 @@ Index: linux-4.14.61/drivers/usb/chipidea/core.c ret = ci_hdrc_otg_init(ci); if (ret) { dev_err(dev, "init otg fails, ret = %d\n", ret); -Index: linux-4.14.61/drivers/usb/chipidea/otg.c -=================================================================== ---- linux-4.14.61.orig/drivers/usb/chipidea/otg.c -+++ linux-4.14.61/drivers/usb/chipidea/otg.c +--- a/drivers/usb/chipidea/otg.c ++++ b/drivers/usb/chipidea/otg.c @@ -131,8 +131,10 @@ enum ci_role ci_otg_role(struct ci_hdrc void ci_handle_vbus_change(struct ci_hdrc *ci) @@ -66,10 +60,8 @@ Index: linux-4.14.61/drivers/usb/chipidea/otg.c if (hw_read_otgsc(ci, OTGSC_BSV) && !ci->vbus_active) usb_gadget_vbus_connect(&ci->gadget); -Index: linux-4.14.61/include/linux/usb/chipidea.h -=================================================================== ---- linux-4.14.61.orig/include/linux/usb/chipidea.h -+++ linux-4.14.61/include/linux/usb/chipidea.h +--- a/include/linux/usb/chipidea.h ++++ b/include/linux/usb/chipidea.h @@ -60,6 +60,7 @@ struct ci_hdrc_platform_data { #define CI_HDRC_OVERRIDE_RX_BURST BIT(11) #define CI_HDRC_OVERRIDE_PHY_CONTROL BIT(12) /* Glue layer manages phy */ |