summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: fix a test for error in dwc3_core_init()Dan Carpenter2023-05-131-1/+1
* usb: dwc3: debugfs: Resume dwc3 before accessing registersUdipto Goswami2023-05-131-0/+109
* usb: dwc3: fix gadget mode suspend interrupt handler issueLinyu Yuan2023-05-132-1/+13
* usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()Roger Quadros2023-05-131-33/+34
* usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate APIWesley Cheng2023-04-211-32/+21
* usb: dwc3: gadget: Execute gadget stop after halting the controllerWesley Cheng2023-04-211-2/+13
* usb: dwc3: gadget: Stall and restart EP0 if host is unresponsiveWesley Cheng2023-04-201-17/+32
* usb: dwc3: core: add support for disabling High-speed park modeStanley Chang2023-04-202-0/+9
* USB: dwc3: clean up probe declarationsJohan Hovold2023-04-201-3/+1
* USB: dwc3: refactor clock lookupsJohan Hovold2023-04-201-55/+61
* USB: dwc3: refactor phy handlingJohan Hovold2023-04-201-57/+86
* USB: dwc3: clean up core init error handlingJohan Hovold2023-04-201-17/+13
* USB: dwc3: clean up phy init error handlingJohan Hovold2023-04-201-9/+9
* USB: dwc3: clean up probe error labelsJohan Hovold2023-04-201-23/+22
* USB: dwc3: drop dead hibernation codeJohan Hovold2023-04-202-110/+1
* USB: dwc3: gadget: drop dead hibernation codeJohan Hovold2023-04-201-40/+6
* USB: dwc3: disable autosuspend on unbindJohan Hovold2023-04-201-0/+2
* USB: dwc3: fix runtime pm imbalance on unbindJohan Hovold2023-04-201-0/+1
* USB: dwc3: fix runtime pm imbalance on probe errorsJohan Hovold2023-04-201-9/+5
* usb: Add explicit of.h of_platform.h includeRob Herring2023-04-201-1/+1
* Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman2023-04-101-0/+2
|\
| * usb: dwc3: pci: add support for the Intel Meteor Lake-SHeikki Krogerus2023-04-051-0/+4
* | usb: dwc3: pci: Change PCI device macrosAndy Shevchenko2023-04-051-98/+34
* | usb: dwc3: Add function suspend and function wakeup supportElson Roy Serrao2023-03-294-8/+51
* | usb: dwc3: Add remote wakeup handlingElson Roy Serrao2023-03-293-6/+79
* | usb: dwc3-am62: Fix up wake-up configuration and spurious wake upRoger Quadros2023-03-291-10/+18
* | usb: dwc3: host: remove dead code in dwc3_host_get_irq()Mingxuan Xiang2023-03-291-6/+1
* | Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-272-4/+12
|\|
| * usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng2023-03-091-3/+11
| * usb: dwc3: Fix a typo in field nameVincenzo Palazzo2023-03-091-1/+1
* | usb: dwc3: add several registers dump for debugfsLi Jun2023-03-231-0/+5
* | usb: dwc3-am62: Enable as a wakeup source by defaultRoger Quadros2023-03-231-0/+3
* | usb: dwc3-am62: Add support for system wakeup based on USB eventsAswath Govindraju2023-03-231-0/+39
* | usb: remove dead code in dwc3_gadget_get_irqYalong Zou2023-03-161-5/+0
* | usb: dwc3: change some trace event __dynamic_array() to __get_buf()Linyu Yuan2023-03-091-4/+2
* | usb: dwc3: gadget: Change condition for processing suspend eventPrashanth K2023-03-091-9/+2
* | usb: dwc3: core: add external vBus supply support for ulpi phyPiyush Mehta2023-03-092-0/+16
|/
* usb: dwc3: xilinx: Remove unused of_gpio,hAndy Shevchenko2023-02-161-1/+0
* usb: dwc3: pci: add support for the Intel Meteor Lake-MHeikki Krogerus2023-02-151-0/+4
* USB: dwc3: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-064-14/+14
* usb: dwc3: qcom: enable vbus override when in OTG dr-modeNeil Armstrong2023-01-241-1/+1
* usb: dwc3: fix extcon dependencyArnd Bergmann2023-01-191-1/+1
* usb: dwc3: gadget: Ignore End Transfer delay on teardownThinh Nguyen2023-01-061-1/+4
* usb: dwc3: xilinx: include linux/gpio/consumer.hArnd Bergmann2023-01-061-0/+1
* usb: dwc3: core: defer probe on ulpi_read_id timeoutFerry Toth2022-12-081-1/+6
* usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_initMiaoqian Lin2022-12-081-3/+10
* usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter2022-11-291-6/+10
* usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system f...Shruthi Sanil2022-11-291-1/+1
* Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman2022-11-282-17/+9
|\
| * usb: dwc3: gadget: Clear ep descriptor lastThinh Nguyen2022-11-221-6/+6