Re: linux-next: build failure after merge of the usb-gadget tree

2015-05-29 Thread Felipe Balbi
On Fri, May 29, 2015 at 06:32:13PM +1000, Stephen Rothwell wrote: > Hi Felipe, > > After merging the usb-gadget tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > In file included from include/linux/module.h:17:0, > from drivers/usb/gadget/legacy/nokia.c

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-16 Thread Felipe Balbi
hi, On Mon, Dec 16, 2013 at 11:08:22PM -0600, Felipe Balbi wrote: > > > On Mon, Dec 09, 2013 at 02:58:03PM +1100, Stephen Rothwell wrote: > > > > > > > > After merging the usb-gadget tree, today's linux-next build (x86_64 > > > > allmodconfig) failed like this: > > > > > > > > drivers/built-in.o

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-16 Thread Felipe Balbi
On Tue, Dec 17, 2013 at 03:36:25PM +1100, Stephen Rothwell wrote: > Hi Felipe, > > On Sun, 8 Dec 2013 22:11:52 -0600 Felipe Balbi wrote: > > > > On Mon, Dec 09, 2013 at 02:58:03PM +1100, Stephen Rothwell wrote: > > > > > > After merging the usb-gadget tree, today's linux-next build (x86_64 > > >

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-16 Thread Stephen Rothwell
Hi Felipe, On Sun, 8 Dec 2013 22:11:52 -0600 Felipe Balbi wrote: > > On Mon, Dec 09, 2013 at 02:58:03PM +1100, Stephen Rothwell wrote: > > > > After merging the usb-gadget tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/built-in.o: In function `otg_set

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-16 Thread Stephen Rothwell
Hi Filipe, On Mon, 16 Dec 2013 17:38:15 -0600 Felipe Balbi wrote: > > It's long, sorry, basically what I did was this: > > - ret = usb_phy_gen_create_phy(dev, &k_phy->usb_phy_gen, > - USB_PHY_TYPE_USB2, 0, false); > + ret = usb_phy_gen_create_phy(dev, &k_phy->usb_p

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-16 Thread Felipe Balbi
On Tue, Dec 17, 2013 at 10:10:32AM +1100, Stephen Rothwell wrote: > Hi Felipe, > > On Mon, 16 Dec 2013 13:41:13 -0600 Felipe Balbi wrote: > > > > On Mon, Dec 16, 2013 at 03:40:20PM +1100, Stephen Rothwell wrote: > > > > > > After merging the usb-gadget tree, today's linux-next build (x86_64 > >

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-16 Thread Stephen Rothwell
Hi Felipe, On Mon, 16 Dec 2013 13:41:13 -0600 Felipe Balbi wrote: > > On Mon, Dec 16, 2013 at 03:40:20PM +1100, Stephen Rothwell wrote: > > > > After merging the usb-gadget tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/usb/phy/phy-keystone.c: In func

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-16 Thread Felipe Balbi
Hi, On Mon, Dec 16, 2013 at 03:40:20PM +1100, Stephen Rothwell wrote: > Hi Felipe, > > After merging the usb-gadget tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/usb/phy/phy-keystone.c: In function 'keystone_usbphy_probe': > drivers/usb/phy/phy-keystone.c:9

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-09 Thread Felipe Balbi
On Mon, Dec 09, 2013 at 03:01:01PM -0600, Felipe Balbi wrote: > On Tue, Dec 10, 2013 at 07:43:30AM +1100, Stephen Rothwell wrote: > > Hi Felipe, > > > > On Mon, 9 Dec 2013 13:40:32 -0600 Felipe Balbi wrote: > > > > > > On Sun, Dec 08, 2013 at 10:11:52PM -0600, Felipe Balbi wrote: > > > > On Mon,

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-09 Thread Felipe Balbi
On Tue, Dec 10, 2013 at 07:43:30AM +1100, Stephen Rothwell wrote: > Hi Felipe, > > On Mon, 9 Dec 2013 13:40:32 -0600 Felipe Balbi wrote: > > > > On Sun, Dec 08, 2013 at 10:11:52PM -0600, Felipe Balbi wrote: > > > On Mon, Dec 09, 2013 at 02:58:03PM +1100, Stephen Rothwell wrote: > > > > > > > > A

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-09 Thread Stephen Rothwell
Hi Felipe, On Mon, 9 Dec 2013 13:40:32 -0600 Felipe Balbi wrote: > > On Sun, Dec 08, 2013 at 10:11:52PM -0600, Felipe Balbi wrote: > > On Mon, Dec 09, 2013 at 02:58:03PM +1100, Stephen Rothwell wrote: > > > > > > After merging the usb-gadget tree, today's linux-next build (x86_64 > > > allmodcon

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-09 Thread Felipe Balbi
Hi Stephen, On Sun, Dec 08, 2013 at 10:11:52PM -0600, Felipe Balbi wrote: > On Mon, Dec 09, 2013 at 02:58:03PM +1100, Stephen Rothwell wrote: > > Hi Felipe, > > > > After merging the usb-gadget tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/built-in.o:

Re: linux-next: build failure after merge of the usb-gadget tree

2013-12-08 Thread Felipe Balbi
Hi, On Mon, Dec 09, 2013 at 02:58:03PM +1100, Stephen Rothwell wrote: > Hi Felipe, > > After merging the usb-gadget tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/built-in.o: In function `otg_set_state': > (.text+0x14f7de): undefined reference to `usb_bus_st

Re: linux-next: build failure after merge of the usb-gadget tree

2013-07-29 Thread Felipe Balbi
Hi, On Tue, Jul 30, 2013 at 02:34:27PM +1000, Stephen Rothwell wrote: > Hi Felipe, > > After merging the usb-gadget tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/usb/phy/of.c:32:24: error: redefinition of 'of_usb_get_phy_mode' > enum usb_phy_interface