index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
core.c
Age
Commit message (
Expand
)
Author
2020-05-29
usb: dwc3: amend UTMI/UTMIW phy interface setup
Frank Wang
2020-05-29
usb: dwc3: Enable AutoRetry feature in the controller
Jagan Teki
2020-05-29
usb: dwc3: Add disable u2mac linestate check quirk
Jagan Teki
2020-05-29
usb: dwc3: add dis_u2_freeclk_exists_quirk
Frank Wang
2020-05-29
usb: dwc3: add dis_enblslpm_quirk
Frank Wang
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-12
usb: dwc3: add dis_del_phy_power_chg_quirk
Jagan Teki
2020-05-02
usb: dwc3: use the phy bulk API to get phys
Chunfeng Yun
2020-02-19
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
2020-02-19
dma-mapping: fix the prototype of dma_unmap_single()
Masahiro Yamada
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-12-21
usb: dwc3: Fix UTMI/UTMIW phy interface initialization
Jagan Teki
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-11-23
usb: dwc3: Add phy interface for dwc3_uboot
Jagan Teki
2019-10-24
usb: dwc3: Kconfig: get rid of obsolete mode selection
Jean-Jacques Hiblot
2019-10-24
usb: dwc3: Add dwc3_of_parse() to get quirks information from DT
Jean-Jacques Hiblot
2019-10-24
usb: dwc3-generic: add a new host driver that uses the dwc3 core
Jean-Jacques Hiblot
2019-10-24
usb: dwc3: switch to peripheral mode when exiting
Jean-Jacques Hiblot
2019-10-08
drivers: usb: dwc3: setup phy before dwc3 core soft reset
T Karthik Reddy
2018-12-07
dwc3: move phy operation to core.c
Jean-Jacques Hiblot
2018-12-07
usb: introduce a separate config option for DM USB device
Jean-Jacques Hiblot
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-05-18
drivers: usb: dwc3: remove devm_zalloc from linux_compact
Mugunthan V N
2018-05-18
usb: dwc3: Add dwc3_init/remove with DM_USB
Mugunthan V N
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-04-14
usb: dwc3: gadget: make cache-maintenance on event buffers more robust
Philipp Tomsich
2015-12-07
usb: dwc3: fix build warnings
Felipe Balbi
2015-11-03
usb: dwc3: Fix warnings on 64-bit builds
Michal Simek
2015-04-14
usb: dwc3: optimize interrupt loop
Marek Szyprowski
2015-04-14
usb: dwc3: make dwc3_set_mode to static
Joonyoung Shim
2015-04-14
dwc3: flush the buffers before using it
Kishon Vijay Abraham I
2015-04-14
dwc3: core: added an API to invoke irq handlers
Kishon Vijay Abraham I
2015-04-14
dwc3: core: add support for multiple dwc3 controllers
Kishon Vijay Abraham I
2015-04-14
dwc3: core: change probe and remove to uboot init and uboot exit code
Kishon Vijay Abraham I
2015-04-14
usb: dwc3: core: make dwc3 core build in uboot
Kishon Vijay Abraham I
2015-04-14
usb: dwc3: remove pm related operations from dwc3 driver
Kishon Vijay Abraham I
2015-04-14
usb: dwc3: Modify the file headers to u-boot format
Kishon Vijay Abraham I
2015-04-14
usb: dwc3: add dwc3 folder from linux kernel to u-boot
Kishon Vijay Abraham I