Re: [PATCH 6/7] usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag

2013-12-09 Thread Greg KH
On Thu, Dec 05, 2013 at 03:20:54PM +0800, Peter Chen wrote:
> From: Chris Ruehl 
> 
> * init the sts flag to 0 (missed)
> * fix write the real bit not sts value
> * Set PORTCS_STS and DEVLC_STS only if sts = 1
> 
> Signed-off-by: Chris Ruehl 
> Signed-off-by: Peter Chen 
> ---
>  drivers/usb/chipidea/core.c |8 +---
>  1 files changed, 5 insertions(+), 3 deletions(-)

If this is so important, why isn't it for 3.12-stable as well?

is this really a regression?  Or just something nice to fix up?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH 6/7] usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag

2013-12-09 Thread peter.c...@freescale.com
 
> 
> On Thu, Dec 05, 2013 at 03:20:54PM +0800, Peter Chen wrote:
> > From: Chris Ruehl 
> >
> > * init the sts flag to 0 (missed)
> > * fix write the real bit not sts value
> > * Set PORTCS_STS and DEVLC_STS only if sts = 1
> >
> > Signed-off-by: Chris Ruehl 
> > Signed-off-by: Peter Chen 
> > ---
> >  drivers/usb/chipidea/core.c |8 +---
> >  1 files changed, 5 insertions(+), 3 deletions(-)
> 
> If this is so important, why isn't it for 3.12-stable as well?
> 
> is this really a regression?  Or just something nice to fix up?
> 

It is nice to fix up.

Thanks,

Peter

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 6/7] usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flag

2013-12-09 Thread Greg KH
On Mon, Dec 09, 2013 at 08:40:42AM +, peter.c...@freescale.com wrote:
>  
> > 
> > On Thu, Dec 05, 2013 at 03:20:54PM +0800, Peter Chen wrote:
> > > From: Chris Ruehl 
> > >
> > > * init the sts flag to 0 (missed)
> > > * fix write the real bit not sts value
> > > * Set PORTCS_STS and DEVLC_STS only if sts = 1
> > >
> > > Signed-off-by: Chris Ruehl 
> > > Signed-off-by: Peter Chen 
> > > ---
> > >  drivers/usb/chipidea/core.c |8 +---
> > >  1 files changed, 5 insertions(+), 3 deletions(-)
> > 
> > If this is so important, why isn't it for 3.12-stable as well?
> > 
> > is this really a regression?  Or just something nice to fix up?
> > 
> 
> It is nice to fix up.

Then it can't go into 3.13-final this late in the development cycle,
sorry.

This is regression fixes only at this point in time.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html