[Patch v5] ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc

2012-09-26 Thread Rene Buergel
This patch - moves drivers/usb/serial/ezusb.c to drivers/usb/misc/ - renamed CONFIG_USB_EZUSB to CONFIG_USB_EZUSB_FX2 to avoid build errors - adapts Makefiles and Kconfigs switching from bool to tristate for CONFIG_USB_EZUSB_FX2 Signed-off-by: René Bürgel rene.buer...@sohard.de --- diff --git

Re: [Patch v5] ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc

2012-09-26 Thread Greg KH
On Wed, Sep 26, 2012 at 10:20:19PM +0200, Rene Buergel wrote: This patch - moves drivers/usb/serial/ezusb.c to drivers/usb/misc/ - renamed CONFIG_USB_EZUSB to CONFIG_USB_EZUSB_FX2 to avoid build errors Ah, does this solve the error I was seeing? Nice job figuring that one out. greg k-h --

Re: [Patch v5] ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc

2012-09-26 Thread Peter Stuge
Rene Buergel wrote: - renamed CONFIG_USB_EZUSB to CONFIG_USB_EZUSB_FX2 to avoid build errors Is this really the reason for the build error? I doubt it. Also, does the code in fact support only FX2, neither older chips nor newer FX3? diff --git a/drivers/usb/misc/Kconfig

Re: [Patch v5] ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc

2012-09-26 Thread Greg KH
On Wed, Sep 26, 2012 at 11:27:10PM +0200, Peter Stuge wrote: Rene Buergel wrote: - renamed CONFIG_USB_EZUSB to CONFIG_USB_EZUSB_FX2 to avoid build errors Is this really the reason for the build error? I doubt it. It is, try it without it, the Makefiles get confused :( thanks, greg k-h --

Re: [Patch v5] ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc

2012-09-26 Thread Rene Buergel
Also, does the code in fact support only FX2, neither older chips nor newer FX3? It also does support the FX(1), but not FX3. At first sight, it looks like FX3 got another register interface. If FX is also supported then perhaps still rename the option, although I think renaming is