From: Felipe Balbi <felipe.balbi@linux.intel.com>
To: Yinbo Zhu <yinbo.zhu@nxp.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Mathias Nyman <mathias.nyman@intel.com>,
"open list:DESIGNWARE USB3 DRD IP DRIVER"
<linux-usb@vger.kernel.org>,
"open list:DESIGNWARE USB3 DRD IP DRIVER"
<linux-omap@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
Xiaobo Xie <xiaobo.xie@nxp.com>,
Jerry Huang <jerry.huang@nxp.com>, Ran Wang <ran.wang_1@nxp.com>
Subject: RE: [PATCH v2] usb: host: Implement workaround for Erratum A-009611
Date: Mon, 11 Dec 2017 10:51:45 +0200 [thread overview]
Message-ID: <87mv2pprz2.fsf@linux.intel.com> (raw)
In-Reply-To: <VI1PR04MB126210EBD8A147D02D3DD526E9370@VI1PR04MB1262.eurprd04.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]
Hi,
(please break your lines at 80-characters)
Yinbo Zhu <yinbo.zhu@nxp.com> writes:
>>> diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index
>>> 5cb3f6795b0b..071e7cea8cbb 100644
>>> --- a/drivers/usb/dwc3/core.c
>>> +++ b/drivers/usb/dwc3/core.c
>>> @@ -1106,6 +1106,9 @@ static void dwc3_get_properties(struct dwc3
>>> *dwc)
>>>
>>> dwc->quirk_reverse_in_out = device_property_read_bool(dev,
>>> "snps,quirk_reverse_in_out");
>
>>This was generated on vendor tree. This quirk doesn't exist in dwc3. Also,
> >update your tree and review MAINTAINERS file. It has been almost 2 years since I left TI :-)
>
>>--
>>Balbi
>
> Hi Balbi,
>
> The quirk that I had add it in dwc3. Your meaning is that I can't use
> quirk to enable or disable the erratum, isn't it? The tree is
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git, I had
> updated it.
-*- mode: grep; default-directory: "~/workspace/linux/" -*-
Grep started at Mon Dec 11 10:50:47
git --no-pager grep --color -nH -e quirk_reverse_in_out
Grep finished with no matches found at Mon Dec 11 10:50:48
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <felipe.balbi@linux.intel.com>
To: Yinbo Zhu <yinbo.zhu@nxp.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Mathias Nyman <mathias.nyman@intel.com>,
"open list\:DESIGNWARE USB3 DRD IP DRIVER"
<linux-usb@vger.kernel.org>,
"open list\:DESIGNWARE USB3 DRD IP DRIVER"
<linux-omap@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
Xiaobo Xie <xiaobo.xie@nxp.com>,
Jerry Huang <jerry.huang@nxp.com>, Ran Wang <ran.wang_1@nxp.com>
Subject: RE: [PATCH v2] usb: host: Implement workaround for Erratum A-009611
Date: Mon, 11 Dec 2017 10:51:45 +0200 [thread overview]
Message-ID: <87mv2pprz2.fsf@linux.intel.com> (raw)
In-Reply-To: <VI1PR04MB126210EBD8A147D02D3DD526E9370@VI1PR04MB1262.eurprd04.prod.outlook.com>
[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]
Hi,
(please break your lines at 80-characters)
Yinbo Zhu <yinbo.zhu@nxp.com> writes:
>>> diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index
>>> 5cb3f6795b0b..071e7cea8cbb 100644
>>> --- a/drivers/usb/dwc3/core.c
>>> +++ b/drivers/usb/dwc3/core.c
>>> @@ -1106,6 +1106,9 @@ static void dwc3_get_properties(struct dwc3
>>> *dwc)
>>>
>>> dwc->quirk_reverse_in_out = device_property_read_bool(dev,
>>> "snps,quirk_reverse_in_out");
>
>>This was generated on vendor tree. This quirk doesn't exist in dwc3. Also,
> >update your tree and review MAINTAINERS file. It has been almost 2 years since I left TI :-)
>
>>--
>>Balbi
>
> Hi Balbi,
>
> The quirk that I had add it in dwc3. Your meaning is that I can't use
> quirk to enable or disable the erratum, isn't it? The tree is
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git, I had
> updated it.
-*- mode: grep; default-directory: "~/workspace/linux/" -*-
Grep started at Mon Dec 11 10:50:47
git --no-pager grep --color -nH -e quirk_reverse_in_out
Grep finished with no matches found at Mon Dec 11 10:50:48
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2017-12-11 8:51 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20171208094942.46748-1-yinbo.zhu@nxp.com>
2017-12-08 10:17 ` [PATCH v2] usb: host: Implement workaround for Erratum A-007463 Greg Kroah-Hartman
[not found] ` <20171208101739.GA15897-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2017-12-11 2:26 ` Yinbo Zhu
2017-12-11 2:26 ` Yinbo Zhu
2017-12-11 7:33 ` Greg Kroah-Hartman
2017-12-11 8:08 ` Yinbo Zhu
[not found] ` <20171208094942.46748-2-yinbo.zhu@nxp.com>
2017-12-08 10:21 ` [PATCH v2] usb: host: Implement workaround for Erratum A-009611 Greg Kroah-Hartman
[not found] ` <20171208102111.GA16245-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2017-12-08 10:44 ` Felipe Balbi
2017-12-08 10:44 ` Felipe Balbi
[not found] ` <87vahhpkhw.fsf-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-12-11 3:15 ` Yinbo Zhu
2017-12-11 3:15 ` Yinbo Zhu
2017-12-11 7:34 ` Greg Kroah-Hartman
2017-12-11 8:27 ` Yinbo Zhu
2017-12-11 8:51 ` Felipe Balbi [this message]
2017-12-11 8:51 ` Felipe Balbi
2017-12-12 7:09 ` Yinbo Zhu
2017-12-11 8:44 ` Yinbo Zhu
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=87mv2pprz2.fsf@linux.intel.com \
--to=felipe.balbi@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=jerry.huang@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
--cc=ran.wang_1@nxp.com \
--cc=xiaobo.xie@nxp.com \
--cc=yinbo.zhu@nxp.com \
/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.