Re: "usb: dwc3: support clocks and resets for DWC3 core" is causing errors on x86

2018-06-12 Thread Masahiro Yamada
Hi Hans, 2018-06-12 16:56 GMT+09:00 Hans de Goede : > Hi, > > On 12-06-18 08:27, Masahiro Yamada wrote: >> >> Hi Hans, >> >> 2018-06-08 5:57 GMT+09:00 Hans de Goede : >>> >>> Hi All, >>> >>> While testing usb-next on some Intle Bay and Cherry Trail >>> devices I noticed the following new error

Re: "usb: dwc3: support clocks and resets for DWC3 core" is causing errors on x86

2018-06-12 Thread Hans de Goede
Hi, On 12-06-18 08:27, Masahiro Yamada wrote: Hi Hans, 2018-06-08 5:57 GMT+09:00 Hans de Goede : Hi All, While testing usb-next on some Intle Bay and Cherry Trail devices I noticed the following new error in my logs: [ 26.187958] dwc3 dwc3.3.auto: Failed to get clk 'ref': -2 This is

Re: "usb: dwc3: support clocks and resets for DWC3 core" is causing errors on x86

2018-06-12 Thread Masahiro Yamada
Hi Hans, 2018-06-08 5:57 GMT+09:00 Hans de Goede : > Hi All, > > While testing usb-next on some Intle Bay and Cherry Trail > devices I noticed the following new error in my logs: > > [ 26.187958] dwc3 dwc3.3.auto: Failed to get clk 'ref': -2 > > This is caused by the new clk_bulk_get() call in

"usb: dwc3: support clocks and resets for DWC3 core" is causing errors on x86

2018-06-07 Thread Hans de Goede
Hi All, While testing usb-next on some Intle Bay and Cherry Trail devices I noticed the following new error in my logs: [ 26.187958] dwc3 dwc3.3.auto: Failed to get clk 'ref': -2 This is caused by the new clk_bulk_get() call in drivers/usb/dwc3/core.c If I understand the commit message