summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: use linux/spinlock.h for stubsAhmad Fatoum2023-11-211-4/+1
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* usb: dwc2: fix multiplier handling in endpoint setupMichael Grzeschik2023-05-221-8/+1
* usb: dwc2: Port FIFO configuration sync from Linux v6.3Oleksij Rempel2023-05-221-16/+13
* usb: dwc2: Port support for USB FIFO devicetree properties from Linux v6.3Oleksij Rempel2023-05-223-0/+29
* usb: gadget: Update core to Linux-6.3-rc2Sascha Hauer2023-03-241-2/+1
* usb: move include files to place where Linux has themSascha Hauer2023-03-202-4/+4
* usb: dwc2: Fix memory leak in probe error pathJules Maselbas2023-03-031-2/+3
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-103-5/+5
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* usb: dwc2: gracefully handle unknown hs_phy_typeAhmad Fatoum2022-09-121-0/+3
* usb: dwc2: add support st,stm32mp15-fs/hsotg devicesOleksij Rempel2022-05-111-0/+51
* Merge branch 'for-next/misc'Sascha Hauer2021-12-1510-10/+10
|\
| * drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-228-8/+8
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-222-2/+2
* | usb: dwc2: host: Do not map buffer on zero len packetJules Maselbas2021-11-251-3/+5
|/
* 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