linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: dwc3: Remove old comment
@ 2020-05-15  0:08 Thinh Nguyen
  2020-05-15  9:29 ` Felipe Balbi
  0 siblings, 1 reply; 2+ messages in thread
From: Thinh Nguyen @ 2020-05-15  0:08 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, linux-usb; +Cc: John Youn, Thinh Nguyen

With the new IP version checking scheme, we're not using the bit 31 of
dwc->revision as a flag anymore. Remove the stale comment.

Signed-off-by: Thinh Nguyen <thinhn@synopsys.com>
---

Hi Felipe,

Not sure what happened to the DWC_usb32 patch* when it was merged to your
testing/next branch, but the old comment was removed in that patch. You can
apply this or squash it to the patch "usb: dwc3: Add support for DWC_usb32 IP"
on your testing/next branch.

*Original patch:
https://patchwork.kernel.org/patch/11484297/

Thanks,
Thinh


 drivers/usb/dwc3/core.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index d800f8119195..013f42a2b5dc 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -1153,10 +1153,6 @@ struct dwc3 {
 #define DWC3_REVISION_310A	0x5533310a
 #define DWC3_REVISION_330A	0x5533330a
 
-/*
- * NOTICE: we're using bit 31 as a "is usb 3.1" flag. This is really
- * just so dwc31 revisions are always larger than dwc3.
- */
 #define DWC31_REVISION_ANY	0x0
 #define DWC31_REVISION_110A	0x3131302a
 #define DWC31_REVISION_120A	0x3132302a
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-15  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  0:08 [PATCH] usb: dwc3: Remove old comment Thinh Nguyen
2020-05-15  9:29 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).