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 wrote: >> * Alan Stern [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 hav

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 wrote: > * Alan Stern [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 i.e. one for >> > board data, o

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 wrote: > On Sun, Feb 10, 2013 at 6:23 AM, Peter Hurley > 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-2

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, wrote: > From: Manjunath Goudar > > Separate the Spear host controller driver from ehci-hcd host code SPEAr > into its own driver module. > > Signed-off-by: Manjunath Goudar > Signed-off-by: Deepak Saxena > Cc: Greg KH > Cc: Alan Stern > Cc: Viresh Kumar

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. > > >

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 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, manjunath

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 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 (try

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 ke

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the vt8500 host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: Tony Prisk Cc: Alexey Charkov Cc: linux-usb@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/usb/

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the mv(marvell) host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: Jason Cooper Cc: Andrew Lunn Cc: linux-usb@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the Marvell Orion host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: Jason Cooper Cc: Andrew Lunn Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker..

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the Qualcomm On-Chip host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: David Brown Cc: Daniel Walker Cc: Bryan Huntsman Cc: Brian Swetland Cc: linux-usb@vger.kernel.org

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the Nuvoton On-Chip host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: Wan ZongShun Cc: linux-usb@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/usb/host/Kcon

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the s5p host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: Kukjin Kim Cc: Kyungmin Park Cc: Grant Likely Cc: Rob Herring Cc: linux-usb@vger.kernel.org --- drivers/usb/ho

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the Atmel host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Alan Stern Cc: Greg KH Cc: Grant Likely Cc: Rob Herring Cc: Andrew Victor Cc: Nicolas Ferre Cc: Jean-Christophe Plagniol-Villard Cc: li

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar Separate the Spear host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Signed-off-by: Deepak Saxena Cc: Greg KH Cc: Alan Stern Cc: Viresh Kumar Cc: Shiraz Hashim Cc: linux-usb@vger.kernel.org Cc: spear-de...@list

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

2013-02-10 Thread manjunath . goudar
From: Manjunath Goudar 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 separate driver USB: EHCI:

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 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 be the cause as bu

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 > 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 does not work. >

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

2013-02-10 Thread Peter Hurley
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 (try booting with the "irqpoll" > > > option) > > > [ 33.8555

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