aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07usb: Remove <common.h> and add needed includesTom Rini
2024-04-02usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_in...Marek Vasut
2024-04-02usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadgetMarek Vasut
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut
2022-11-27usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT propertyMarek Vasut
2022-11-27usb: dwc3: Program GFLADJSean Anderson
2022-11-27usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson
2022-11-27usb: dwc3: reference clock period configurationBalaji Prakash J
2022-02-16usb: dwc3: core: stop the core when it's removedAngus Ainslie
2021-11-09usb: dwc3: Enable undefined length INCR burst typeMichael Walle
2021-11-09usb: dwc3: Add frame length adjustment quirkMichael Walle
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2020-09-30usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson
2020-05-29usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang
2020-05-29usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki
2020-05-29usb: dwc3: Add disable u2mac linestate check quirkJagan Teki
2020-05-29usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang
2020-05-29usb: dwc3: add dis_enblslpm_quirkFrank Wang
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-12usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki
2020-05-02usb: dwc3: use the phy bulk API to get physChunfeng Yun
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-12-21usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-23usb: dwc3: Add phy interface for dwc3_ubootJagan Teki
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot
2019-10-08drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-05-18drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-04-14usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich
2015-12-07usb: dwc3: fix build warningsFelipe Balbi
2015-11-03usb: dwc3: Fix warnings on 64-bit buildsMichal Simek
2015-04-14usb: dwc3: optimize interrupt loopMarek Szyprowski
2015-04-14usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim