aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-16usb: dwc3: core: stop the core when it's removedAngus Ainslie1-0/+9
2021-11-09usb: dwc3: Enable undefined length INCR burst typeMichael Walle1-0/+69
2021-11-09usb: dwc3: Add frame length adjustment quirkMichael Walle1-0/+26
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2020-09-30usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson1-7/+8
2020-05-29usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang1-31/+34
2020-05-29usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki1-0/+9
2020-05-29usb: dwc3: Add disable u2mac linestate check quirkJagan Teki1-0/+20
2020-05-29usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang1-0/+6
2020-05-29usb: dwc3: add dis_enblslpm_quirkFrank Wang1-0/+6
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-12usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki1-0/+6
2020-05-02usb: dwc3: use the phy bulk API to get physChunfeng Yun1-71/+16
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-1/+1
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-3/+3
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2019-12-21usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki1-4/+8
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-11-23usb: dwc3: Add phy interface for dwc3_ubootJagan Teki1-0/+27
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot1-2/+2
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot1-0/+65
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot1-1/+1
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot1-0/+13
2019-10-08drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy1-2/+2
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot1-2/+86
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot1-2/+1
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-1/+1
2018-05-18drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N1-2/+5
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N1-0/+55
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-14usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich1-0/+2
2015-12-07usb: dwc3: fix build warningsFelipe Balbi1-1/+1
2015-11-03usb: dwc3: Fix warnings on 64-bit buildsMichal Simek1-3/+4
2015-04-14usb: dwc3: optimize interrupt loopMarek Szyprowski1-7/+0
2015-04-14usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim1-1/+1
2015-04-14dwc3: flush the buffers before using itKishon Vijay Abraham I1-2/+9
2015-04-14dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I1-0/+21
2015-04-14dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I1-8/+24
2015-04-14dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I1-166/+52
2015-04-14usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I1-186/+30
2015-04-14usb: dwc3: remove pm related operations from dwc3 driverKishon Vijay Abraham I1-96/+0
2015-04-14usb: dwc3: Modify the file headers to u-boot formatKishon Vijay Abraham I1-10/+5
2015-04-14usb: dwc3: add dwc3 folder from linux kernel to u-bootKishon Vijay Abraham I1-0/+1119