Re: [PATCH] qmi_wwan/cdc_ether: move Novatel 551 and E362 to qmi_wwan

2012-10-26 Thread David Miller
From: Dan Williams d...@redhat.com Date: Wed, 24 Oct 2012 17:10:34 -0500 These devices provide QMI and ethernet functionality via a standard CDC ethernet descriptor. But when driven by cdc_ether, the QMI functionality is unavailable because only cdc_ether can claim the USB interface. Thus

Re: [PATCH v2 net-next 00/13] Adding a USB CDC MBIM driver

2012-10-23 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Mon, 22 Oct 2012 22:56:27 +0200 The USB Communications Device Class Mobile Broadband Interface Model (MBIM) is the USB-IFs alternative to the current chipset/vendor specific solutions to Mobile Broadband device management. The specification, including the

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

2012-10-23 Thread David Miller
From: Ming Lei ming@canonical.com Date: Tue, 23 Oct 2012 17:19:29 +0800 On Mon, Oct 15, 2012 at 2:30 PM, Oliver Neukum oneu...@suse.de wrote: v1: - drop previous patch 12, and let net/core handle runtime PM in ioctl path Acked-by: Oliver Neukum oneu...@suse.de David,

Re: [PATCH net] net: qmi_wwan: adding more ZTE devices

2012-10-18 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Thu, 18 Oct 2012 17:11:29 +0200 Analyzed a few Windows driver description files, supporting this long list of devices: ... Adding the ones we were missing. Signed-off-by: Bjørn Mork bj...@mork.no Applied. -- To unsubscribe from this list: send the line

Re: [PATCH net-next 00/14] Adding a USB CDC MBIM driver

2012-10-18 Thread David Miller
I didn't see patch #14, where is it? -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] kaweth: print correct debug ptr

2012-10-11 Thread David Miller
From: Alan Cox a...@lxorguk.ukuu.org.uk Date: Thu, 11 Oct 2012 17:22:03 +0100 From: Alan Cox a...@linux.intel.com We nowdays copy the buffer and free fw-data, so make the debug printk use the right thing. Signed-off-by: Alan Cox a...@linux.intel.com Applied and queued up for -stable. --

Re: [PATCH 1/1] Adds support for Lenovo 10/100 USB dongle.

2012-10-01 Thread David Miller
From: Quinlan Pfiffer qpfif...@gmail.com Date: Fri, 28 Sep 2012 22:58:44 -0700 This dongle ships with the X1 Carbon, and has an AX88772B usb to ethernet chip in it. Signed-off-by: Quinlan Pfiffer qpfif...@gmail.com Applied. -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] drivers: phy: add generic PHY framework

2012-09-26 Thread David Miller
All networking patches must be submitted to net...@vger.kernel.org Thank you. -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH net-next] net: qmi_wwan: adding Huawei E367, ZTE MF683 and Pantech P4200

2012-09-21 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Thu, 20 Sep 2012 09:18:05 +0200 This is the net-next version of the previously posted patch with the same title. I totally forgot that I had messed with the .driver_info fields, making it impossible to apply the same patch to both net and net-next.

Re: [RFC PATCH 0/3] usbnet: support runtime PM triggered by link change

2012-09-20 Thread David Miller
There seems to be some discussion about the legitimacy of doing things this way, and in any event the patches were an RFC. Please resubmit as a non-RFC once all the issues have been worked out, if appropriate. Thanks. -- To unsubscribe from this list: send the line unsubscribe linux-usb in the

Re: [RFC PATCH v1 1/3] usbnet: introduce usbnet_link_change API

2012-09-20 Thread David Miller
From: Ming Lei ming@canonical.com Date: Tue, 18 Sep 2012 22:23:19 +0800 +void usbnet_link_change(struct usbnet *dev, int link, int need_reset) Please use 'bool' for link and need_reset. -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to

Re: [RFC PATCH 0/3] usbnet: support runtime PM triggered by link change

2012-09-20 Thread David Miller
From: Oliver Neukum oli...@neukum.org Date: Thu, 20 Sep 2012 23:04:38 +0200 On Thursday 20 September 2012 17:02:27 David Miller wrote: There seems to be some discussion about the legitimacy of doing things this way, and in any event the patches were an RFC. Please resubmit as a non-RFC

Re: [PATCH net] net: qmi_wwan: call subdriver with control intf only

2012-09-20 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Mon, 10 Sep 2012 22:15:50 +0200 This fixes a hang on suspend due to calling wdm_suspend on the unregistered data interface. The hang should have been a NULL pointer reference had it not been for a logic error in the cdc_wdm code. commit 230718bd net:

Re: [PATCH] asix: Support DLink DUB-E100 H/W Ver C1

2012-09-17 Thread David Miller
From: Søren Holm s...@sgh.dk Date: Thu, 13 Sep 2012 15:45:40 +0200 Signed-off-by: Søren Holm s...@sgh.dk Cc: sta...@vger.kernel.org Networking patches should be submitted to net...@vger.kernel.org -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to

Re: [PATCH 1/10] drivers/net/usb/sierra_net.c: removes unnecessary semicolon

2012-09-07 Thread David Miller
From: Peter Senna Tschudin peter.se...@gmail.com Date: Thu, 6 Sep 2012 18:09:08 +0200 From: Peter Senna Tschudin peter.se...@gmail.com removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin peter.se...@gmail.com Applied,

Re: [PATCH net] net: usbnet: fix softirq storm on suspend

2012-09-03 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Mon, 3 Sep 2012 10:26:18 +0200 Suspending an open usbnet device results in constant rescheduling of usbnet_bh. commit 65841fd5 usbnet: handle remote wakeup asap refactored the usbnet_bh code to allow sharing the urb allocate and submit code with

Re: [PATCH net-next] net: cx82310_eth: use common match macro

2012-09-03 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Mon, 3 Sep 2012 11:20:31 +0200 Signed-off-by: Bjørn Mork bj...@mork.no Applied. -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH net-next 1/2] net: sierra_net: make private symbols static

2012-09-03 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Mon, 3 Sep 2012 11:20:32 +0200 Signed-off-by: Bjørn Mork bj...@mork.no Applied. -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] net: qmi_wwan: add several new Gobi devices

2012-09-01 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Sat, 1 Sep 2012 15:47:26 +0200 Gobi devices are composite, needing both the qcserial and qmi_wwan drivers to support all functions. Re-syncing the list of supported devices with qcserial. Cc: Aleksander Morgado aleksan...@lanedo.com Cc: Thomas Tuttle

Re: [PATCH] net: qmi_wwan: new device: Foxconn/Novatel E396

2012-08-31 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Wed, 29 Aug 2012 09:03:34 +0200 Aleksander Morgado aleksan...@lanedo.com writes: Foxconn-branded Novatel E396, Gobi3k modem. Cc: Dan Williams d...@redhat.com Cc: Bjørn Mork bj...@mork.no Cc: Ben Chan benc...@google.com Signed-off-by: Aleksander

Re: [PATCH net] net: qmi_wwan: new devices: UML290 and K5006-Z

2012-08-20 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Wed, 15 Aug 2012 15:42:57 +0200 Newer firmware versions for the Pantech UML290 use a different subclass ID. The Windows driver match on both IDs, so we do that as well. The ZTE (Vodafone) K5006-Z is a new device. Cc: Dan Williams d...@redhat.com Cc:

Re: [PATCH net 0/3] qmi_wwan: simplify device matching and add a few new devices

2012-08-14 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Sun, 12 Aug 2012 21:16:29 +0200 The home cooked whitelisting code can be removed now that the USB core supports interface number matching. The second patch adds a few new devices. The third patch improves device list readability by using existing

Re: [PATCH] cdc-phonet: Don't leak in usbpn_open

2012-08-08 Thread David Miller
From: Rémi Denis-Courmont r...@remlab.net Date: Wed, 8 Aug 2012 10:12:06 +0300 Le mercredi 8 août 2012 00:56:26 Jesper Juhl, vous avez écrit : We allocate memory for 'req' with usb_alloc_urb() and then test 'if (!req || rx_submit(pnd, req, GFP_KERNEL | __GFP_COLD))'. If we enter that branch

Re: [PATCH] cdc-ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWAN

2012-08-03 Thread David Miller
From: Peter Meiser mei...@gmx-topmail.de Date: Thu, 02 Aug 2012 14:30:20 +0200 looking at http://sourceforge.net/apps/mediawiki/mbm/index.php?title=Main_Page#Supported_devices, there are branded Ericsson devices from Dell and Toshiba. The to-be-added vendor IDs are 0x413c for Dell and

Re: [patch] USB: kaweth.c: use GFP_ATOMIC under spin_lock

2012-07-27 Thread David Miller
From: Dan Carpenter dan.carpen...@oracle.com Date: Fri, 27 Jul 2012 14:46:51 +0300 The problem is that we call this with a spin lock held. The call tree is: kaweth_start_xmit() holds kaweth-device_lock. - kaweth_async_set_rx_mode() - kaweth_control() -

Re: [PATCH] USB: plusb: Add support for PL-2501

2012-07-24 Thread David Miller
From: kyak b...@bmail.ru Date: Tue, 24 Jul 2012 09:39:40 +0400 (MSK) This patch was created against linux-3.5, but it applies perfectly against net-next tree, i just checked.. I'm sorry for not being able to submit the correct patch from the first attempt (and not even from the third

Re: [PATCH net-next] net: qmi_wwan: make dynamic device IDs work

2012-07-18 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Tue, 17 Jul 2012 23:14:32 +0200 The usbnet API use the device ID table to store a pointer to a minidriver. Setting a generic pointer for dynamic device IDs will in most cases make them work as expected. usbnet will otherwise treat the dynamic IDs as

Re: [PATCH] net: qmi_wwan: add ZTE MF821D

2012-07-18 Thread David Miller
From: Bjørn Mork bj...@mork.no Date: Thu, 12 Jul 2012 13:18:26 +0200 Sold by O2 (telefonica germany) under the name LTE4G Tested-by: Thomas Schäfer tschae...@t-online.de Signed-off-by: Bjørn Mork bj...@mork.no Applied to net-next, thanks. -- To unsubscribe from this list: send the line

Re: [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread David Miller
From: Felipe Balbi ba...@ti.com Date: Mon, 16 Jul 2012 13:14:38 +0300 if you're really renaming the function, then this patch alone will break all of the below users. That should all be a single patch, I'm afraid. It would help if you actually read his patches before saying what they might or

Re: [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread David Miller
From: Felipe Balbi ba...@ti.com Date: Mon, 16 Jul 2012 14:12:19 +0300 Acked-by: Felipe Balbi ba...@ti.com You need to provide this in a reply to the patch you actually want to ACK, so that the patch tracking system attaches your ACK to the proper patch. Thank you. -- To unsubscribe from this

Re: [PATCH net-next 0/8] etherdevice: Rename random_ether_addr to eth_random_addr

2012-07-16 Thread David Miller
From: Joe Perches j...@perches.com Date: Thu, 12 Jul 2012 22:33:04 -0700 net-next commit ad7eee98be (etherdevice: introduce eth_broadcast_addr) added a new style API. Rename random_ether_addr to eth_random_addr to create some API symmetry. Series applied, thanks Joe. -- To unsubscribe from

Re: [patch -next] smsc95xx: signedness bug in get_regs()

2012-07-12 Thread David Miller
From: Dan Carpenter dan.carpen...@oracle.com Date: Wed, 11 Jul 2012 09:32:51 +0300 retval has to be a signed integer for the error handling to work. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Applied. -- To unsubscribe from this list: send the line unsubscribe linux-usb in the

Re: USB OOPS 2.6.25-rc2-git1

2008-02-19 Thread David Miller
From: Andre Tomt [EMAIL PROTECTED] Date: Tue, 19 Feb 2008 16:19:08 +0100 Got this on a serial console today, using 2.6.25-rc2-git1. Machine was not doing anything interesting at the time, but has its / and kernel on a usb-storage device (usb pen drive). Intel ICH8R chipset (and USB

Re: [PATCH 01/12] Use mutex instead of semaphore in driver core

2008-01-01 Thread David Miller
From: Greg KH [EMAIL PROTECTED] Date: Tue, 1 Jan 2008 21:18:28 -0800 But is the usage of this semaphore in the class code really a problem? Has it been seen to cause issues anywhere? Does it show up on any benchmarks as being something that really needs to be replaced? It's a question of

<    2   3   4   5   6   7