summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-012-0/+2
* usb: dwc2: more precise and helpful message for dr_mode config issuesEnrico Jorns2021-05-181-2/+2
* usb: dwc2: do no print error message with dwc2_warn() macroEnrico Jorns2021-05-181-1/+1
* usb: dwc2: Fix wait for mode timeoutSascha Hauer2021-05-071-1/+1
* Merge branch 'for-next/usb'Sascha Hauer2021-03-234-73/+72
|\
| * usb: dwc2: Rework wait for host mode during core resetJules Maselbas2021-03-151-15/+11
| * usb: dwc2: Move wait_for_mode and iddig_filter_enabled to coreJules Maselbas2021-03-153-53/+56
| * usb: dwc2: Rework dwc2_wait_for_mode to use wait_on_timeoutJules Maselbas2021-03-151-4/+3
| * usb: dwc2: Replace pr_info with dev_warnJules Maselbas2021-03-151-3/+4
| * usb: dwc2: Make dwc2_wait_bit_set wait all bits in maskJules Maselbas2021-03-151-1/+1
* | usb: dwc2: fix mismatching argument to printf format specifierAhmad Fatoum2021-03-012-2/+2
|/
* usb: host: ehci: remove duplicated usb_host_detect() callsAhmad Fatoum2021-02-011-9/+0
* usb: dwc2: swap order of phy_init and phy_power_on to what Linux doesAhmad Fatoum2021-01-061-6/+7
* usb: dwc2: add support to force gadget modeMichael Grzeschik2021-01-061-0/+144
* usb: dwc2: update the dr_mode on set_mode callbackMichael Grzeschik2021-01-061-0/+6
* usb: dwc2: add reset controller dependency for probe via oftreeMichael Grzeschik2021-01-061-0/+5
* usb: dwc2: add clk dependency for probe via oftreeMichael Grzeschik2021-01-062-2/+18
* usb: dwc2: cleanup on error for deferred probingMichael Grzeschik2021-01-061-3/+4
* usb: dwc2: Rename dwc2_core_snpsid to dwc2_check_core_versionJules Maselbas2020-12-163-5/+3
* usb: dwc2: Fix dr_mode check in dwc2_get_dr_modeJules Maselbas2020-12-162-8/+8
* usb: dwc2: Remove unnecessary functions declarationJules Maselbas2020-12-162-8/+4
* usb: dwc2: Add support for optional usb phyJules Maselbas2020-12-163-0/+28
* usb: dwc2: Uninitialize host and device on removeJules Maselbas2020-10-094-14/+25
* usb: dwc2: Use register_otg_deviceJules Maselbas2020-08-142-5/+28
* usb: dwc2: Add gadget driverJules Maselbas2020-08-148-0/+2825
* usb: dwc2: Add structure for gadget driverJules Maselbas2020-08-141-0/+55
* usb: dwc2: Add function to flush tx fifoJules Maselbas2020-08-142-0/+34
* usb: dwc2: host: Rewrite dwc2_hc_initJules Maselbas2020-08-141-20/+27
* usb: dwc2: host: Fix toggle resetJules Maselbas2020-08-141-0/+19
* usb: dwc2: host: Dynamic fifo size support from LinuxJules Maselbas2020-08-142-30/+124
* usb: dwc2: host: Handle dma mapping errorsJules Maselbas2020-08-141-0/+5
* usb: dwc2: Rework timeoutJules Maselbas2020-08-142-19/+19
* usb: dwc2: Rework roothub interfaceJules Maselbas2020-08-143-280/+245
* usb: dwc2: host: Read dr_mode from device treeJules Maselbas2020-08-143-0/+98
* usb: dwc2: Add host controller driverJules Maselbas2020-08-149-0/+3180