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: dwc2: Fix not calling dev_xxx with a device
Sean Anderson
2020-09-30
1
-16
/
+23
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
usb: host: dwc2: add trace to have clean usb start
Patrick Delaunay
2020-04-28
1
-0
/
+2
*
usb: host: dwc2: force reset assert
Patrick Delaunay
2020-04-28
1
-0
/
+2
*
usb: host: dwc2: add clk support
Patrick Delaunay
2020-04-28
1
-1
/
+29
*
usb: host: dwc2: add phy support
Patrick Delaunay
2020-04-28
1
-0
/
+66
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
dwc2: use the nonblock argument in submit_int_msg
Michal Suchanek
2019-09-11
1
-1
/
+1
*
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
2019-09-11
1
-5
/
+8
*
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
[next]