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
/
host
/
dwc2.c
Age
Commit message (
Expand
)
Author
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-08-29
usb: dwc2: Add reset ctrl to driver
Ley Foon Tan
2018-07-05
usb: dwc2: Add brcm,bcm2708-usb compatible
Emmanuel Vadot
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-03-17
usb: dwc2: Replace printf, pr_err by dev_info, dev_err
Patrice Chotard
2018-03-17
usb: dwc2: increase timeout in wait_for_chhltd
Christophe Kerello
2018-03-17
usb: dwc2: disable external vbus supply when the device is removed
Christophe Kerello
2018-03-17
usb: dwc2: Allow selection of data buffer size
Alexey Brodkin
2018-02-15
usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH
Alexey Brodkin
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-09-27
usb: dwc2: convert to livetree
Philipp Tomsich
2017-07-11
usb: dwc2: use dev_read_bool() instead of fdt_getprop()
Meng Dongyang
2017-06-17
usb: dwc2: force to host mode if not support HNP/SRP
Meng Dongyang
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-04-14
usb: dwc2: invalidate the dcache before starting the DMA
Eddie Cai
2017-04-14
usb: dwc2: add support for external vbus supply
Kever Yang
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-05-06
usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA
Stefan Roese
2016-05-03
usb: dwc2: Init desc_before_addr
Marek Vasut
2016-05-03
usb: dwc2: Make OC protection configurable
Marek Vasut
2016-05-03
usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()
Marek Vasut
2016-05-03
usb: dwc2: Pass private data into dwc_otg_core_init()
Marek Vasut
2016-03-05
usb: dwc2: disable erroneous overcurrent condition
Dinh Nguyen
2016-01-25
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2016-01-25
usb: dwc2: Use shared wait_for_bit
Mateusz Kulikowski
2016-01-23
usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check bounds
Stefan Brüns
2016-01-23
usb: dwc2: Add SPLIT INTERRUPT transaction support
Stefan Brüns
2016-01-23
usb: dwc2: Implement SPLIT transaction support
Stefan Brüns
2016-01-23
usb: dwc2: add helper function for setting SPLIT HC registers
Stefan Brüns
2016-01-23
usb: dwc2: split transfer core from outer loop
Stefan Brüns
2016-01-23
usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ack
Stefan Brüns
2016-01-23
usb: dwc2: Fix out-of-bounds access, fix chunk size
Stefan Brüns
2015-12-31
usb: dwc2: avoid out of bounds access
Stefan Brüns
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-08-19
usb: dwc2: Rename to dwc2_usb
Marek Vasut
2015-08-19
usb: dwc2: Add original Synopsys compat string
Marek Vasut
2015-08-12
dwc2: Add dcache support
Alexander Stein
2015-08-06
dm: usb: Add driver-model support to dwc2
Simon Glass
2015-08-06
dm: usb: Prepare dwc2 driver for driver-model conversion
Simon Glass
2015-08-05
usb: dwc2: Call board_usb_init() from usb_lowlevel_init()
Peter Griffin
2015-05-29
usb: dwc2: Add support for v3 snpsid value
Peter Griffin
2015-04-14
usb: dwc2: retry NAK'd interrupt transfers
Stephen Warren
2015-04-14
usb: dwc2: implement interrupt transfers
Stephen Warren
2015-04-14
usb: dwc2: correctly program hcchar for LS devices
Stephen Warren
2015-04-14
usb: dwc2: detect device speed correctly
Stephen Warren
2015-04-14
usb: dwc2: use phys_to_bus/bus_to_phys
Stephen Warren
2015-04-14
usb: dwc2: fix bulk transfers
Stephen Warren
2015-04-14
usb: dwc2: remove restriction on buffer length
Stephen Warren
[next]