index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
dwc2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA
Stefan Roese
2016-05-06
1
-0
/
+9
*
usb: dwc2: Init desc_before_addr
Marek Vasut
2016-05-03
1
-0
/
+3
*
usb: dwc2: Make OC protection configurable
Marek Vasut
2016-05-03
1
-3
/
+14
*
usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()
Marek Vasut
2016-05-03
1
-7
/
+14
*
usb: dwc2: Pass private data into dwc_otg_core_init()
Marek Vasut
2016-05-03
1
-2
/
+3
*
usb: dwc2: disable erroneous overcurrent condition
Dinh Nguyen
2016-03-05
1
-1
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2016-01-25
1
-100
/
+201
|
\
|
*
usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check bounds
Stefan Brüns
2016-01-23
1
-10
/
+19
|
*
usb: dwc2: Add SPLIT INTERRUPT transaction support
Stefan Brüns
2016-01-23
1
-5
/
+23
|
*
usb: dwc2: Implement SPLIT transaction support
Stefan Brüns
2016-01-23
1
-15
/
+66
|
*
usb: dwc2: add helper function for setting SPLIT HC registers
Stefan Brüns
2016-01-23
1
-1
/
+14
|
*
usb: dwc2: split transfer core from outer loop
Stefan Brüns
2016-01-23
1
-48
/
+64
|
*
usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ack
Stefan Brüns
2016-01-23
1
-23
/
+17
|
*
usb: dwc2: Fix out-of-bounds access, fix chunk size
Stefan Brüns
2016-01-23
1
-15
/
+15
*
|
usb: dwc2: Use shared wait_for_bit
Mateusz Kulikowski
2016-01-25
1
-28
/
+13
|
/
*
usb: dwc2: avoid out of bounds access
Stefan Brüns
2015-12-31
1
-3
/
+4
*
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-11
1
-0
/
+1
*
usb: dwc2: Rename to dwc2_usb
Marek Vasut
2015-08-19
1
-1
/
+1
*
usb: dwc2: Add original Synopsys compat string
Marek Vasut
2015-08-19
1
-0
/
+1
*
dwc2: Add dcache support
Alexander Stein
2015-08-12
1
-7
/
+17
*
dm: usb: Add driver-model support to dwc2
Simon Glass
2015-08-06
1
-0
/
+97
*
dm: usb: Prepare dwc2 driver for driver-model conversion
Simon Glass
2015-08-06
1
-54
/
+104
*
usb: dwc2: Call board_usb_init() from usb_lowlevel_init()
Peter Griffin
2015-08-05
1
-0
/
+4
*
usb: dwc2: Add support for v3 snpsid value
Peter Griffin
2015-05-29
1
-1
/
+2
*
usb: dwc2: retry NAK'd interrupt transfers
Stephen Warren
2015-04-14
1
-6
/
+19
*
usb: dwc2: implement interrupt transfers
Stephen Warren
2015-04-14
1
-3
/
+2
*
usb: dwc2: correctly program hcchar for LS devices
Stephen Warren
2015-04-14
1
-9
/
+12
*
usb: dwc2: detect device speed correctly
Stephen Warren
2015-04-14
1
-1
/
+5
*
usb: dwc2: use phys_to_bus/bus_to_phys
Stephen Warren
2015-04-14
1
-1
/
+3
*
usb: dwc2: fix bulk transfers
Stephen Warren
2015-04-14
1
-9
/
+13
*
usb: dwc2: remove restriction on buffer length
Stephen Warren
2015-04-14
1
-9
/
+3
*
usb: dwc2: fix aligned buffer usage
Stephen Warren
2015-04-14
1
-6
/
+8
*
usb: dwc2: simplify wait_for_chhltd
Stephen Warren
2015-04-14
1
-4
/
+2
*
usb: dwc2: remove control_data_toggle[]
Stephen Warren
2015-04-14
1
-8
/
+4
*
usb: dwc2: usb chunk_msg() for control transfers too
Stephen Warren
2015-04-14
1
-95
/
+19
*
usb: dwc2: refactor submit_bulk_msg to be common
Stephen Warren
2015-04-14
1
-16
/
+39
*
usb: dwc2: unify waiting for transfer completion
Stephen Warren
2015-04-14
1
-107
/
+60
*
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
1
-7
/
+7
*
usb: dwc2: Add driver for Synopsis DWC2 USB IP block
Oleksandr Tymoshenko
2014-10-22
1
-0
/
+1053