Re: [PATCH v1 00/11] usbnet: usb_control_msg cleanup

2012-10-24 Thread Ming Lei
On Wed, Oct 24, 2012 at 1:05 AM, David Miller wrote: > > Please repost it to netdev. Sent out v2 which is rebased on 3.7.0-rc2-next-20121025, thanks. Thanks, -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.or

Re: [PATCH v1 00/11] usbnet: usb_control_msg cleanup

2012-10-23 Thread David Miller
From: Ming Lei Date: Tue, 23 Oct 2012 17:19:29 +0800 > On Mon, Oct 15, 2012 at 2:30 PM, Oliver Neukum wrote: >>> >>> v1: >>> - drop previous patch 12, and let net/core handle >>> runtime PM in ioctl path >> >> Acked-by: Oliver Neukum > > David, could you queue the patchset on net-n

Re: [PATCH v1 00/11] usbnet: usb_control_msg cleanup

2012-10-23 Thread Ming Lei
On Mon, Oct 15, 2012 at 2:30 PM, Oliver Neukum wrote: >> >> v1: >> - drop previous patch 12, and let net/core handle >> runtime PM in ioctl path > > Acked-by: Oliver Neukum David, could you queue the patchset on net-next since my some usbnet runtime PM patches depend on it? Thanks,

Re: [PATCH v1 00/11] usbnet: usb_control_msg cleanup

2012-10-14 Thread Oliver Neukum
On Thursday 11 October 2012 20:39:18 Ming Lei wrote: > 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 can be saved. > >