Re: Infinite looping in omap2430.c USB driver

2012-08-14 Thread Felipe Balbi
On Tue, Aug 14, 2012 at 07:46:59AM +1000, NeilBrown wrote: > On Mon, 13 Aug 2012 17:32:34 +0300 Felipe Balbi wrote: > > > Hi, > > > > On Mon, Aug 13, 2012 at 12:34:53PM +1000, NeilBrown wrote: > > > On Thu, 9 Aug 2012 14:15:51 +0300 Felipe Balbi wrote: > > > > > > > > > > hehe, that's nasty.

Re: Infinite looping in omap2430.c USB driver

2012-08-14 Thread Felipe Balbi
On Tue, Aug 14, 2012 at 07:46:59AM +1000, NeilBrown wrote: On Mon, 13 Aug 2012 17:32:34 +0300 Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Aug 13, 2012 at 12:34:53PM +1000, NeilBrown wrote: On Thu, 9 Aug 2012 14:15:51 +0300 Felipe Balbi ba...@ti.com wrote: hehe, that's

Re: Infinite looping in omap2430.c USB driver

2012-08-13 Thread NeilBrown
On Mon, 13 Aug 2012 17:32:34 +0300 Felipe Balbi wrote: > Hi, > > On Mon, Aug 13, 2012 at 12:34:53PM +1000, NeilBrown wrote: > > On Thu, 9 Aug 2012 14:15:51 +0300 Felipe Balbi wrote: > > > > > > > hehe, that's nasty. Please send a patch converting to a try count and a > > > udelay_range(), or

Re: Infinite looping in omap2430.c USB driver

2012-08-13 Thread Felipe Balbi
Hi, On Mon, Aug 13, 2012 at 12:34:53PM +1000, NeilBrown wrote: > On Thu, 9 Aug 2012 14:15:51 +0300 Felipe Balbi wrote: > > > > hehe, that's nasty. Please send a patch converting to a try count and a > > udelay_range(), or something. > > > > how's this? > > Thanks, > NeilBrown > > > From:

Re: Infinite looping in omap2430.c USB driver

2012-08-13 Thread Felipe Balbi
Hi, On Mon, Aug 13, 2012 at 12:34:53PM +1000, NeilBrown wrote: On Thu, 9 Aug 2012 14:15:51 +0300 Felipe Balbi ba...@ti.com wrote: hehe, that's nasty. Please send a patch converting to a try count and a udelay_range(), or something. how's this? Thanks, NeilBrown From:

Re: Infinite looping in omap2430.c USB driver

2012-08-13 Thread NeilBrown
On Mon, 13 Aug 2012 17:32:34 +0300 Felipe Balbi ba...@ti.com wrote: Hi, On Mon, Aug 13, 2012 at 12:34:53PM +1000, NeilBrown wrote: On Thu, 9 Aug 2012 14:15:51 +0300 Felipe Balbi ba...@ti.com wrote: hehe, that's nasty. Please send a patch converting to a try count and a

Re: Infinite looping in omap2430.c USB driver

2012-08-12 Thread NeilBrown
On Thu, 9 Aug 2012 14:15:51 +0300 Felipe Balbi wrote: > hehe, that's nasty. Please send a patch converting to a try count and a > udelay_range(), or something. > how's this? Thanks, NeilBrown From: NeilBrown Date: Mon, 13 Aug 2012 12:32:58 +1000 Subject: [PATCH] omap2430: don't loop

Re: Infinite looping in omap2430.c USB driver

2012-08-12 Thread NeilBrown
On Thu, 9 Aug 2012 14:15:51 +0300 Felipe Balbi ba...@ti.com wrote: hehe, that's nasty. Please send a patch converting to a try count and a udelay_range(), or something. how's this? Thanks, NeilBrown From: NeilBrown ne...@suse.de Date: Mon, 13 Aug 2012 12:32:58 +1000 Subject: [PATCH]

Re: Infinite looping in omap2430.c USB driver

2012-08-09 Thread Felipe Balbi
On Sat, Jul 07, 2012 at 08:39:49AM +1000, NeilBrown wrote: > > Hello `./scripts/get_maintainer.pl -f drivers/usb/musb/omap2430.c` > > omap2430_musb_set_vbus in omap2430.c contains: > > while (musb_readb(musb->mregs, MUSB_DEVCTL) & 0x80) { > >

Re: Infinite looping in omap2430.c USB driver

2012-08-09 Thread Felipe Balbi
On Sat, Jul 07, 2012 at 08:39:49AM +1000, NeilBrown wrote: Hello `./scripts/get_maintainer.pl -f drivers/usb/musb/omap2430.c` omap2430_musb_set_vbus in omap2430.c contains: while (musb_readb(musb-mregs, MUSB_DEVCTL) 0x80) {

Re: Infinite looping in omap2430.c USB driver

2012-07-29 Thread NeilBrown
Hi Felipe, have you had a chance to look at this problem in omap2430_mbus_set_vbus yet? Are you the person responsible? thanks, NeilBrown On Mon, 9 Jul 2012 01:32:33 -0700 Tony Lindgren wrote: > * NeilBrown [120706 15:44]: > > > > Hello `./scripts/get_maintainer.pl -f

Re: Infinite looping in omap2430.c USB driver

2012-07-29 Thread NeilBrown
Hi Felipe, have you had a chance to look at this problem in omap2430_mbus_set_vbus yet? Are you the person responsible? thanks, NeilBrown On Mon, 9 Jul 2012 01:32:33 -0700 Tony Lindgren t...@atomide.com wrote: * NeilBrown ne...@suse.de [120706 15:44]: Hello `./scripts/get_maintainer.pl

Re: Infinite looping in omap2430.c USB driver

2012-07-09 Thread Tony Lindgren
* NeilBrown [120706 15:44]: > > Hello `./scripts/get_maintainer.pl -f drivers/usb/musb/omap2430.c` > > omap2430_musb_set_vbus in omap2430.c contains: > > while (musb_readb(musb->mregs, MUSB_DEVCTL) & 0x80) { > > cpu_relax(); > >

Re: Infinite looping in omap2430.c USB driver

2012-07-09 Thread Tony Lindgren
* NeilBrown ne...@suse.de [120706 15:44]: Hello `./scripts/get_maintainer.pl -f drivers/usb/musb/omap2430.c` omap2430_musb_set_vbus in omap2430.c contains: while (musb_readb(musb-mregs, MUSB_DEVCTL) 0x80) { cpu_relax();

Infinite looping in omap2430.c USB driver

2012-07-06 Thread NeilBrown
Hello `./scripts/get_maintainer.pl -f drivers/usb/musb/omap2430.c` omap2430_musb_set_vbus in omap2430.c contains: while (musb_readb(musb->mregs, MUSB_DEVCTL) & 0x80) { cpu_relax(); if (time_after(jiffies,

Infinite looping in omap2430.c USB driver

2012-07-06 Thread NeilBrown
Hello `./scripts/get_maintainer.pl -f drivers/usb/musb/omap2430.c` omap2430_musb_set_vbus in omap2430.c contains: while (musb_readb(musb-mregs, MUSB_DEVCTL) 0x80) { cpu_relax(); if (time_after(jiffies,