[opensuse-kernel] [PATCHv2] config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
![](https://seccdn.libravatar.org/avatar/d08c8785b44c2e795ebed85a2afc7cc4.jpg?s=120&d=mm&r=g)
From: "Matwey V. Kornilov" <matwey.kornilov@gmail.com> TUSB6010 is not used by any of our JeOSes*, but introduces issues with USB at BeagleBone (and all other boards utilizing musb_hdrc). The way to resolve the issues is currently unknown, so temporarily disable it. See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2 Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- Changes from v1: - rebased onto current master config/armv7hl/default | 2 +- config/armv7hl/lpae | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/armv7hl/default b/config/armv7hl/default index 58d6a92..ce06295 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -5507,7 +5507,7 @@ CONFIG_USB_MUSB_HDRC=m # CONFIG_USB_MUSB_HOST is not set # CONFIG_USB_MUSB_GADGET is not set CONFIG_USB_MUSB_DUAL_ROLE=y -CONFIG_USB_MUSB_TUSB6010=m +# CONFIG_USB_MUSB_TUSB6010 is not set CONFIG_USB_MUSB_OMAP2PLUS=m CONFIG_USB_MUSB_AM35X=m CONFIG_USB_MUSB_DSPS=m diff --git a/config/armv7hl/lpae b/config/armv7hl/lpae index 15ce8ae..2bd3be2 100644 --- a/config/armv7hl/lpae +++ b/config/armv7hl/lpae @@ -5163,7 +5163,7 @@ CONFIG_USB_MUSB_HDRC=m # CONFIG_USB_MUSB_HOST is not set # CONFIG_USB_MUSB_GADGET is not set CONFIG_USB_MUSB_DUAL_ROLE=y -CONFIG_USB_MUSB_TUSB6010=m +# CONFIG_USB_MUSB_TUSB6010 is not set CONFIG_USB_MUSB_OMAP2PLUS=m CONFIG_USB_MUSB_AM35X=m CONFIG_USB_MUSB_DSPS=m -- 2.1.1 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
![](https://seccdn.libravatar.org/avatar/1cd903ce739b05e07b73c4db146530d7.jpg?s=120&d=mm&r=g)
Am 24.10.2014 um 19:07 schrieb matwey.kornilov@gmail.com:
From: "Matwey V. Kornilov" <matwey.kornilov@gmail.com>
TUSB6010 is not used by any of our JeOSes*, but introduces issues with USB at BeagleBone (and all other boards utilizing musb_hdrc). The way to resolve the issues is currently unknown, so temporarily disable it.
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- Changes from v1: - rebased onto current master
Thanks, applied. And sorry for the delay. Regards, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Andreas Färber
-
matwey.kornilov@gmail.com