index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
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: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-11-26
1
-6
/
+6
*
usb: dwc2: Add reset ctrl to driver
Ley Foon Tan
2018-08-29
1
-0
/
+37
*
usb: dwc2: Add brcm,bcm2708-usb compatible
Emmanuel Vadot
2018-07-05
1
-0
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
usb: dwc2: Replace printf, pr_err by dev_info, dev_err
Patrice Chotard
2018-03-17
1
-9
/
+11
*
usb: dwc2: increase timeout in wait_for_chhltd
Christophe Kerello
2018-03-17
1
-1
/
+1
*
usb: dwc2: disable external vbus supply when the device is removed
Christophe Kerello
2018-03-17
1
-3
/
+35
*
usb: dwc2: Allow selection of data buffer size
Alexey Brodkin
2018-03-17
1
-1
/
+1
*
usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH
Alexey Brodkin
2018-02-15
1
-1
/
+1
*
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2018-01-24
1
-12
/
+12
*
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
1
-1
/
+1
*
usb: dwc2: convert to livetree
Philipp Tomsich
2017-09-27
1
-1
/
+1
*
usb: dwc2: use dev_read_bool() instead of fdt_getprop()
Meng Dongyang
2017-07-11
1
-10
/
+6
*
usb: dwc2: force to host mode if not support HNP/SRP
Meng Dongyang
2017-06-17
1
-3
/
+16
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-1
/
+1
*
usb: dwc2: invalidate the dcache before starting the DMA
Eddie Cai
2017-04-14
1
-6
/
+13
*
usb: dwc2: add support for external vbus supply
Kever Yang
2017-04-14
1
-5
/
+38
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-2
/
+2
*
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
[next]