Re: [PATCH] phy: meson-usb2: Fix build dependency

2016-09-25 Thread Kishon Vijay Abraham I
On Wednesday 21 September 2016 09:43 AM, Axel Lin wrote: > 2016-09-21 12:06 GMT+08:00 Kishon Vijay Abraham I : >> >> >> On Monday 19 September 2016 10:14 PM, Kevin Hilman wrote: >>> Martin Blumenstingl writes: >>> Hi Axel, On Fri, Sep 16, 2016 at 4:07 AM, Axel Lin wrote: > of

Re: [PATCH] phy: meson-usb2: Fix build dependency

2016-09-20 Thread Kevin Hilman
On Tue, Sep 20, 2016 at 9:13 PM, Axel Lin wrote: > 2016-09-21 12:06 GMT+08:00 Kishon Vijay Abraham I : >> >> >> On Monday 19 September 2016 10:14 PM, Kevin Hilman wrote: >>> Martin Blumenstingl writes: >>> Hi Axel, On Fri, Sep 16, 2016 at 4:07 AM, Axel Lin wrote: > of_usb_get_

Re: [PATCH] phy: meson-usb2: Fix build dependency

2016-09-20 Thread Axel Lin
2016-09-21 12:06 GMT+08:00 Kishon Vijay Abraham I : > > > On Monday 19 September 2016 10:14 PM, Kevin Hilman wrote: >> Martin Blumenstingl writes: >> >>> Hi Axel, >>> >>> On Fri, Sep 16, 2016 at 4:07 AM, Axel Lin wrote: of_usb_get_dr_mode_by_phy will not be compiled if !USB_COMMON, fix below

Re: [PATCH] phy: meson-usb2: Fix build dependency

2016-09-20 Thread Kishon Vijay Abraham I
On Monday 19 September 2016 10:14 PM, Kevin Hilman wrote: > Martin Blumenstingl writes: > >> Hi Axel, >> >> On Fri, Sep 16, 2016 at 4:07 AM, Axel Lin wrote: >>> of_usb_get_dr_mode_by_phy will not be compiled if !USB_COMMON, fix below >>> build error: >>> >>> drivers/built-in.o: In function `ph

Re: [PATCH] phy: meson-usb2: Fix build dependency

2016-09-19 Thread Kevin Hilman
Martin Blumenstingl writes: > Hi Axel, > > On Fri, Sep 16, 2016 at 4:07 AM, Axel Lin wrote: >> of_usb_get_dr_mode_by_phy will not be compiled if !USB_COMMON, fix below >> build error: >> >> drivers/built-in.o: In function `phy_meson_usb2_probe': >> debugfs.c:(.text+0x76b4): undefined reference t

Re: [PATCH] phy: meson-usb2: Fix build dependency

2016-09-18 Thread Martin Blumenstingl
Hi Axel, On Fri, Sep 16, 2016 at 4:07 AM, Axel Lin wrote: > of_usb_get_dr_mode_by_phy will not be compiled if !USB_COMMON, fix below > build error: > > drivers/built-in.o: In function `phy_meson_usb2_probe': > debugfs.c:(.text+0x76b4): undefined reference to `of_usb_get_dr_mode_by_phy' > Makefile

[PATCH] phy: meson-usb2: Fix build dependency

2016-09-15 Thread Axel Lin
of_usb_get_dr_mode_by_phy will not be compiled if !USB_COMMON, fix below build error: drivers/built-in.o: In function `phy_meson_usb2_probe': debugfs.c:(.text+0x76b4): undefined reference to `of_usb_get_dr_mode_by_phy' Makefile:961: recipe for target 'vmlinux' failed make: *** [vmlinux] Error 1 S