mbox series

[v3,0/5] usb: gadget: u_serial: console for multiple ports

Message ID cover.1551264094.git.mirq-linux@rere.qmqm.pl (mailing list archive)
Headers show
Series usb: gadget: u_serial: console for multiple ports | expand

Message

Michał Mirosław Feb. 27, 2019, 10:46 a.m. UTC
This series makes it possible to have more control over console using
USB serial gadget ports. This can be useful when you need more than
one USB console or are configuring multiple serial port function via
configfs.

The patches are against usb-next branch.


Michał Mirosław (5):
  usb: gadget: u_serial: add missing port entry locking
  usb: gadget: u_serial: reimplement console support
  usb: gadget: u_serial: make OBEX port not a console
  usb: gadget: u_serial: allow more console gadget ports
  usb: gadget: u_serial: diagnose missed console messages

 drivers/usb/gadget/function/f_acm.c    |  21 ++
 drivers/usb/gadget/function/f_obex.c   |   2 +-
 drivers/usb/gadget/function/f_serial.c |  21 ++
 drivers/usb/gadget/function/u_serial.c | 419 ++++++++++++++-----------
 drivers/usb/gadget/function/u_serial.h |   8 +
 5 files changed, 283 insertions(+), 188 deletions(-)

Comments

Michał Mirosław March 22, 2019, 5:57 p.m. UTC | #1
On Wed, Feb 27, 2019 at 11:46:56AM +0100, Michał Mirosław wrote:
> This series makes it possible to have more control over console using
> USB serial gadget ports. This can be useful when you need more than
> one USB console or are configuring multiple serial port function via
> configfs.
> 
> The patches are against usb-next branch.

Just pinging. Should I resend this patchset after last merge window?
This still applies cleanly to usb-next branch, though.

Best Regards,
Michał Mirosław