This patchset aims at providing a working console over a USB port. It includes: - a driver for PXA27x SoC UDC device - various fixes in the serial gadgets - a small evolution in the generic console to sustain a console unregistering (as when a USB cable is severed) This serie was obviously tested on a XScale PX27x chip. Cheers. -- Robert Robert Jarzmik (5): console: add console unregistering usb/gadget: add pxa27x_udc driver usb/gadget: use generic usb_gadget_poll() in u_serial usb/gadget: add USB serial connect and disconnect usb/gadget: make serial gadget resistant to cable unplug arch/arm/mach-pxa/include/mach/udc_pxa2xx.h | 26 + common/console.c | 24 +- common/console_simple.c | 4 + drivers/usb/gadget/Kconfig | 7 + drivers/usb/gadget/Makefile | 1 + drivers/usb/gadget/f_serial.c | 5 +- drivers/usb/gadget/pxa27x_udc.c | 1524 +++++++++++++++++++++++++++ drivers/usb/gadget/pxa27x_udc.h | 393 +++++++ drivers/usb/gadget/u_serial.c | 27 +- include/console.h | 1 + 10 files changed, 1997 insertions(+), 15 deletions(-) create mode 100644 arch/arm/mach-pxa/include/mach/udc_pxa2xx.h create mode 100644 drivers/usb/gadget/pxa27x_udc.c create mode 100644 drivers/usb/gadget/pxa27x_udc.h -- 1.7.5.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox