Re: [PATCH] imx: usb: get pinctrl if it's not yet initialized

2019-06-30 Thread Krzysztof Michoński
Hi Peter, Yes you are right! This file's been patched previously in my fork. Sorry about that. Regards, Krzysztof Michoński czw., 27 cze 2019 o 05:22 Peter Chen napisał(a): > > > > In case usb phy mode is other than USBPHY_INTERFACE_MODE_HSIC the pinctrl > > for device is not acquired. It is how

RE: [PATCH] imx: usb: get pinctrl if it's not yet initialized

2019-06-26 Thread Peter Chen
> In case usb phy mode is other than USBPHY_INTERFACE_MODE_HSIC the pinctrl > for device is not acquired. It is however used later regardless of the mode, > hence > leads to requesting access to uninitialized data. > > Signed-off-by: Krzysztof Michonski > --- > drivers/usb/chipidea/ci_hdrc_im