Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: dwc3: core: Add DWC31 version 2.00a controller

Add revision value for identifying DWC31 version 2.00a based controllers.

Signed-off-by: Wesley Cheng <quic_wcheng@quicinc.com>
Link: https://lore.kernel.org/r/20240301213554.7850-1-quic_wcheng@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Wesley Cheng and committed by
Greg Kroah-Hartman
1e43c86d f0b9c578

+1
+1
drivers/usb/dwc3/core.h
··· 1258 1258 #define DWC31_REVISION_170A 0x3137302a 1259 1259 #define DWC31_REVISION_180A 0x3138302a 1260 1260 #define DWC31_REVISION_190A 0x3139302a 1261 + #define DWC31_REVISION_200A 0x3230302a 1261 1262 1262 1263 #define DWC32_REVISION_ANY 0x0 1263 1264 #define DWC32_REVISION_100A 0x3130302a