mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Robert Jarzmik <robert.jarzmik@free.fr>
To: barebox@lists.infradead.org
Subject: [PATCH 0/5] Enable a console over a serial USB gadget
Date: Thu, 24 Nov 2011 04:01:25 +0100	[thread overview]
Message-ID: <1322103690-32669-1-git-send-email-robert.jarzmik@free.fr> (raw)

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

             reply	other threads:[~2011-11-24  3:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-24  3:01 Robert Jarzmik [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1322103690-32669-1-git-send-email-robert.jarzmik@free.fr \
    --to=robert.jarzmik@free.fr \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox