[PATCH 5/8] usb: phy: msm: reset controller is mandatory now
Arnd Bergmann
arnd at arndb.de
Thu May 8 07:27:12 PDT 2014
On Thursday 08 May 2014 17:21:49 Ivan T. Ivanov wrote:
> > @@ -168,7 +168,7 @@ config USB_EHCI_HCD_AT91
> >
> > config USB_EHCI_MSM
> > tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
> > - depends on ARCH_MSM
> > + depends on ARCH_MSM && RESET_CONTROLLER
>
> This driver did not use reset controller API.
>
> > select USB_EHCI_ROOT_HUB_TT
> > select USB_MSM_OTG
It does select USB_MSM_OTG though, which uses it:
Maybe that 'select' is wrong?
Arnd
More information about the linux-arm-kernel
mailing list