Re: [PATCH 1/8] usb: add bus type for USB ULPI

2015-02-13 Thread Heikki Krogerus
On Thu, Feb 12, 2015 at 05:44:20PM -0800, Stephen Boyd wrote: > On 01/23/15 07:12, Heikki Krogerus wrote: > > diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c > > index e614ef6..753cb08 100644 > > --- a/scripts/mod/file2alias.c > > +++ b/scripts/mod/file2alias.c > > @@ -1176,6 +1176

Re: [PATCH 1/8] usb: add bus type for USB ULPI

2015-02-12 Thread Stephen Boyd
On 01/23/15 07:12, Heikki Krogerus wrote: > diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c > index e614ef6..753cb08 100644 > --- a/scripts/mod/file2alias.c > +++ b/scripts/mod/file2alias.c > @@ -1176,6 +1176,19 @@ static int do_rio_entry(const char *filename, > } > ADD_TO_DEVTAB

Re: [PATCH 1/8] usb: add bus type for USB ULPI

2015-01-29 Thread Heikki Krogerus
On Wed, Jan 28, 2015 at 11:02:37PM -0600, Felipe Balbi wrote: > Hi, > > On Fri, Jan 23, 2015 at 05:12:51PM +0200, Heikki Krogerus wrote: > > @@ -6,4 +6,5 @@ obj-$(CONFIG_USB_COMMON) += usb-common.o > > usb-common-y += common.o > > usb-common-$(CONFIG_USB_LED_TRIG) +=

Re: [PATCH 1/8] usb: add bus type for USB ULPI

2015-01-28 Thread Felipe Balbi
Hi, On Fri, Jan 23, 2015 at 05:12:51PM +0200, Heikki Krogerus wrote: > @@ -6,4 +6,5 @@ obj-$(CONFIG_USB_COMMON)+= usb-common.o > usb-common-y += common.o > usb-common-$(CONFIG_USB_LED_TRIG) += led.o > > -obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o > +obj-$(CONFIG_USB_O