aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/drd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-22usb: dwc3: Don't switch OTG -> peripheral if extcon is presentAndrey Smirnov1-50/+0
2022-09-30Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"Andy Shevchenko1-0/+50
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman1-5/+4
2022-04-22usb: dwc3: Don't switch OTG -> peripheral if extcon is presentAndrey Smirnov1-50/+0
2022-04-21usb: dwc3: Try usb-role-switch first in dwc3_drd_initSven Peter1-6/+5
2022-02-17usb: dwc3: drd: Don't check against CONFIG_OFThinh Nguyen1-1/+1
2022-01-26usb: dwc3: drd: Add support for usb-conn-gpio based usb-role-switchAlexander Stein1-0/+13
2021-07-27usb: dwc3: drd: use helper to get role-switch-default-modeChunfeng Yun1-6/+2
2021-05-10usb: dwc3: remove repeated setting of current_dr_roleChunfeng Yun1-1/+0
2020-12-28usb: dwc3: drd: Improve dwc3_get_extcon() styleSam Protsenko1-12/+9
2020-12-28usb: dwc3: drd: Avoid error when extcon is missingSam Protsenko1-1/+11
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-03usb: dwc3: drd: File headers are not doc headersLee Jones1-1/+1
2020-05-25usb: dwc3: use true,false for dwc->otg_restart_hostJason Yan1-2/+2
2020-05-05usb: dwc3: drd: Don't free non-existing irqThinh Nguyen1-1/+1
2020-03-16usb: dwc3: fix up for role switch API changeStephen Rothwell1-4/+6
2020-03-15usb: dwc3: Add support for role-switch-default-mode bindingJohn Stultz1-3/+22
2020-03-15usb: dwc3: Registering a role switch in the DRD code.Yu Chen1-1/+76
2019-10-07usb: dwc3: Remove dev_err() on platform_get_irq() failureHans de Goede1-3/+0
2019-10-07usb: dwc3: Switch to platform_get_irq_byname_optional()Hans de Goede1-2/+2
2019-02-19usb: dwc3: drd: Defer probe if extcon device is not foundAndy Shevchenko1-2/+7
2018-11-26usb: dwc3: drd: Add support for DR detection through extconAndy Shevchenko1-0/+10
2018-11-26usb: dwc3: drd: Switch to device property for 'extcon' handlingAndy Shevchenko1-2/+3
2018-05-21usb: dwc3: dwc3_get_extcon() can be statickbuild test robot1-1/+1
2018-05-16USB: dwc3: get extcon device by OF graph bindingsAndrzej Hajda1-6/+28
2018-03-13usb: dwc3: add dual role support using OTG blockRoger Quadros1-18/+471
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-12/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-11usb: dwc3: Add dual-role supportRoger Quadros1-0/+85