| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-01 | Merge tag 'v7.1-rc6' into usb-next | Greg Kroah-Hartman | 1 | -1/+3 |
| 2026-05-22 | usb: dwc2: remove WARN in dwc2_hcd_save_data_toggle | Jisheng Zhang | 1 | -4/+6 |
| 2026-05-22 | usb: dwc2: Fix use after free in debug code | Dan Carpenter | 1 | -1/+3 |
| 2026-03-30 | usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop() | Juno Choi | 1 | -0/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 3 | -5/+5 |
| 2026-02-05 | usb: dwc2: fix resume failure if dr_mode is host | Jisheng Zhang | 1 | -0/+1 |
| 2025-11-21 | usb: dwc2: fix hang during suspend if set as peripheral | Jisheng Zhang | 1 | -1/+8 |
| 2025-11-21 | usb: dwc2: fix hang during shutdown if set as peripheral | Jisheng Zhang | 1 | -4/+4 |
| 2025-09-12 | usb: dwc2: Add support for 'maximum-speed' property | Herve Codina | 1 | -0/+26 |
| 2025-07-21 | Merge tag 'v6.16-rc7' into usb-next | Greg Kroah-Hartman | 1 | -12/+26 |
| 2025-07-13 | usb: dwc2: gadget: Fix enter to hibernation for UTMI+ PHY | Minas Harutyunyan | 1 | -12/+26 |
| 2025-06-30 | usb: dwc2: disable platform lowlevel hw resources during shutdown | Jisheng Zhang | 1 | -0/+3 |
| 2025-06-24 | usb: dwc2: follow compatible string change for Sophgo CV18XX/SG200X series SoC | Inochi Amaoto | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 2 | -2/+2 |
| 2025-05-21 | usb: dwc2: gadget: Use USB API functions rather than constants | Chen Ni | 1 | -1/+1 |
| 2025-04-25 | usb: dwc2: also exit clock_gating when stopping udc while suspended | Michael Grzeschik | 1 | -0/+6 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -3/+3 |
| 2025-04-02 | Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 5 | -106/+171 |
| 2025-02-19 | usb: dwc2: Implement recovery after PM domain off | Stefan Wahren | 3 | -0/+41 |
| 2025-02-19 | usb: dwc2: Refactor backup/restore of registers | Stefan Wahren | 3 | -101/+121 |
| 2025-02-19 | usb: dwc2: gadget: Introduce register restore flags | Stefan Wahren | 2 | -7/+11 |
| 2025-02-18 | usb: dwc2: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
| 2025-02-03 | usb: dwc2: gadget: remove of_node reference upon udc_stop | Fabrice Gasnier | 1 | -0/+1 |
| 2024-12-04 | usb: dwc2: Fix HCD port connection race | Stefan Wahren | 1 | -1/+1 |
| 2024-12-04 | usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature | Stefan Wahren | 1 | -10/+6 |
| 2024-12-04 | usb: dwc2: Fix HCD resume | Stefan Wahren | 1 | -0/+1 |
| 2024-11-30 | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-05 | Merge v6.12-rc6 into usb-next | Greg Kroah-Hartman | 1 | -1/+0 |
| 2024-11-04 | usb: use "prompt" instead of "bool" for choice prompts | Masahiro Yamada | 1 | -1/+1 |
| 2024-10-29 | Revert "usb: dwc2: Skip clock gating on Broadcom SoCs" | Stefan Wahren | 1 | -1/+0 |
| 2024-10-04 | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-11 | usb: dwc2: drd: fix clock gating on USB role switch | Tomas Marek | 1 | -0/+9 |
| 2024-09-03 | usb: dwc2: Adjust the timing of USB Driver Interrupt Registration in the Cras... | Shawn Shao | 1 | -12/+14 |
| 2024-07-31 | usb: dwc2: Skip clock gating on Broadcom SoCs | Stefan Wahren | 1 | -0/+1 |
| 2024-07-31 | usb: dwc2: Add comment about BCM2848 ACPI ID | Stefan Wahren | 1 | -0/+1 |
| 2024-07-31 | usb: dwc2: debugfs: Print parameter no_clock_gating | Stefan Wahren | 1 | -0/+1 |
| 2024-07-10 | usb: dwc2: add support for other Lantiq SoCs | Hauke Mehrtens | 1 | -5/+25 |
| 2024-06-04 | usb: dwc2: gadget: Don't write invalid mapped sg entries into dma_desc with i... | Peng Hongchi | 1 | -2/+2 |
| 2024-04-23 | Merge 6.9-rc5 into usb-next | Greg Kroah-Hartman | 1 | -1/+3 |
| 2024-04-09 | usb: dwc2: host: Fix dereference issue in DDMA completion flow. | Minas Harutyunyan | 1 | -1/+3 |
| 2024-04-01 | Merge 6.9-rc2 into usb-next | Greg Kroah-Hartman | 7 | -41/+125 |
| 2024-03-27 | usb: dwc2: add support for Sophgo CV18XX/SG200X series SoC | Inochi Amaoto | 1 | -0/+21 |
| 2024-03-26 | usb: dwc2: gadget: LPM flow fix | Minas Harutyunyan | 3 | -21/+47 |
| 2024-03-26 | usb: dwc2: gadget: Fix exiting from clock gating | Minas Harutyunyan | 4 | -5/+14 |
| 2024-03-26 | usb: dwc2: host: Fix ISOC flow in DDMA mode | Minas Harutyunyan | 3 | -9/+22 |
| 2024-03-26 | usb: dwc2: host: Fix remote wakeup from hibernation | Minas Harutyunyan | 2 | -4/+14 |
| 2024-03-26 | usb: dwc2: host: Fix hibernation flow | Minas Harutyunyan | 2 | -2/+28 |
| 2024-03-26 | usb: dwc2: New bitfield definition and programming in GRSTCTL | Minas Harutyunyan | 2 | -0/+48 |
| 2024-03-26 | usb: dwc2: Add hibernation updates for ULPI PHY | Minas Harutyunyan | 4 | -0/+43 |
| 2024-03-26 | usb: dwc2: New bit definition in GPWRDN register | Minas Harutyunyan | 1 | -0/+2 |
| 2024-03-26 | usb: dwc2: Add eUSB2 PHY disconnect flow support | Minas Harutyunyan | 2 | -4/+22 |
| 2024-03-26 | usb: dwc2: Add new parameter eusb2_disc | Minas Harutyunyan | 3 | -0/+29 |
| 2024-03-26 | usb: dwc2: New bit definition in GOTGCTL register | Minas Harutyunyan | 1 | -0/+1 |
| 2024-03-26 | usb: dwc2: Add core new versions definition | Minas Harutyunyan | 1 | -0/+2 |
| 2024-03-26 | usb: dwc2: Remove cat_printf() | Christophe JAILLET | 1 | -44/+8 |
| 2024-01-02 | usb: dwc2: Disable clock gating feature on Rockchip SoCs | William Wu | 1 | -0/+1 |
| 2023-11-21 | USB: dwc2: write HCINT with INTMASK applied | Oliver Neukum | 1 | -8/+7 |
| 2023-10-10 | usb: Use device_get_match_data() | Rob Herring | 1 | -15/+6 |
| 2023-10-02 | usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency | Jia-Ju Bai | 1 | -1/+1 |
| 2023-08-22 | usb: dwc2: add pci_device_id driver_data parse support | Yinbo Zhu | 3 | -14/+40 |
| 2023-08-22 | USB: dwc2: hande irq on dead controller correctly | Oliver Neukum | 1 | -1/+3 |
| 2023-07-25 | usb: Explicitly include correct DT includes | Rob Herring | 2 | -2/+1 |
| 2023-05-30 | usb: dwc2/platform: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-05-13 | usb: dwc2: support dwc2 IP for Amlogic A1 SoC family | Dmitry Rokosov | 1 | -0/+21 |
| 2023-05-13 | usb: dwc2: Fix some error handling paths | Christophe JAILLET | 1 | -3/+13 |
| 2023-04-20 | usb: dwc2: platform: add support for utmi optional clock | Fabrice Gasnier | 2 | -1/+21 |
| 2023-04-20 | usb: dwc2: improve error handling in __dwc2_lowlevel_hw_enable | Fabrice Gasnier | 1 | -2/+17 |
| 2023-03-29 | usb: dwc2: Fix spelling mistake "schduler" -> "scheduler" | Deming Wang | 1 | -1/+1 |
| 2023-03-27 | Merge 6.3-rc4 into usb-next | Greg Kroah-Hartman | 3 | -21/+7 |
| 2023-03-23 | usb: dwc2: fix a race, don't power off/on phy for dual-role mode | Fabrice Gasnier | 2 | -6/+3 |
| 2023-03-23 | usb: dwc2: fix a devres leak in hw_enable upon suspend resume | Fabrice Gasnier | 1 | -14/+2 |
| 2023-03-16 | usb: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -2/+1 |
| 2023-03-09 | usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host" | Ziyang Huang | 1 | -1/+2 |
| 2022-12-08 | usb: dwc2: power on/off phy for peripheral mode in dual-role mode | Quentin Schulz | 2 | -3/+6 |
| 2022-12-08 | usb: dwc2: disable lpm feature on Rockchip SoCs | Quentin Schulz | 1 | -0/+4 |
| 2022-10-22 | usb: dwc2: platform: Improve error reporting for problems during .remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2022-09-22 | usb: dwc2: Remove redundant license text | Christophe JAILLET | 12 | -360/+1 |
| 2022-08-30 | usb: dwc2: fix wrong order of phy_power_on and phy_init | Heiner Kallweit | 1 | -4/+4 |
| 2022-06-24 | usb: dwc2: drop unexpected word "the" in the comments | Jiang Jian | 1 | -1/+1 |
| 2022-06-24 | usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switch | Amelie Delaunay | 1 | -1/+2 |
| 2022-06-22 | usb: dwc2: host: add TPL support | Amelie Delaunay | 1 | -0/+3 |
| 2022-06-10 | usb: dwc2: Fix memory leak in dwc2_hcd_init | Miaoqian Lin | 1 | -1/+1 |
| 2022-05-05 | usb: dwc2: gadget: don't reset gadget's driver->bus | Marek Szyprowski | 1 | -1/+0 |
| 2022-04-21 | USB: dwc2: Add OTG support for Ingenic SoCs. | 周琰杰 (Zhou Yanjie) | 3 | -1/+63 |
| 2022-02-28 | Merge 5.17-rc6 into usb-next | Greg Kroah-Hartman | 2 | -2/+6 |
| 2022-02-17 | usb: dwc2: drd: fix soft connect when gadget is unconfigured | Fabrice Gasnier | 2 | -2/+6 |
| 2022-02-11 | usb: dwc2: Add platform specific data for Intel's Agilex | Dinh Nguyen | 1 | -0/+10 |
| 2022-01-26 | usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend | Amelie Delaunay | 1 | -1/+1 |
| 2022-01-06 | usb: dwc2: gadget: initialize max_speed from params | John Keeping | 1 | -1/+12 |
| 2022-01-06 | usb: dwc2: do not gate off the hardware if it does not support clock gating | Dinh Nguyen | 1 | -3/+4 |
| 2021-12-30 | usb: dwc2: Simplify a bitmap declaration | Christophe JAILLET | 1 | -2/+1 |
| 2021-12-20 | Merge 5.16-rc6 into usb-next | Greg Kroah-Hartman | 1 | -0/+3 |
| 2021-12-17 | usb: dwc2: drd: restore role and overrides upon resume | Fabrice Gasnier | 2 | -6/+42 |
| 2021-12-17 | usb: dwc2: drd: add role-switch-default-node support | Fabrice Gasnier | 2 | -0/+16 |
| 2021-12-15 | usb: dwc2: platform: adopt dev_err_probe() to silent probe defer | Amelie Delaunay | 1 | -37/+16 |
| 2021-12-15 | usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe | Amelie Delaunay | 1 | -0/+3 |
| 2021-11-29 | Merge 5.16-rc3 into usb-next | Greg Kroah-Hartman | 2 | -4/+15 |
| 2021-11-23 | usb: dwc2: gadget: use existing helper | John Keeping | 1 | -2/+2 |
| 2021-11-17 | usb: dwc2: hcd_queue: Fix use of floating point literal | Nathan Chancellor | 1 | -1/+1 |
| 2021-11-17 | usb: dwc2: gadget: Fix ISOC flow for elapsed frames | Minas Harutyunyan | 1 | -3/+14 |
| 2021-10-25 | usb: dwc2: stm32mp15: set otg_rev | Fabrice Gasnier | 1 | -0/+2 |
| 2021-10-25 | usb: dwc2: add otg_rev and otg_caps information for gadget driver | Fabrice Gasnier | 5 | -52/+57 |
| 2021-10-21 | usb: dwc2: drd: reset current session before setting the new one | Amelie Delaunay | 1 | -0/+2 |
| 2021-10-21 | usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled | Amelie Delaunay | 1 | -0/+18 |
| 2021-10-21 | usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init | Amelie Delaunay | 1 | -2/+2 |
| 2021-09-14 | usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMA | Minas Harutyunyan | 1 | -3/+1 |
| 2021-09-14 | usb: dwc2: gadget: Fix ISOC flow for BDMA and Slave | Minas Harutyunyan | 1 | -83/+106 |
| 2021-09-14 | usb: dwc2: check return value after calling platform_get_resource() | Yang Yingliang | 1 | -0/+4 |
| 2021-08-27 | usb: dwc2: Fix spelling mistake "was't" -> "wasn't" | Colin Ian King | 1 | -1/+1 |
| 2021-08-13 | usb: dwc2: gadget: implement udc_set_speed() | Argishti Aleksanyan | 1 | -0/+23 |
| 2021-07-26 | Merge v5.14-rc3 into usb-next | Greg Kroah-Hartman | 5 | -7/+38 |
| 2021-07-21 | usb: dwc2: gadget: Add endpoint wedge support | Minas Harutyunyan | 2 | -1/+29 |
| 2021-07-21 | usb: dwc2: gadget: Fix sending zero length packet in DDMA mode. | Minas Harutyunyan | 1 | -4/+6 |
| 2021-07-21 | usb: dwc2: Skip clock gating on Samsung SoCs | Marek Szyprowski | 4 | -3/+11 |
| 2021-07-21 | usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode. | Minas Harutyunyan | 1 | -0/+21 |
| 2021-06-09 | usb: dwc2: Don't reset the core after setting turnaround time | Clément Lassieur | 1 | -9/+21 |
| 2021-05-27 | usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentation | Lee Jones | 1 | -1/+1 |
| 2021-05-27 | usb: dwc2: pci: Fix possible copy/paste issue | Lee Jones | 1 | -1/+1 |
| 2021-05-27 | usb: dwc2: hcd_queue: Fix typeo in function name 'dwc2_hs_pmap_unschedule()' | Lee Jones | 1 | -1/+1 |
| 2021-05-27 | usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docs | Lee Jones | 1 | -2/+2 |
| 2021-05-27 | usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()' | Lee Jones | 1 | -1/+1 |
| 2021-05-21 | USB: dwc2: drop irq-flags initialisations | Johan Hovold | 1 | -6/+6 |
| 2021-05-10 | usb: dwc2: Remove obsolete MODULE_ constants from platform.c | Matthijs Kooijman | 1 | -4/+0 |
| 2021-05-10 | usb: dwc2: Fix gadget DMA unmap direction | Phil Elwell | 2 | -1/+4 |
| 2021-04-22 | usb: dwc2: Get rid of useless error checks in suspend interrupt | Artur Petrosyan | 2 | -14/+7 |
| 2021-04-22 | usb: dwc2: Update dwc2_handle_usb_suspend_intr function. | Artur Petrosyan | 1 | -5/+7 |
| 2021-04-22 | usb: dwc2: Add exit hibernation mode before removing drive | Artur Petrosyan | 1 | -0/+15 |
| 2021-04-22 | usb: dwc2: Add hibernation exiting flow by system resume | Artur Petrosyan | 1 | -0/+10 |
| 2021-04-22 | usb: dwc2: Add hibernation entering flow by system suspend | Artur Petrosyan | 1 | -0/+10 |
| 2021-04-22 | usb: dwc2: Allow exit hibernation in urb enqueue | Artur Petrosyan | 1 | -0/+14 |
| 2021-04-22 | usb: dwc2: Move exit hibernation to dwc2_port_resume() function | Artur Petrosyan | 1 | -6/+7 |
| 2021-04-22 | usb: dwc2: Move enter hibernation to dwc2_port_suspend() function | Artur Petrosyan | 1 | -4/+14 |
| 2021-04-22 | usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated. | Artur Petrosyan | 1 | -0/+6 |
| 2021-04-22 | usb: dwc2: Clear fifo_map when resetting core. | Artur Petrosyan | 2 | -0/+19 |
| 2021-04-22 | usb: dwc2: Allow exiting hibernation from gpwrdn rst detect | Artur Petrosyan | 1 | -5/+18 |
| 2021-04-22 | usb: dwc2: Fix hibernation between host and device modes. | Artur Petrosyan | 1 | -71/+83 |
| 2021-04-22 | usb: dwc2: Fix host mode hibernation exit with remote wakeup flow. | Artur Petrosyan | 1 | -1/+9 |
| 2021-04-22 | usb: dwc2: Reset DEVADDR after exiting gadget hibernation. | Artur Petrosyan | 1 | -0/+4 |
| 2021-04-22 | usb: dwc2: Update exit hibernation when port reset is asserted | Artur Petrosyan | 1 | -6/+11 |
| 2021-04-22 | usb: dwc2: Enable RPi in ACPI mode | Jeremy Linton | 3 | -1/+20 |
| 2021-04-13 | usb: dwc2: Add exit clock gating before removing driver | Artur Petrosyan | 1 | -0/+9 |
| 2021-04-13 | usb: dwc2: Add clock gating exiting flow by system resume | Artur Petrosyan | 1 | -0/+22 |
| 2021-04-13 | usb: dwc2: Add clock gating entering flow by system suspend | Artur Petrosyan | 1 | -0/+9 |
| 2021-04-13 | usb: dwc2: Allow exit clock gating in urb enqueue | Artur Petrosyan | 1 | -0/+8 |
| 2021-04-13 | usb: dwc2: Update exit clock gating when port is resumed | Artur Petrosyan | 1 | -25/+4 |
| 2021-04-13 | usb: dwc2: Update enter clock gating when port is suspended | Artur Petrosyan | 1 | -15/+4 |
| 2021-04-13 | usb: dwc2: Add exit clock gating when port reset is asserted | Artur Petrosyan | 1 | -0/+4 |
| 2021-04-13 | usb: dwc2: Add exit clock gating from session request interrupt | Artur Petrosyan | 1 | -6/+13 |
| 2021-04-13 | usb: dwc2: Add exit clock gating from wakeup interrupt | Artur Petrosyan | 1 | -11/+22 |
| 2021-04-13 | usb: dwc2: Allow entering clock gating from USB_SUSPEND interrupt | Artur Petrosyan | 1 | -3/+7 |
| 2021-04-13 | usb: dwc2: Add host clock gating support functions | Artur Petrosyan | 2 | -0/+91 |
| 2021-04-13 | usb: dwc2: Add device clock gating support functions | Artur Petrosyan | 2 | -2/+79 |
| 2021-04-09 | usb: dwc2: Add exit partial power down before removing driver | Artur Petrosyan | 1 | -1/+10 |
| 2021-04-09 | usb: dwc2: Fix partial power down exiting by system resume | Artur Petrosyan | 1 | -44/+46 |
| 2021-04-09 | usb: dwc2: Update partial power down entering by system suspend | Artur Petrosyan | 1 | -35/+18 |
| 2021-04-09 | usb: dwc2: Fix session request interrupt handler | Artur Petrosyan | 1 | -0/+8 |
| 2021-04-09 | usb: dwc2: Allow exit partial power down in urb enqueue | Artur Petrosyan | 1 | -0/+7 |
| 2021-04-09 | usb: dwc2: Add part. power down exit from dwc2_conn_id_status_change(). | Artur Petrosyan | 1 | -0/+9 |
| 2021-04-09 | usb: dwc2: Add exit partial power down when port reset is asserted | Artur Petrosyan | 1 | -0/+9 |
| 2021-04-09 | usb: dwc2: Add exit partial power down when port is resumed | Artur Petrosyan | 2 | -24/+42 |
| 2021-04-09 | usb: dwc2: Add enter partial power down when port is suspended | Artur Petrosyan | 2 | -19/+34 |
| 2021-04-09 | usb: dwc2: Update port suspend/resume function definitions. | Artur Petrosyan | 2 | -6/+23 |
| 2021-04-09 | usb: dwc2: Add partial power down exit flow in wakeup intr. | Artur Petrosyan | 1 | -9/+8 |
| 2021-04-09 | usb: dwc2: Update enter and exit partial power down functions | Artur Petrosyan | 6 | -115/+45 |
| 2021-04-09 | usb: dwc2: Add host partial power down functions | Artur Petrosyan | 2 | -0/+168 |
| 2021-04-09 | usb: dwc2: Add device partial power down functions | Artur Petrosyan | 2 | -0/+138 |
| 2021-04-05 | Merge 5.12-rc6 into usb-next | Greg Kroah-Hartman | 1 | -2/+3 |
| 2021-04-02 | usb: dwc2: delete duplicate word in the comment | Tian Tao | 1 | -1/+1 |
| 2021-04-02 | usb: dwc2: add parenthess and space around * | Tian Tao | 1 | -1/+1 |
| 2021-03-26 | usb: dwc2: Prevent core suspend when port connection flag is 0 | Artur Petrosyan | 1 | -1/+2 |
| 2021-03-26 | usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board. | Artur Petrosyan | 1 | -1/+1 |
| 2021-03-10 | usb: dwc2: Add STM32 related debugfs entries | Martin Devera | 1 | -0/+2 |
| 2021-02-08 | Merge 5.11-rc7 into usb-next | Greg Kroah-Hartman | 1 | -7/+1 |
| 2021-02-05 | usb: dwc2: Fix endpoint direction check in ep_from_windex | Heiko Stuebner | 1 | -7/+1 |
| 2021-02-04 | usb: dwc2: pci: Drop the empty quirk function | Heikki Krogerus | 1 | -18/+0 |
| 2021-01-26 | usb: dwc2: Make "trimming xfer length" a debug message | Guenter Roeck | 1 | -1/+1 |
| 2021-01-26 | usb: dwc2: Abort transaction after errors with unknown reason | Guenter Roeck | 1 | -0/+12 |
| 2021-01-26 | usb: dwc2: Do not update data length if it is 0 on inbound transfers | Guenter Roeck | 1 | -7/+8 |
| 2021-01-12 | usb: dwc2: disable Link Power Management on STM32MP15 HS OTG | Amelie Delaunay | 1 | -0/+4 |
| 2021-01-12 | usb: dwc2: enable FS/LS PHY clock select on STM32MP15 FS OTG | Amelie Delaunay | 1 | -0/+2 |
| 2021-01-12 | usb: dwc2: set ahbcfg parameter for STM32MP15 OTG HS and FS | Amelie Delaunay | 1 | -0/+2 |
| 2020-10-27 | usb: dwc2: Avoid leaving the error_debugfs label unused | Martin Blumenstingl | 1 | -0/+3 |
| 2020-10-02 | usb: dwc2: Fix INTR OUT transfers in DDMA mode. | Minas Harutyunyan | 1 | -7/+33 |
| 2020-10-02 | usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCs | Amelie Delaunay | 1 | -1/+1 |
| 2020-10-02 | usb: dwc2: override PHY input signals with usb role switch support | Amelie Delaunay | 6 | -4/+210 |
| 2020-10-02 | usb: dwc2: Always disable regulators on driver teardown | Marc Zyngier | 1 | -4/+13 |
| 2020-10-02 | usb: dwc2: add support for APM82181 USB OTG | Christian Lamparter | 1 | -0/+1 |
| 2020-09-24 | usb: dwc2: Add missing cleanups when usb_add_gadget_udc() fails | Martin Blumenstingl | 1 | -1/+5 |
| 2020-09-24 | usb: dwc2: Fix parameter type in function pointer prototype | Nathan Chancellor | 1 | -1/+1 |
| 2020-07-27 | Revert "usb: dwc2: override PHY input signals with usb role switch support" | Greg Kroah-Hartman | 6 | -214/+2 |
| 2020-07-27 | Revert "usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP1... | Greg Kroah-Hartman | 1 | -3/+1 |
| 2020-07-24 | usb: dwc2: Fix error path in gadget registration | Marek Szyprowski | 1 | -1/+3 |
| 2020-07-23 | usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCs | Amelie Delaunay | 1 | -1/+3 |
| 2020-07-23 | usb: dwc2: override PHY input signals with usb role switch support | Amelie Delaunay | 6 | -2/+214 |
| 2020-07-20 | Merge 5.8-rc6 into usb-next | Greg Kroah-Hartman | 1 | -1/+2 |
| 2020-07-15 | usb: dwc2: gadget: Avoid pointless read of EP control register | Lee Jones | 1 | -2/+0 |
| 2020-07-15 | usb: dwc2: gadget: Make use of GINTMSK2 | Lee Jones | 1 | -0/+1 |
| 2020-07-09 | usb: dwc2: Fix shutdown callback in platform | Minas Harutyunyan | 1 | -1/+2 |
| 2020-07-03 | usb: dwc2: gadget: Remove assigned but never used 'maxsize' | Lee Jones | 1 | -2/+1 |