Re: [PATCH v3] usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module

2012-07-31 Thread Greg KH
to `usb_add_gadget_udc' This patch changes the dependencies, so that udc support can only be activated if the linux gadget support (USB_GADGET) is builtin or both chipidea driver and USB_GADGET are modular. Same dependencies for the chipidea host support and the linux host side USB support (USB

Re: [PATCH v3] usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module

2012-07-31 Thread Marc Kleine-Budde
On 07/31/2012 05:21 PM, Greg KH wrote: [...] Hello Greg, rebased to your usb-next tree. ping You just pinged yourself? That's odd :) You're on Cc, and it actually worked :) Anyway, I'll get to it after 3.6-rc1 is out. tnx, Marc -- Pengutronix e.K. | Marc

[PATCH v3] usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module

2012-07-20 Thread Marc Kleine-Budde
' drivers/usb/chipidea/udc.c:443: undefined reference to `usb_gadget_map_request' drivers/usb/chipidea/udc.c:1774: undefined reference to `usb_add_gadget_udc' This patch changes the dependencies, so that udc support can only be activated if the linux gadget support (USB_GADGET) is builtin

Re: [PATCH v2] usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module

2012-07-20 Thread Marc Kleine-Budde
On 07/20/2012 12:57 AM, Greg KH wrote: [..] The problem is, one half of the functions comes from the USB host subsystem, the other half from the USB gadget subsystem.So the driver can only be built into the kernel (with host+udc support) if both USB host and USB gadget are built in. snip

Re: [PATCH v2] usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module

2012-07-17 Thread Felipe Balbi
that udc support can only be activated if the linux gadget support (USB_GADGET) is builtin or both chipidea driver and USB_GADGET are modular. Same dependencies for the chipidea host support and the linux host side USB support (USB). While there, fix the indention of chipidea the help text. Cc

Re: [PATCH v2] usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module

2012-07-17 Thread Felipe Balbi
' drivers/usb/chipidea/udc.c:1774: undefined reference to `usb_add_gadget_udc' This patch changes the dependencies, so that udc support can only be activated if the linux gadget support (USB_GADGET) is builtin or both chipidea driver and USB_GADGET are modular. Same dependencies

[PATCH v2] usb: chipidea: fix and improve dependencies if usb host or gadget support is built as module

2012-07-16 Thread Marc Kleine-Budde
' drivers/usb/chipidea/udc.c:443: undefined reference to `usb_gadget_map_request' drivers/usb/chipidea/udc.c:1774: undefined reference to `usb_add_gadget_udc' This patch changes the dependencies, so that udc support can only be activated if the linux gadget support (USB_GADGET) is builtin

<    1   2