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
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
2015-04-14
usb: dwc2: fix aligned buffer usage
Stephen Warren
2015-04-14
usb: dwc2: simplify wait_for_chhltd
Stephen Warren
2015-04-14
usb: dwc2: remove control_data_toggle[]
Stephen Warren
2015-04-14
usb: dwc2: usb chunk_msg() for control transfers too
Stephen Warren
2015-04-14
usb: dwc2: refactor submit_bulk_msg to be common
Stephen Warren
2015-04-14
usb: dwc2: unify waiting for transfer completion
Stephen Warren
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-10-22
usb: dwc2: Add driver for Synopsis DWC2 USB IP block
Oleksandr Tymoshenko