summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman2024-04-231-1/+3
|\
| * usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan2024-04-091-1/+3
* | Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman2024-04-017-41/+125
|\|
| * usb: dwc2: gadget: LPM flow fixMinas Harutyunyan2024-03-263-21/+47
| * usb: dwc2: gadget: Fix exiting from clock gatingMinas Harutyunyan2024-03-264-5/+14
| * usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan2024-03-263-9/+22
| * usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan2024-03-262-4/+14
| * usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2024-03-262-2/+28
* | usb: dwc2: add support for Sophgo CV18XX/SG200X series SoCInochi Amaoto2024-03-271-0/+21
* | usb: dwc2: New bitfield definition and programming in GRSTCTLMinas Harutyunyan2024-03-262-0/+48
* | usb: dwc2: Add hibernation updates for ULPI PHYMinas Harutyunyan2024-03-264-0/+43
* | usb: dwc2: New bit definition in GPWRDN registerMinas Harutyunyan2024-03-261-0/+2
* | usb: dwc2: Add eUSB2 PHY disconnect flow supportMinas Harutyunyan2024-03-262-4/+22
* | usb: dwc2: Add new parameter eusb2_discMinas Harutyunyan2024-03-263-0/+29
* | usb: dwc2: New bit definition in GOTGCTL registerMinas Harutyunyan2024-03-261-0/+1
* | usb: dwc2: Add core new versions definitionMinas Harutyunyan2024-03-261-0/+2
* | usb: dwc2: Remove cat_printf()Christophe JAILLET2024-03-261-44/+8
|/
* usb: dwc2: Disable clock gating feature on Rockchip SoCsWilliam Wu2024-01-021-0/+1
* USB: dwc2: write HCINT with INTMASK appliedOliver Neukum2023-11-211-8/+7
* usb: Use device_get_match_data()Rob Herring2023-10-101-15/+6
* usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyJia-Ju Bai2023-10-021-1/+1
* usb: dwc2: add pci_device_id driver_data parse supportYinbo Zhu2023-08-223-14/+40
* USB: dwc2: hande irq on dead controller correctlyOliver Neukum2023-08-221-1/+3
* usb: Explicitly include correct DT includesRob Herring2023-07-252-2/+1
* usb: dwc2/platform: Convert to platform remove callback returning voidUwe Kleine-König2023-05-301-4/+2
* usb: dwc2: support dwc2 IP for Amlogic A1 SoC familyDmitry Rokosov2023-05-131-0/+21
* usb: dwc2: Fix some error handling pathsChristophe JAILLET2023-05-131-3/+13
* usb: dwc2: platform: add support for utmi optional clockFabrice Gasnier2023-04-202-1/+21
* usb: dwc2: improve error handling in __dwc2_lowlevel_hw_enableFabrice Gasnier2023-04-201-2/+17
* usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"Deming Wang2023-03-291-1/+1
* Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-273-21/+7
|\
| * usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier2023-03-232-6/+3
| * usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier2023-03-231-14/+2
| * usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang2023-03-091-1/+2
* | usb: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-2/+1
|/
* usb: dwc2: power on/off phy for peripheral mode in dual-role modeQuentin Schulz2022-12-082-3/+6
* usb: dwc2: disable lpm feature on Rockchip SoCsQuentin Schulz2022-12-081-0/+4
* usb: dwc2: platform: Improve error reporting for problems during .remove()Uwe Kleine-König2022-10-221-1/+1
* usb: dwc2: Remove redundant license textChristophe JAILLET2022-09-2212-360/+1
* usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit2022-08-301-4/+4
* usb: dwc2: drop unexpected word "the" in the commentsJiang Jian2022-06-241-1/+1
* usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switchAmelie Delaunay2022-06-241-1/+2
* usb: dwc2: host: add TPL supportAmelie Delaunay2022-06-221-0/+3
* usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin2022-06-101-1/+1
* usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski2022-05-051-1/+0
* USB: dwc2: Add OTG support for Ingenic SoCs.周琰杰 (Zhou Yanjie)2022-04-213-1/+63
* Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman2022-02-282-2/+6
|\
| * usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier2022-02-172-2/+6
* | usb: dwc2: Add platform specific data for Intel's AgilexDinh Nguyen2022-02-111-0/+10
|/
* usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay2022-01-261-1/+1