summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/drd.c
AgeCommit message (Expand)Author
2023-11-21usb: dwc3: Fix default mode initializationAlexander Stein
2022-10-22usb: dwc3: Don't switch OTG -> peripheral if extcon is presentAndrey Smirnov
2022-09-30Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"Andy Shevchenko
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman
2022-04-22usb: dwc3: Don't switch OTG -> peripheral if extcon is presentAndrey Smirnov
2022-04-21usb: dwc3: Try usb-role-switch first in dwc3_drd_initSven Peter
2022-02-17usb: dwc3: drd: Don't check against CONFIG_OFThinh Nguyen
2022-01-26usb: dwc3: drd: Add support for usb-conn-gpio based usb-role-switchAlexander Stein
2021-07-27usb: dwc3: drd: use helper to get role-switch-default-modeChunfeng Yun
2021-05-10usb: dwc3: remove repeated setting of current_dr_roleChunfeng Yun
2020-12-28usb: dwc3: drd: Improve dwc3_get_extcon() styleSam Protsenko
2020-12-28usb: dwc3: drd: Avoid error when extcon is missingSam Protsenko
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-03usb: dwc3: drd: File headers are not doc headersLee Jones
2020-05-25usb: dwc3: use true,false for dwc->otg_restart_hostJason Yan
2020-05-05usb: dwc3: drd: Don't free non-existing irqThinh Nguyen
2020-03-16usb: dwc3: fix up for role switch API changeStephen Rothwell
2020-03-15usb: dwc3: Add support for role-switch-default-mode bindingJohn Stultz
2020-03-15usb: dwc3: Registering a role switch in the DRD code.Yu Chen
2019-10-07usb: dwc3: Remove dev_err() on platform_get_irq() failureHans de Goede
2019-10-07usb: dwc3: Switch to platform_get_irq_byname_optional()Hans de Goede
2019-02-19usb: dwc3: drd: Defer probe if extcon device is not foundAndy Shevchenko
2018-11-26usb: dwc3: drd: Add support for DR detection through extconAndy Shevchenko
2018-11-26usb: dwc3: drd: Switch to device property for 'extcon' handlingAndy Shevchenko
2018-05-21usb: dwc3: dwc3_get_extcon() can be statickbuild test robot
2018-05-16USB: dwc3: get extcon device by OF graph bindingsAndrzej Hajda
2018-03-13usb: dwc3: add dual role support using OTG blockRoger Quadros
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-04-11usb: dwc3: Add dual-role supportRoger Quadros