public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: "Tobias Winter" <tobias@linuxdingsda.de>,
	"Bjørn Mork" <bjorn@mork.no>, "Rob Landley" <rob@landley.net>,
	"Johan Hovold" <jhovold@gmail.com>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/3] Increase the number of USB to serial devices we can support at once
Date: Thu, 6 Jun 2013 10:31:03 -0700	[thread overview]
Message-ID: <20130606173103.GA1812@kroah.com> (raw)

Here's the updated patch set to increase the number of USB to serial
devices that we can support at once.

Changes from v1:
	- now only support 512 instead of 3000 devices, as that's all we
	  really need / want at this point in time.
	- removed usb_serial.minor field as it doesn't make any sense
	  now.
	- addressed review comments / issues found in first round of
	  patches.

Overall, the diffstat is still nice, we are removing more code than we
are adding:

 drivers/staging/serqt_usb2/serqt_usb2.c |   36 +++-----
 drivers/usb/serial/ark3116.c            |    4 
 drivers/usb/serial/bus.c                |    6 -
 drivers/usb/serial/console.c            |    2 
 drivers/usb/serial/cp210x.c             |    2 
 drivers/usb/serial/cypress_m8.c         |    4 
 drivers/usb/serial/digi_acceleport.c    |    6 -
 drivers/usb/serial/f81232.c             |    7 -
 drivers/usb/serial/garmin_gps.c         |    6 -
 drivers/usb/serial/io_edgeport.c        |   60 +++++--------
 drivers/usb/serial/io_ti.c              |   23 ++---
 drivers/usb/serial/keyspan.c            |   29 ++----
 drivers/usb/serial/metro-usb.c          |    4 
 drivers/usb/serial/mos7720.c            |   39 ++++----
 drivers/usb/serial/mos7840.c            |   59 ++++---------
 drivers/usb/serial/opticon.c            |    4 
 drivers/usb/serial/pl2303.c             |    4 
 drivers/usb/serial/quatech2.c           |    9 --
 drivers/usb/serial/sierra.c             |    2 
 drivers/usb/serial/ssu100.c             |    2 
 drivers/usb/serial/ti_usb_3410_5052.c   |   12 +-
 drivers/usb/serial/usb-serial.c         |  139 ++++++++++++++++----------------
 drivers/usb/serial/usb_wwan.c           |    4 
 drivers/usb/serial/whiteheat.c          |   22 ++---
 include/linux/usb/serial.h              |   15 +--
 25 files changed, 224 insertions(+), 276 deletions(-)

This series is on top of my usb-linus branch of my usb.git tree on
git.kernel.org, as it relies on some patches in there already.

If there are no objections to these, I'll queue them up to be merged in
3.11.

thanks,

greg k-h

             reply	other threads:[~2013-06-06 17:31 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-06 17:31 Greg KH [this message]
2013-06-06 17:31 ` [PATCH v2 2/3] USB: serial: make minor allocation dynamic Greg KH
2013-06-07  9:40   ` Johan Hovold
2013-06-07  9:50     ` Johan Hovold
2013-06-07 17:58     ` Greg KH
2013-06-07 10:00   ` Johan Hovold
2013-06-07 17:24     ` Greg KH
2013-06-07 18:04   ` [PATCH v3 " Greg KH
2013-06-08 10:03     ` Johan Hovold
2013-06-17 20:16       ` Greg KH
2013-06-18 10:23         ` Johan Hovold
2013-06-06 17:31 ` [PATCH v2 3/3] USB: serial: increase the number of devices we support Greg KH
2013-06-06 17:32 ` [PATCH v2 1/3] USB: serial: ports: add minor and port number Greg KH
2013-06-07  6:00 ` [PATCH v2 0/3] Increase the number of USB to serial devices we can support at once Tobias Winter
2013-06-07  9:55   ` Tobias Winter
2013-06-07 17:25     ` Greg KH
2013-06-08  9:14       ` Tobias Winter
2013-06-08 14:26         ` Greg KH

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=20130606173103.GA1812@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=bjorn@mork.no \
    --cc=jhovold@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=rob@landley.net \
    --cc=tobias@linuxdingsda.de \
    /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