netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ming Lei <ming.lei@canonical.com>
To: "David S. Miller" <davem@davemloft.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Oliver Neukum <oneukum@suse.de>,
	netdev@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [PATCH v2 00/11] usbnet: usb_control_msg cleanup
Date: Thu, 25 Oct 2012 13:46:53 +0800	[thread overview]
Message-ID: <1351144024-16596-1-git-send-email-ming.lei@canonical.com> (raw)

Hi,

This patch set introduces 3 helpers for handling usb read, write
and write_async command, and replaces the low level's implemention
with the generic ones.

This patchset is a cleanup and about 300 lines code is saved.

Also, the patchset fixes problem of DMA on buffer embedded inside
one dynamic allocated buffer, and such usages can be found
in cdc-ncm, sierra_net, mcs7830 and asix drivers.

v2:
	- rebase on 3.7.0-rc2-next-20121025, only 01 and 03 changed

v1:
        - drop previous patch 12

 drivers/net/usb/asix_common.c |  117 ++++--------------------------------
 drivers/net/usb/cdc_ncm.c     |   85 ++++++++++----------------
 drivers/net/usb/dm9601.c      |  107 +++++----------------------------
 drivers/net/usb/int51x1.c     |   52 +---------------
 drivers/net/usb/mcs7830.c     |   85 ++------------------------
 drivers/net/usb/net1080.c     |  110 ++++++++++------------------------
 drivers/net/usb/plusb.c       |   11 ++--
 drivers/net/usb/sierra_net.c  |   45 ++++++--------
 drivers/net/usb/smsc75xx.c    |   39 +++++-------
 drivers/net/usb/smsc95xx.c    |  115 +++++++++--------------------------
 drivers/net/usb/usbnet.c      |  132 +++++++++++++++++++++++++++++++++++++++++
 include/linux/usb/usbnet.h    |    6 ++
 12 files changed, 298 insertions(+), 606 deletions(-)


Thanks,
--
Ming Lei

             reply	other threads:[~2012-10-25  5:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-25  5:46 Ming Lei [this message]
2012-10-25  5:46 ` [PATCH v2 01/11] usbnet: introduce usbnet 3 command helpers Ming Lei
     [not found] ` <1351144024-16596-1-git-send-email-ming.lei-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2012-10-25  5:46   ` [PATCH v2 02/11] usbnet: asix: apply introduced usb command APIs Ming Lei
2012-10-25  5:47   ` [PATCH v2 08/11] usbnet: plusb: " Ming Lei
2012-10-25  5:47   ` [PATCH v2 10/11] usbnet: smsc75xx: " Ming Lei
2012-10-25  5:47   ` [PATCH v2 11/11] usbnet: smsc95xx: " Ming Lei
2012-10-26  7:37   ` [PATCH v2 00/11] usbnet: usb_control_msg cleanup David Miller
2012-10-25  5:46 ` [PATCH v2 03/11] usbnet: cdc-ncm: apply introduced usb command APIs Ming Lei
2012-10-25  5:46 ` [PATCH v2 04/11] usbnet: dm9601: " Ming Lei
2012-10-25  5:46 ` [PATCH v2 05/11] usbnet: int51x1: " Ming Lei
2012-10-25  5:46 ` [PATCH v2 06/11] usbnet: mcs7830: " Ming Lei
2012-10-25  5:47 ` [PATCH v2 07/11] usbnet: net1080: " Ming Lei
2012-10-25  5:47 ` [PATCH v2 09/11] usbnet: sierra_net: " Ming Lei

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=1351144024-16596-1-git-send-email-ming.lei@canonical.com \
    --to=ming.lei@canonical.com \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=oneukum@suse.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;
as well as URLs for NNTP newsgroup(s).