summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne3-28/+34
2021-02-18usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne1-1/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini15-0/+15
2021-02-11usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotgPatrick Delaunay1-1/+1
2021-02-11usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese1-2/+2
2021-02-11usb: xhci-pci: Check for errors from dm_pci_map_bar()Pali Rohár1-3/+12
2021-02-11usb: xhci-mtk: support option to disable portsChunfeng Yun1-3/+20
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass15-0/+15
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-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini15-28/+37
2021-01-06Merge 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-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-2/+2
2020-12-19usb: Update for new sequence numbersSimon Glass1-4/+2
2020-12-19usb: ehci-mx6: Drop assignment of sequence numberSimon Glass1-3/+9
2020-12-19dm: Avoid accessing seq directlySimon Glass7-7/+7
2020-12-17Merge branch 'master' of git://git.denx.de/u-boot-usbTom 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-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass31-104/+104
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1