[PATCH] usb: dwc3: omap: remove unnecessary lock

2013-12-07 Thread Felipe Balbi
the lock was only taken inside the hardirq handler, which runs with IRQs disabled. There's no chance of any race condition happening, even on SMP machines. It's safe to remove that spinlock. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/dwc3-omap.c | 10 -- 1 file changed, 10 deletion

Re: [PATCH v2 1/5] usb: dwc3: Add Keystone specific glue layer

2013-12-07 Thread Felipe Balbi
On Fri, Dec 06, 2013 at 11:25:24PM -0600, Shilimkar, Santosh wrote: > (sorry for html reply) > > From: Paul Zimmerman [paul.zimmer...@synopsys.com] > Sent: Friday, December 06, 2013 5:23 PM > To: Shilimkar, Santosh; Balbi, Felipe; Kwok, WingMan > Cc: linux-a

Re: [PATCH v4 4/4] USB: OMAP1: Tahvo USB transceiver driver

2013-12-07 Thread Felipe Balbi
Hi, On Sat, Dec 07, 2013 at 04:16:23PM +0200, Aaro Koskinen wrote: > > fixed it up with: > > > > diff --git a/drivers/usb/phy/phy-tahvo.c b/drivers/usb/phy/phy-tahvo.c > > index 7cf1766..8bb833e 100644 > > --- a/drivers/usb/phy/phy-tahvo.c > > +++ b/drivers/usb/phy/phy-tahvo.c > > @@ -368,7 +368,9

Re: XHCI: Handling of Zero length packet in data stage

2013-12-07 Thread Alan Stern
On Fri, 6 Dec 2013, Sarah Sharp wrote: > I really hate the xHCI ring code. :( I would rip it out and totally > start over, but I'm afraid of introducing more low-level bugs than we > already have. I haven't paid close attention to it. The impression I occasionally get is that significant simpli

Re: [PATCH v4 4/4] USB: OMAP1: Tahvo USB transceiver driver

2013-12-07 Thread Aaro Koskinen
Hi, On Fri, Dec 06, 2013 at 02:46:29PM -0600, Felipe Balbi wrote: > On Fri, Dec 06, 2013 at 04:13:07PM +0200, Aaro Koskinen wrote: > > Add Tahvo USB transceiver driver. > > > > Based on old code from linux-omap tree. The original driver was written > > by Juha Yrjölä, Tony Lindgren, and Timo Terä

Re: [PATCH v6 11/17] USB: fsl-mph-dr-of: adjust for OF based clock lookup

2013-12-07 Thread Anatolij Gustschin
On Sat, 30 Nov 2013 23:51:31 +0100 Gerhard Sittig wrote: > after device tree based clock lookup became available, the peripheral > driver need no longer construct clock names which include the component > index -- remove the "usb%d_clk" template, always use "ipg" instead > > Cc: Greg Kroah-Hartm