Re: [PATCH] usb: renesas: fix extcon dependency

2015-02-18 Thread Arnd Bergmann
On Thursday 29 January 2015 11:41:58 Russell King - ARM Linux wrote: > On Wed, Jan 28, 2015 at 10:47:18PM +0100, Arnd Bergmann wrote: > > The renesas usbhs driver calls extcon_get_edev_by_phandle(), which > > is defined in drivers/extcon/extcon-class.c, and that can be a > > loadable module. If the

Re: [PATCH] usb: renesas: fix extcon dependency

2015-01-29 Thread Russell King - ARM Linux
On Wed, Jan 28, 2015 at 10:47:18PM +0100, Arnd Bergmann wrote: > The renesas usbhs driver calls extcon_get_edev_by_phandle(), which > is defined in drivers/extcon/extcon-class.c, and that can be a > loadable module. If the extcon-class support is disabled, usbhs > will work correctly for all device

[PATCH] usb: renesas: fix extcon dependency

2015-01-28 Thread Arnd Bergmann
The renesas usbhs driver calls extcon_get_edev_by_phandle(), which is defined in drivers/extcon/extcon-class.c, and that can be a loadable module. If the extcon-class support is disabled, usbhs will work correctly for all devices that do not need extcon. However, if extcon-class is a loadable modu