From: peter.chen@freescale.com (Peter Chen)
To: linux-arm-kernel@lists.infradead.org
Subject: 3.7 kernel hangs when doing scp
Date: Fri, 21 Dec 2012 10:22:50 +0800 [thread overview]
Message-ID: <20121221022249.GA16251@nchen-desktop> (raw)
In-Reply-To: <CAOMZO5Dhasq11fyJj73_UcyVdoz-N0MAHBu0=PQUxRn42VOdkw@mail.gmail.com>
On Thu, Dec 20, 2012 at 09:18:43AM -0200, Fabio Estevam wrote:
> On Thu, Dec 20, 2012 at 8:45 AM, Fabio Estevam <festevam@gmail.com> wrote:
>
> > Would this be the correct fix?
> >
> > --- a/include/linux/usb/chipidea.h
> > +++ b/include/linux/usb/chipidea.h
> > @@ -18,7 +18,7 @@ struct ci13xxx_platform_data {
> > #define CI13XXX_REGS_SHARED BIT(0)
> > #define CI13XXX_REQUIRE_TRANSCEIVER BIT(1)
> > #define CI13XXX_PULLUP_ON_VBUS BIT(2)
> > -#define CI13XXX_DISABLE_STREAMING BIT(3)
> > +#define CI13XXX_DISABLE_STREAMING BIT(4)
>
> Ops, these are just the platform data flags.
>
> I will take a look on why the chipidea driver is not properly
> disabling stream mode.
Current chipidea driver only considers disable stream mode at device
mode, in fact, it may be related to below chipidea bug, and needs
to consider all usb modes.
STAR 9000378958
Title: Non-Double Word Aligned Buffer Address Sometimes Causes Host to Hang on OUT Retry
www.synopsys.com/dw/star.php?c=dwc_usb2_hs_otg_controller&fixedIn=2.20a
To fix this, we need to add CI13XXX_DISABLE_STREAMING after role->start/init.
>
> Regards,
>
> Fabio Estevam
>
--
Best Regards,
Peter Chen
next prev parent reply other threads:[~2012-12-21 2:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-18 2:01 3.7 kernel hangs when doing scp Fabio Estevam
2012-12-18 2:43 ` Greg KH
2012-12-19 14:56 ` Fabio Estevam
2012-12-20 4:39 ` Peter Chen
2012-12-20 10:20 ` Fabio Estevam
2012-12-20 10:40 ` Fabio Estevam
2012-12-20 10:45 ` Fabio Estevam
2012-12-20 11:18 ` Fabio Estevam
2012-12-21 2:22 ` Peter Chen [this message]
2012-12-21 9:24 ` Fabio Estevam
2012-12-21 11:49 ` Wolfram Sang
2012-12-21 11:53 ` Fabio Estevam
2012-12-21 11:57 ` Wolfram Sang
2012-12-18 14:15 ` Sebastian Andrzej Siewior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121221022249.GA16251@nchen-desktop \
--to=peter.chen@freescale.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.