aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2024-04-23Merge 6.9-rc5 into usb-nextGravatar Greg Kroah-Hartman 1-1/+3
2024-04-09usb: dwc2: host: Fix dereference issue in DDMA completion flow.Gravatar Minas Harutyunyan 1-1/+3
2024-04-01Merge 6.9-rc2 into usb-nextGravatar Greg Kroah-Hartman 7-41/+125
2024-03-27usb: dwc2: add support for Sophgo CV18XX/SG200X series SoCGravatar Inochi Amaoto 1-0/+21
2024-03-26usb: dwc2: gadget: LPM flow fixGravatar Minas Harutyunyan 3-21/+47
2024-03-26usb: dwc2: gadget: Fix exiting from clock gatingGravatar Minas Harutyunyan 4-5/+14
2024-03-26usb: dwc2: host: Fix ISOC flow in DDMA modeGravatar Minas Harutyunyan 3-9/+22
2024-03-26usb: dwc2: host: Fix remote wakeup from hibernationGravatar Minas Harutyunyan 2-4/+14
2024-03-26usb: dwc2: host: Fix hibernation flowGravatar Minas Harutyunyan 2-2/+28
2024-03-26usb: dwc2: New bitfield definition and programming in GRSTCTLGravatar Minas Harutyunyan 2-0/+48
2024-03-26usb: dwc2: Add hibernation updates for ULPI PHYGravatar Minas Harutyunyan 4-0/+43
2024-03-26usb: dwc2: New bit definition in GPWRDN registerGravatar Minas Harutyunyan 1-0/+2
2024-03-26usb: dwc2: Add eUSB2 PHY disconnect flow supportGravatar Minas Harutyunyan 2-4/+22
2024-03-26usb: dwc2: Add new parameter eusb2_discGravatar Minas Harutyunyan 3-0/+29
2024-03-26usb: dwc2: New bit definition in GOTGCTL registerGravatar Minas Harutyunyan 1-0/+1
2024-03-26usb: dwc2: Add core new versions definitionGravatar Minas Harutyunyan 1-0/+2
2024-03-26usb: dwc2: Remove cat_printf()Gravatar Christophe JAILLET 1-44/+8
2024-01-02usb: dwc2: Disable clock gating feature on Rockchip SoCsGravatar William Wu 1-0/+1
2023-11-21USB: dwc2: write HCINT with INTMASK appliedGravatar Oliver Neukum 1-8/+7
2023-10-10usb: Use device_get_match_data()Gravatar Rob Herring 1-15/+6
2023-10-02usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyGravatar Jia-Ju Bai 1-1/+1
2023-08-22usb: dwc2: add pci_device_id driver_data parse supportGravatar Yinbo Zhu 3-14/+40
2023-08-22USB: dwc2: hande irq on dead controller correctlyGravatar Oliver Neukum 1-1/+3
2023-07-25usb: Explicitly include correct DT includesGravatar Rob Herring 2-2/+1
2023-05-30usb: dwc2/platform: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-13usb: dwc2: support dwc2 IP for Amlogic A1 SoC familyGravatar Dmitry Rokosov 1-0/+21
2023-05-13usb: dwc2: Fix some error handling pathsGravatar Christophe JAILLET 1-3/+13
2023-04-20usb: dwc2: platform: add support for utmi optional clockGravatar Fabrice Gasnier 2-1/+21
2023-04-20usb: dwc2: improve error handling in __dwc2_lowlevel_hw_enableGravatar Fabrice Gasnier 1-2/+17
2023-03-29usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"Gravatar Deming Wang 1-1/+1
2023-03-27Merge 6.3-rc4 into usb-nextGravatar Greg Kroah-Hartman 3-21/+7
2023-03-23usb: dwc2: fix a race, don't power off/on phy for dual-role modeGravatar Fabrice Gasnier 2-6/+3
2023-03-23usb: dwc2: fix a devres leak in hw_enable upon suspend resumeGravatar Fabrice Gasnier 1-14/+2
2023-03-16usb: Use of_property_read_bool() for boolean propertiesGravatar Rob Herring 1-2/+1
2023-03-09usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Gravatar Ziyang Huang 1-1/+2
2022-12-08usb: dwc2: power on/off phy for peripheral mode in dual-role modeGravatar Quentin Schulz 2-3/+6
2022-12-08usb: dwc2: disable lpm feature on Rockchip SoCsGravatar Quentin Schulz 1-0/+4
2022-10-22usb: dwc2: platform: Improve error reporting for problems during .remove()Gravatar Uwe Kleine-König 1-1/+1
2022-09-22usb: dwc2: Remove redundant license textGravatar Christophe JAILLET 12-360/+1
2022-08-30usb: dwc2: fix wrong order of phy_power_on and phy_initGravatar Heiner Kallweit 1-4/+4
2022-06-24usb: dwc2: drop unexpected word "the" in the commentsGravatar Jiang Jian 1-1/+1
2022-06-24usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switchGravatar Amelie Delaunay 1-1/+2
2022-06-22usb: dwc2: host: add TPL supportGravatar Amelie Delaunay 1-0/+3
2022-06-10usb: dwc2: Fix memory leak in dwc2_hcd_initGravatar Miaoqian Lin 1-1/+1
2022-05-05usb: dwc2: gadget: don't reset gadget's driver->busGravatar Marek Szyprowski 1-1/+0
2022-04-21USB: dwc2: Add OTG support for Ingenic SoCs.Gravatar 周琰杰 (Zhou Yanjie) 3-1/+63
2022-02-28Merge 5.17-rc6 into usb-nextGravatar Greg Kroah-Hartman 2-2/+6
2022-02-17usb: dwc2: drd: fix soft connect when gadget is unconfiguredGravatar Fabrice Gasnier 2-2/+6
2022-02-11usb: dwc2: Add platform specific data for Intel's AgilexGravatar Dinh Nguyen 1-0/+10
2022-01-26usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendGravatar Amelie Delaunay 1-1/+1