Re: [REGRESSION] -rc7/-rc4+: unable to USB boot - enumeration partially broken (was: Linux v3.8-rc7)

2013-02-10 Thread Andreas Mohr
Hi, On Sun, Feb 10, 2013 at 01:14:42AM +0100, Andreas Mohr wrote: After the reinstall I tried to get a current -rc (-rc4+) working. To my surprise initramfs USB boot failed, completely. (the tell-tale sign that it likely is a regression was that the same 3.7.0 kernel that had been working

Re: Linux 3.8 broken for MacBookAir5,1

2013-02-10 Thread Alan Stern
On Sun, 10 Feb 2013, Otavio Salvador wrote: Hello, On Sat, Jan 12, 2013 at 8:41 PM, Otavio Salvador ota...@ossystems.com.br wrote: Today I tried to update my kernel from 3.7.2 to 3.8-rc3 and I had no success; I used localmodconfig to generate the .config for my machine but keyboard

Re: Linux 3.8 broken for MacBookAir5,1

2013-02-10 Thread Otavio Salvador
On Sun, Feb 10, 2013 at 12:47 PM, Alan Stern st...@rowland.harvard.edu wrote: On Sun, 10 Feb 2013, Otavio Salvador wrote: I do have EHCI and PCI enabled so it should be working. Any clue about why it breaks it? Perhaps your system is not loading the new ehci-pci kernel module. Yes; it should

[PATCH 0/8] usb: ehci: more bus glues as separate modules

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the SOC On-Chip host controller driver from ehci-hcd host code into its own driver module Manjunath Goudar (8): USB: EHCI: make ehci-spear a separate driver USB: EHCI: make ehci-atmel a separate driver USB: EHCI: make ehci-s5p a

[PATCH 1/8] USB: EHCI: make ehci-spear a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Spear host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Signed-off-by: Deepak Saxena dsax...@linaro.org Cc: Greg KH g...@kroah.com Cc: Alan Stern

[PATCH 2/8] USB: EHCI: make ehci-atmel a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Atmel host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Cc: Alan Stern st...@rowland.harvard.edu Cc: Greg KH g...@kroah.com Cc: Grant Likely

[PATCH 3/8] USB: EHCI: make ehci-s5p a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the s5p host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Cc: Greg KH g...@kroah.com Cc: Alan Stern st...@rowland.harvard.edu Cc: Kukjin Kim

[PATCH 6/8] USB: EHCI: make ehci-msm a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Qualcomm On-Chip host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Cc: Greg KH g...@kroah.com Cc: Alan Stern st...@rowland.harvard.edu Cc: David

[PATCH 7/8] USB: EHCI: make ehci-w90X900 a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Nuvoton On-Chip host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Cc: Greg KH g...@kroah.com Cc: Alan Stern st...@rowland.harvard.edu Cc: Wan

[PATCH 8/8] USB: EHCI: make ehci-orion a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Marvell Orion host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Cc: Greg KH g...@kroah.com Cc: Alan Stern st...@rowland.harvard.edu Cc: Jason

[PATCH 4/8] USB: EHCI: make ehci-mv a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the mv(marvell) host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Cc: Greg KH g...@kroah.com Cc: Alan Stern st...@rowland.harvard.edu Cc: Jason Cooper

[PATCH 5/8] USB: EHCI: make ehci-vt8500 a separate driver

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the vt8500 host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Cc: Greg KH g...@kroah.com Cc: Alan Stern st...@rowland.harvard.edu Cc: Tony Prisk

Re: Disconnecting an USB3 device from xhci-port isn't detected properly

2013-02-10 Thread Lutz Vieweg
On 02/08/2013 08:36 PM, Matthias Schniedermeyer wrote: It appears that there are either not that many people that disconnect USB3 devices and/or people that reguarly update to bleeding edge (stable) kernels. ;-) Well, I do, but I'm experiencing kind of the opposite problem, my USB 3 harddisk

Re: [Bisected] [-next-20130204] usb/hcd: irq 18: nobody cared

2013-02-10 Thread Yinghai Lu
On Sun, Feb 10, 2013 at 6:23 AM, Peter Hurley pe...@hurleysoftware.com wrote: On Sat, 2013-02-09 at 22:14 -0500, Peter Hurley wrote: On Tue, 2013-02-05 at 15:26 -0500, Alan Stern wrote: On Tue, 5 Feb 2013, Peter Hurley wrote: With -next-20130204: [ 33.855570] irq 18: nobody cared

Re: [PATCH 0/8] usb: ehci: more bus glues as separate modules

2013-02-10 Thread Jason Cooper
Manjunath, I think this is the second version of this series. Please indicate so in the subject [PATCH V2 X/Y] and provide a changelog with each patch so that we can easily confirm suggested changes from one version to the next. thx, Jason. On Mon, Feb 11, 2013 at 12:28:09AM +0530,

Super-Speed device that is only recognized as High-Speed, replugging to another device isn't always recognized

2013-02-10 Thread Matthias Schniedermeyer
Hi Lately, like since about half year or so (I'm using USB3 since before it worked reliably (or at all) nearly 3 years ago), it happens more and more often that a SS-device is only recognised as a High-Speed device, AFAICR it happens more often when i disconnect one HDD and plug in another

RE: [PATCH V3 1/5] usb: gadget/uvc: Fix VS_INPUT_HEADER.bEndpointAddress and Video Streaming.bEndpointAddress values

2013-02-10 Thread Bhupesh SHARMA
Hi, Hi Bhupesh, Thanks for the patch. On Thursday 17 January 2013 16:23:49 Bhupesh Sharma wrote: This patch corrects the VS_INPUT_HEADER.bEndpointAddress and Video Streaming.bEndpointAddress values which were incorrectly set to 0 in UVC function driver. As

Re: [PATCH 1/8] USB: EHCI: make ehci-spear a separate driver

2013-02-10 Thread Viresh Kumar
On Mon, Feb 11, 2013 at 12:28 AM, manjunath.gou...@linaro.org wrote: From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Spear host controller driver from ehci-hcd host code SPEAr into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org

Re: [Bisected] [-next-20130204] usb/hcd: irq 18: nobody cared

2013-02-10 Thread Yinghai Lu
On Sun, Feb 10, 2013 at 12:33 PM, Yinghai Lu ying...@kernel.org wrote: On Sun, Feb 10, 2013 at 6:23 AM, Peter Hurley pe...@hurleysoftware.com wrote: On Sat, 2013-02-09 at 22:14 -0500, Peter Hurley wrote: On Tue, 2013-02-05 at 15:26 -0500, Alan Stern wrote: On Tue, 5 Feb 2013, Peter Hurley

Re: [PATCH v7 01/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data

2013-02-10 Thread Olof Johansson
On Thu, Jan 17, 2013 at 8:59 AM, Tony Lindgren t...@atomide.com wrote: * Alan Stern st...@rowland.harvard.edu [130117 07:19]: On Thu, 17 Jan 2013, Roger Quadros wrote: Let's have a single platform data structure for the OMAP's High-Speed USB host subsystem instead of having 3 separate ones

Re: [PATCH v7 01/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data

2013-02-10 Thread Roger Quadros
On 02/11/2013 08:46 AM, Olof Johansson wrote: On Thu, Jan 17, 2013 at 8:59 AM, Tony Lindgren t...@atomide.com wrote: * Alan Stern st...@rowland.harvard.edu [130117 07:19]: On Thu, 17 Jan 2013, Roger Quadros wrote: Let's have a single platform data structure for the OMAP's High-Speed USB host