aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3/core.c
diff options
context:
space:
mode:
authorPawel Laszczak <[email protected]>2024-02-15 12:16:09 +0000
committerGreg Kroah-Hartman <[email protected]>2024-02-19 08:30:41 +0000
commit47625b018c6bc788bc10dd654c82696eb0a5ef11 (patch)
tree605368cf9b97026910c58c416d599b76b549c820 /drivers/usb/cdns3/core.c
parentusb: cdnsp: blocked some cdns3 specific code (diff)
downloadkernel-47625b018c6bc788bc10dd654c82696eb0a5ef11.tar.gz
kernel-47625b018c6bc788bc10dd654c82696eb0a5ef11.zip
usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
Cadence have several controllers from 0x000403xx family but current driver suuport detecting only one with DID equal 0x0004034E. It causes that if someone uses different CDNSP controller then driver will use incorrect version and register space. Patch fix this issue. cc: [email protected] Fixes: 3d82904559f4 ("usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD Driver") Signed-off-by: Pawel Laszczak <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/core.c')
-rw-r--r--drivers/usb/cdns3/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/cdns3/core.c b/drivers/usb/cdns3/core.c
index 33548771a0d3..465e9267b49c 100644
--- a/drivers/usb/cdns3/core.c
+++ b/drivers/usb/cdns3/core.c
@@ -395,7 +395,6 @@ pm_put:
return ret;
}
-
/**
* cdns_wakeup_irq - interrupt handler for wakeup events
* @irq: irq number for cdns3/cdnsp core device