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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
usb: composite: force gadget to be USB2 for HS only function
Li Jun
2021-01-31
1
-0
/
+13
*
usb: gadget: dnl: set dnl to be super speed
Li Jun
2021-01-31
1
-0
/
+1
*
usb: fastboot: add super speed support
Li Jun
2021-01-31
1
-3
/
+44
*
usb: gadget: add super speed support
Li Jun
2021-01-31
1
-25
/
+60
*
usb: gadget: update os_desc_config when add config
Jun Li
2021-01-31
1
-2
/
+2
*
usb: gadget: set correct usb_configuration for os_desc_config
Jun Li
2021-01-31
1
-7
/
+3
*
usb: gadget: fastboot: add ext properties for WCID
Li Jun
2021-01-31
1
-0
/
+34
*
usb: gadget: add WCID support for mfgtool
Li Jun
2021-01-31
1
-0
/
+20
*
usb: gadget: OS Feature Descriptors support
Li Jun
2021-01-31
2
-1
/
+374
*
usb: gadget: add Kconfig for OS descriptors
Peng Fan
2021-01-31
1
-0
/
+9
*
usb: gadget: move utf8_to_utf16le to header file
Li Jun
2021-01-31
1
-73
/
+1
*
usb: gadget: OS String support
Li Jun
2021-01-31
1
-0
/
+26
*
usb: gadget: don't change ep name for dwc3 while ep autoconfig
Li Jun
2021-01-31
1
-0
/
+2
*
usb: gadget: Add ep_config call back to usb_gadget_ops
Ye Li
2021-01-31
1
-0
/
+4
*
usb: gadget: Do not export usbd_device_* arrays
Pali Rohár
2021-01-31
2
-41
/
+50
*
thor: add support for the dfu_alt_info reintialization from the flashed script
Marek Szyprowski
2021-01-31
1
-0
/
+3
*
f_fastboot: Avoid use-after-free in the global pointer variable
Andy Shevchenko
2021-01-31
1
-1
/
+1
*
f_rockusb: Avoid use-after-free in the global pointer variable
Andy Shevchenko
2021-01-31
1
-1
/
+2
*
f_rockusb: Use NULL instead of 0 for pointers
Andy Shevchenko
2021-01-31
1
-2
/
+2
*
gadget: f_thor: fix wrong file size cast
Seung-Woo Kim
2021-01-31
1
-4
/
+4
*
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
15
-28
/
+37
|
\
|
*
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
13
-19
/
+20
|
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
1
-1
/
+1
|
*
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
2021-01-05
1
-1
/
+1
|
*
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
2
-7
/
+15
*
|
Merge tag 'v2021.01-rc5' into next
Tom Rini
2021-01-05
7
-12
/
+45
|
\
\
|
|
/
|
/
|
|
*
cosmetic: fix typo in drivers/usb/Kconfig
Marc Ferland
2021-01-04
1
-1
/
+1
|
*
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2020-12-16
3
-7
/
+42
|
|
\
|
|
*
eth/r8152: fix the aggregation issue
Hayes Wang
2020-12-16
2
-2
/
+20
|
|
*
eth/r8152: free previous memory if r8152_eth_probe fail
Hayes Wang
2020-12-16
1
-2
/
+7
|
|
*
usb: xhci: fix lack of short packet event trb handling
Ran Wang
2020-12-16
1
-3
/
+15
|
*
|
x86: edison: Use dwc3-generic driver for Intel Edison
Andy Shevchenko
2020-12-16
1
-0
/
+1
|
|
/
|
*
usb: dwc3-meson-g12a: always configure dr-mode
Marek Szyprowski
2020-12-14
1
-3
/
+0
|
*
treewide: Update email address Patrick Delaunay and Patrice Chotard
Patrice Chotard
2020-12-09
1
-1
/
+1
*
|
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
1
-2
/
+2
*
|
usb: Update for new sequence numbers
Simon Glass
2020-12-18
1
-4
/
+2
*
|
usb: ehci-mx6: Drop assignment of sequence number
Simon Glass
2020-12-18
1
-3
/
+9
*
|
dm: Avoid accessing seq directly
Simon Glass
2020-12-18
7
-7
/
+7
*
|
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
31
-104
/
+104
*
|
dm: treewide: Update 'auto' declarations to be on one line
Simon Glass
2020-12-13
1
-2
/
+1
*
|
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
21
-48
/
+48
*
|
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
34
-84
/
+84
*
|
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
47
-174
/
+168
*
|
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
56
-108
/
+108
*
|
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-12-13
1
-2
/
+2
|
/
*
usb: gadget: dwc2_udc_otg: return zero when reset property is not present
Jaehoon Chung
2020-11-22
1
-1
/
+1
*
usb: dwc3: Handle case where setup_phy is not needed
Siva Durga Prasad Paladugu
2020-11-22
1
-1
/
+1
*
usb: dwc2: add "u-boot,force-vbus-detection" for stm32
Patrick Delaunay
2020-11-22
2
-21
/
+40
*
usb: gadget: Add bcdDevice for the MTU3 USB Gadget Controller
Chunfeng Yun
2020-10-20
1
-0
/
+8
*
usb: add MediaTek USB3 DRD driver
Chunfeng Yun
2020-10-20
13
-0
/
+4557
[prev]
[next]