summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gaget: ci: set ep's desc when enable epLi Jun2021-01-311-0/+2
* usb: gadget: fastboot: use correct max packet sizeLi Jun2021-01-311-1/+1
* usb: udc: ci: update speed handlingLi Jun2021-01-311-2/+1
* usb: composite: force gadget to be USB2 for HS only functionLi Jun2021-01-311-0/+13
* usb: gadget: dnl: set dnl to be super speedLi Jun2021-01-311-0/+1
* usb: fastboot: add super speed supportLi Jun2021-01-311-3/+44
* usb: gadget: add super speed supportLi Jun2021-01-311-25/+60
* usb: gadget: update os_desc_config when add configJun Li2021-01-311-2/+2
* usb: gadget: set correct usb_configuration for os_desc_configJun Li2021-01-311-7/+3
* usb: gadget: fastboot: add ext properties for WCIDLi Jun2021-01-311-0/+34
* usb: gadget: add WCID support for mfgtoolLi Jun2021-01-311-0/+20
* usb: gadget: OS Feature Descriptors supportLi Jun2021-01-312-1/+374
* usb: gadget: add Kconfig for OS descriptorsPeng Fan2021-01-311-0/+9
* usb: gadget: move utf8_to_utf16le to header fileLi Jun2021-01-311-73/+1
* usb: gadget: OS String supportLi Jun2021-01-311-0/+26
* usb: gadget: don't change ep name for dwc3 while ep autoconfigLi Jun2021-01-311-0/+2
* usb: gadget: Add ep_config call back to usb_gadget_opsYe Li2021-01-311-0/+4
* usb: gadget: Do not export usbd_device_* arraysPali Rohár2021-01-312-41/+50
* thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-311-0/+3
* f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko2021-01-311-1/+1
* f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko2021-01-311-1/+2
* f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko2021-01-311-2/+2
* gadget: f_thor: fix wrong file size castSeung-Woo Kim2021-01-311-4/+4
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-0515-28/+37
|\
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-0513-19/+20
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
| * dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-052-7/+15
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-057-12/+45
|\ \ | |/ |/|
| * cosmetic: fix typo in drivers/usb/KconfigMarc Ferland2021-01-041-1/+1
| * Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/16Dec2020Tom Rini2020-12-163-7/+42
| |\
| | * eth/r8152: fix the aggregation issueHayes Wang2020-12-162-2/+20
| | * eth/r8152: free previous memory if r8152_eth_probe failHayes Wang2020-12-161-2/+7
| | * usb: xhci: fix lack of short packet event trb handlingRan Wang2020-12-161-3/+15
| * | x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2020-12-161-0/+1
| |/
| * usb: dwc3-meson-g12a: always configure dr-modeMarek Szyprowski2020-12-141-3/+0
| * treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-091-1/+1
* | dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-181-2/+2
* | usb: Update for new sequence numbersSimon Glass2020-12-181-4/+2
* | usb: ehci-mx6: Drop assignment of sequence numberSimon Glass2020-12-181-3/+9
* | dm: Avoid accessing seq directlySimon Glass2020-12-187-7/+7
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1331-104/+104
* | dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1321-48/+48
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1334-84/+84
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1347-174/+168
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1356-108/+108
* | dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
|/
* usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung2020-11-221-1/+1
* usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu2020-11-221-1/+1