summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorLines
2023-04-20usb: dwc2: platform: add support for utmi optional clockFabrice Gasnier-1/+21
2023-04-20usb: dwc2: improve error handling in __dwc2_lowlevel_hw_enableFabrice Gasnier-2/+17
2023-03-29usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"Deming Wang-1/+1
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman-21/+7
2023-03-23usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier-6/+3
2023-03-23usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier-14/+2
2023-03-16usb: Use of_property_read_bool() for boolean propertiesRob Herring-2/+1
2023-03-09usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang-1/+2
2022-12-08usb: dwc2: power on/off phy for peripheral mode in dual-role modeQuentin Schulz-3/+6
2022-12-08usb: dwc2: disable lpm feature on Rockchip SoCsQuentin Schulz-0/+4
2022-10-22usb: dwc2: platform: Improve error reporting for problems during .remove()Uwe Kleine-König-1/+1
2022-09-22usb: dwc2: Remove redundant license textChristophe JAILLET-360/+1
2022-08-30usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit-4/+4
2022-06-24usb: dwc2: drop unexpected word "the" in the commentsJiang Jian-1/+1
2022-06-24usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switchAmelie Delaunay-1/+2
2022-06-22usb: dwc2: host: add TPL supportAmelie Delaunay-0/+3
2022-06-10usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin-1/+1
2022-05-05usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski-1/+0
2022-04-21USB: dwc2: Add OTG support for Ingenic SoCs.周琰杰 (Zhou Yanjie)-1/+63
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman-2/+6
2022-02-17usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier-2/+6
2022-02-11usb: dwc2: Add platform specific data for Intel's AgilexDinh Nguyen-0/+10
2022-01-26usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay-1/+1
2022-01-06usb: dwc2: gadget: initialize max_speed from paramsJohn Keeping-1/+12
2022-01-06usb: dwc2: do not gate off the hardware if it does not support clock gatingDinh Nguyen-3/+4
2021-12-30usb: dwc2: Simplify a bitmap declarationChristophe JAILLET-2/+1
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman-0/+3
2021-12-17usb: dwc2: drd: restore role and overrides upon resumeFabrice Gasnier-6/+42
2021-12-17usb: dwc2: drd: add role-switch-default-node supportFabrice Gasnier-0/+16
2021-12-15usb: dwc2: platform: adopt dev_err_probe() to silent probe deferAmelie Delaunay-37/+16
2021-12-15usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay-0/+3
2021-11-29Merge 5.16-rc3 into usb-nextGreg Kroah-Hartman-4/+15
2021-11-23usb: dwc2: gadget: use existing helperJohn Keeping-2/+2
2021-11-17usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor-1/+1
2021-11-17usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan-3/+14
2021-10-25usb: dwc2: stm32mp15: set otg_revFabrice Gasnier-0/+2
2021-10-25usb: dwc2: add otg_rev and otg_caps information for gadget driverFabrice Gasnier-52/+57
2021-10-21usb: dwc2: drd: reset current session before setting the new oneAmelie Delaunay-0/+2
2021-10-21usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabledAmelie Delaunay-0/+18
2021-10-21usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_initAmelie Delaunay-2/+2
2021-09-14usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan-3/+1
2021-09-14usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan-83/+106
2021-09-14usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang-0/+4
2021-08-27usb: dwc2: Fix spelling mistake "was't" -> "wasn't"Colin Ian King-1/+1
2021-08-13usb: dwc2: gadget: implement udc_set_speed()Argishti Aleksanyan-0/+23
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman-7/+38
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportMinas Harutyunyan-1/+29
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan-4/+6
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski-3/+11
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan-0/+21