mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable a console over a serial USB gadget
@ 2011-11-24  3:01 Robert Jarzmik
  2011-11-24  3:01 ` [PATCH 1/5] console: add console unregistering Robert Jarzmik
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Robert Jarzmik @ 2011-11-24  3:01 UTC (permalink / raw)
  To: barebox

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-24  3:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-24  3:01 [PATCH 0/5] Enable a console over a serial USB gadget Robert Jarzmik
2011-11-24  3:01 ` [PATCH 1/5] console: add console unregistering Robert Jarzmik
2011-11-24  3:01 ` [PATCH 2/5] usb/gadget: add pxa27x_udc driver Robert Jarzmik
2011-11-24  3:01 ` [PATCH 3/5] usb/gadget: use generic usb_gadget_poll() in u_serial Robert Jarzmik
2011-11-24  3:01 ` [PATCH 4/5] usb/gadget: add USB serial connect and disconnect Robert Jarzmik
2011-11-24  3:01 ` [PATCH 5/5] usb/gadget: make serial gadget resistant to cable unplug Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox