Re: Tested your workaround regarding the uas bug (posted in archlinux.org forum), seems as it failed

2014-11-16 Thread Hans de Goede
Hi, On 11/16/2014 08:39 AM, Jonas Seibert wrote: Hey Hans, as I got a 2TB external harddrive and it didn't work with linux for ages (works with windows though) I decided to give your fix a try. Said HDD says airy and by CnMemory on the front and on the back Item-No.68770 (just in case

Re: [PATCH] qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem

2014-11-16 Thread Sergei Shtylyov
Hello. On 11/16/2014 3:05 AM, Martin Hauke wrote: Added new device layout DEVICE_HWI and also added the USB VID/PID for the HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) --- drivers/usb/serial/qcserial.c | 34 ++ 1 file changed, 34 insertions(+) diff

[PATCH v2] qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem

2014-11-16 Thread Martin Hauke
Added new device layout DEVICE_HWI and also added the USB VID/PID for the HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) Signed-off-by: Martin Hauke mar...@gmx.de --- drivers/usb/serial/qcserial.c | 32 1 file changed, 32 insertions(+) diff --git

Re: [PATCH v2] qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem

2014-11-16 Thread Sergei Shtylyov
Hello. On 11/16/2014 09:54 PM, Martin Hauke wrote: Added new device layout DEVICE_HWI and also added the USB VID/PID for the HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) Signed-off-by: Martin Hauke mar...@gmx.de --- drivers/usb/serial/qcserial.c | 32

Re: [PATCH v3] qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem

2014-11-16 Thread Martin Hauke
Added new device layout DEVICE_HWI and also added the USB VID/PID for the HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) Signed-off-by: Martin Hauke mar...@gmx.de --- drivers/usb/serial/qcserial.c | 33 + 1 file changed, 33 insertions(+) diff --git

[PATCH] net2280: Fix superspeed dma_done()

2014-11-16 Thread Mario Schuknecht
Parameter three in function call dma_done() is incorrect. Move use of variable 'tmp' after if-condition. Signed-off-by: Mario Schuknecht mario.schukne...@dresearch-fe.de --- drivers/usb/gadget/udc/net2280.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH v1] chipidea: issue message when some calls fail in -probe()

2014-11-16 Thread Peter Chen
On Thu, Nov 13, 2014 at 05:59:47PM +0200, Andy Shevchenko wrote: There is no message when PHY is not enabled, IRQ line can't be acquired, or debugfs registration fails. This patch adds the messages. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com ---

Re: [PATCH v1] chipidea: pci: register nop PHY

2014-11-16 Thread Peter Chen
On Fri, Nov 14, 2014 at 04:33:22PM +0200, Andy Shevchenko wrote: Since PHY for Chipidea is optional (not all SoCs having PHY for Chipidea should be programmed), we register 'nop' PHY for platforms that does not have programmable PHY. Signed-off-by: Andy Shevchenko

Re: [PATCH v2 1/3] usb: chipidea: add controller reset API

2014-11-16 Thread Peter Chen
On Fri, Nov 14, 2014 at 02:55:41PM +0300, Sergei Shtylyov wrote: Hello. On 11/14/2014 3:03 AM, Peter Chen wrote: Add controller reset API, it may be used for host/otg driver in future. Signed-off-by: Peter Chen peter.c...@freescale.com --- Changes for v2: - Add return value check

Re: [PATCH 2/3] usb: chipidea: parameter 'mode' isn't needed for hw_device_reset

2014-11-16 Thread Peter Chen
On Fri, Nov 14, 2014 at 09:05:16AM -0600, Felipe Balbi wrote: Hi, On Fri, Nov 14, 2014 at 03:40:55PM +0800, Peter Chen wrote: @@ -1660,7 +1660,7 @@ static int ci_udc_start(struct usb_gadget *gadget, pm_runtime_get_sync(ci-gadget.dev); if (ci-vbus_active) {

Re: [PATCH v2 1/3] usb: chipidea: add controller reset API

2014-11-16 Thread Peter Chen
On Fri, Nov 14, 2014 at 09:06:47AM -0600, Felipe Balbi wrote: On Fri, Nov 14, 2014 at 03:33:44PM +0800, Peter Chen wrote: On Thu, Nov 13, 2014 at 09:55:34PM -0600, Felipe Balbi wrote: Hi, On Fri, Nov 14, 2014 at 08:03:15AM +0800, Peter Chen wrote: Add controller reset API, it may

Re: [PATCH 2/3] usb: chipidea: parameter 'mode' isn't needed for hw_device_reset

2014-11-16 Thread Felipe Balbi
On Mon, Nov 17, 2014 at 10:11:38AM +0800, Peter Chen wrote: On Fri, Nov 14, 2014 at 09:05:16AM -0600, Felipe Balbi wrote: Hi, On Fri, Nov 14, 2014 at 03:40:55PM +0800, Peter Chen wrote: @@ -1660,7 +1660,7 @@ static int ci_udc_start(struct usb_gadget *gadget,

About wakeup IRQ support in USB core

2014-11-16 Thread Wang, Yu
Hi Roger, I saw one old thread about your patch for wakeup IRQ support in USB core. We need it for Intel platform. And it is work well on intel platform. May I know why this patch haven't get merged so far? I saw everything was smooth during the discussion, and you had already fixed all comments

Re: [PATCH v4] usb: dwc2/gadget: rework disconnect event handling

2014-11-16 Thread Marek Szyprowski
Hello, On 2014-11-14 23:09, Paul Zimmerman wrote: From: Paul Zimmerman Sent: Friday, November 14, 2014 1:21 PM From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Felipe Balbi Sent: Friday, November 14, 2014 11:05 AM On Fri, Nov 14, 2014 at 07:01:37PM

[PATCH v3 1/3] usb: chipidea: add controller reset API

2014-11-16 Thread Peter Chen
Add controller reset API, currently it is used for device mode only. It may be used for host/otg driver in future. Ususally, we need this API for dual-role switch and back from hibernation suspend to let the controller at default state. Signed-off-by: Peter Chen peter.c...@freescale.com ---

[PATCH v2 2/3] usb: chipidea: parameter 'mode' isn't needed for hw_device_reset

2014-11-16 Thread Peter Chen
The hw_device_reset is dedicated to be used at device mode initializaiton, so delete the parameter 'mode'. For host driver, the ehci driver will handle all things. Signed-off-by: Peter Chen peter.c...@freescale.com --- Changes for v2: - Add missing description at commit log.

[PATCH 3/3] usb: chipidea: remove duplicate dev_set_drvdata for host_start

2014-11-16 Thread Peter Chen
The core driver has already done it, besides, move set driver data operation just after ci has allocated successfully in case some code (like ci_role_start) want to access this driver data. Signed-off-by: Peter Chen peter.c...@freescale.com --- drivers/usb/chipidea/core.c | 2 +-

Re: [PATCH v7 1/2] usb: host: xhci-plat: Get PHYs for xhci's hcds

2014-11-16 Thread Vivek Gautam
Hi, On Fri, Oct 31, 2014 at 7:21 PM, Sergei Shtylyov sergei.shtyl...@cogentembedded.com wrote: Hello. On 10/31/2014 4:26 PM, Vivek Gautam wrote: The host controller by itself may sometimes need to handle PHY and re-initialize it to re-configure some of the PHY parameters to get full

Re: [PATCH 1/6] usb: chipidea: add a core function to setup ci_hdrc_platform_data

2014-11-16 Thread Peter Chen
On Fri, Nov 14, 2014 at 04:34:55PM +0100, Antoine Tenart wrote: Peter, On Fri, Nov 14, 2014 at 09:16:55AM +0800, Peter Chen wrote: Ok, Antoine, I find this patch set may not have many benefits due to below reasons: - There is already function ci_get_platdata to do the similar things

Re: [PATCH v7 1/2] usb: host: xhci-plat: Get PHYs for xhci's hcds

2014-11-16 Thread Vivek Gautam
Hi Felipe, On Fri, Oct 31, 2014 at 6:56 PM, Vivek Gautam gautam.vi...@samsung.com wrote: The host controller by itself may sometimes need to handle PHY and re-initialize it to re-configure some of the PHY parameters to get full support out of the PHY controller. Therefore, facilitate

Re: [PATCH v7 08/13] usb: chipidea: add a usb2 driver for ci13xxx

2014-11-16 Thread Peter Chen
On Fri, Nov 14, 2014 at 04:25:58PM +0100, Antoine Tenart wrote: Add a USB2 ChipIdea driver for ci13xxx, with optional PHY, clock and DMA mask, to support USB2 ChipIdea controllers that don't need specific functions. Tested on the Marvell Berlin SoCs USB controllers. Signed-off-by: Antoine

Re: [PATCH v7 07/13] usb: chipidea: fix phy handling

2014-11-16 Thread Peter Chen
On Fri, Nov 14, 2014 at 04:25:57PM +0100, Antoine Tenart wrote: The generic platform device for CI drivers is probed by calling ci_hdrc_probe. This is not the same device as the one for the specific driver, so the of_node isn't the one we're looking into. This result in not being able to

Re: [PATCH v7 09/13] Documentation: bindings: add doc for the USB2 ChipIdea USB driver

2014-11-16 Thread Peter Chen
On Fri, Nov 14, 2014 at 04:25:59PM +0100, Antoine Tenart wrote: Document the USB2 ChipIdea driver (ci13xxx) bindings. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 24 ++ 1 file changed, 24