aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: core: stop the core when it's removedAngus Ainslie2022-02-161-0/+9
* usb: dwc3: Enable undefined length INCR burst typeMichael Walle2021-11-091-0/+69
* usb: dwc3: Add frame length adjustment quirkMichael Walle2021-11-091-0/+26
* dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+1
* usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-7/+8
* usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang2020-05-291-31/+34
* usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki2020-05-291-0/+9
* usb: dwc3: Add disable u2mac linestate check quirkJagan Teki2020-05-291-0/+20
* usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang2020-05-291-0/+6
* usb: dwc3: add dis_enblslpm_quirkFrank Wang2020-05-291-0/+6
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki2020-05-121-0/+6
* usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-021-71/+16
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-1/+1
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-3/+3
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+2
* usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2019-12-211-4/+8
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2019-11-231-0/+27
* usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot2019-10-241-2/+2
* usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot2019-10-241-0/+65
* usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot2019-10-241-1/+1
* usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot2019-10-241-0/+13
* drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy2019-10-081-2/+2
* dwc3: move phy operation to core.cJean-Jacques Hiblot2018-12-071-2/+86
* usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot2018-12-071-2/+1
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-1/+1
* drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N2018-05-181-2/+5
* usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N2018-05-181-0/+55
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich2017-04-141-0/+2
* usb: dwc3: fix build warningsFelipe Balbi2015-12-071-1/+1
* usb: dwc3: Fix warnings on 64-bit buildsMichal Simek2015-11-031-3/+4
* usb: dwc3: optimize interrupt loopMarek Szyprowski2015-04-141-7/+0
* usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim2015-04-141-1/+1
* dwc3: flush the buffers before using itKishon Vijay Abraham I2015-04-141-2/+9
* dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I2015-04-141-0/+21
* dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I2015-04-141-8/+24
* dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-141-166/+52
* usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I2015-04-141-186/+30
* usb: dwc3: remove pm related operations from dwc3 driverKishon Vijay Abraham I2015-04-141-96/+0
* usb: dwc3: Modify the file headers to u-boot formatKishon Vijay Abraham I2015-04-141-10/+5
* usb: dwc3: add dwc3 folder from linux kernel to u-bootKishon Vijay Abraham I2015-04-141-0/+1119