aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-01-31usb: gaget: ci: set ep's desc when enable epLi Jun1-0/+2
2021-01-31usb: gadget: fastboot: use correct max packet sizeLi Jun1-1/+1
2021-01-31usb: udc: ci: update speed handlingLi Jun1-2/+1
2021-01-31usb: composite: force gadget to be USB2 for HS only functionLi Jun1-0/+13
2021-01-31usb: gadget: dnl: set dnl to be super speedLi Jun1-0/+1
2021-01-31usb: fastboot: add super speed supportLi Jun1-3/+44
2021-01-31usb: gadget: add super speed supportLi Jun1-25/+60
2021-01-31usb: gadget: update os_desc_config when add configJun Li1-2/+2
2021-01-31usb: gadget: set correct usb_configuration for os_desc_configJun Li1-7/+3
2021-01-31usb: gadget: fastboot: add ext properties for WCIDLi Jun1-0/+34
2021-01-31usb: gadget: add WCID support for mfgtoolLi Jun1-0/+20
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun2-1/+374
2021-01-31usb: gadget: add Kconfig for OS descriptorsPeng Fan1-0/+9
2021-01-31usb: gadget: move utf8_to_utf16le to header fileLi Jun1-73/+1
2021-01-31usb: gadget: OS String supportLi Jun1-0/+26
2021-01-31usb: gadget: don't change ep name for dwc3 while ep autoconfigLi Jun1-0/+2
2021-01-31usb: gadget: Add ep_config call back to usb_gadget_opsYe Li1-0/+4
2021-01-31usb: gadget: Do not export usbd_device_* arraysPali Rohár2-41/+50
2021-01-31thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-0/+3
2021-01-31f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko1-1/+1
2021-01-31f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko1-1/+2
2021-01-31f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko1-2/+2
2021-01-31gadget: f_thor: fix wrong file size castSeung-Woo Kim1-4/+4
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini15-28/+37
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini7-12/+45
2021-01-05dm: core: Access device ofnode through functionsSimon Glass13-19/+20
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass2-7/+15
2021-01-04cosmetic: fix typo in drivers/usb/KconfigMarc Ferland1-1/+1
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-2/+2
2020-12-18usb: Update for new sequence numbersSimon Glass1-4/+2
2020-12-18usb: ehci-mx6: Drop assignment of sequence numberSimon Glass1-3/+9
2020-12-18dm: Avoid accessing seq directlySimon Glass7-7/+7
2020-12-16Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/16Dec2020Tom Rini3-7/+42
2020-12-16eth/r8152: fix the aggregation issueHayes Wang2-2/+20
2020-12-16eth/r8152: free previous memory if r8152_eth_probe failHayes Wang1-2/+7
2020-12-16usb: xhci: fix lack of short packet event trb handlingRan Wang1-3/+15
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko1-0/+1
2020-12-14usb: dwc3-meson-g12a: always configure dr-modeMarek Szyprowski1-3/+0
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass31-104/+104
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass21-48/+48
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass34-84/+84
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass47-174/+168
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass56-108/+108
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard1-1/+1
2020-11-22usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung1-1/+1
2020-11-22usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu1-1/+1