summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-04-062-10/+7
|\
| * usb: xhci: Make debug output better readable and checkpatch cleanStefan Roese2021-04-061-6/+3
| * usb: xhci: Add missing xhci_readl()Aaron Williams2021-04-061-4/+4
* | usb: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-1/+1
|/
* usb: mtu3: flush cache for next GPDChunfeng Yun2021-03-101-0/+3
* usb: USB keyboard requires DM_KEYBOARDHeinrich Schuchardt2021-03-031-0/+1
* usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár2021-03-031-8/+8
* usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár2021-03-031-12/+2
* usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár2021-03-031-8/+4
* usb: musb: Fix receiving of bigger buffersPali Rohár2021-03-031-1/+15
* usb: musb: Fix transmission of bigger buffersPali Rohár2021-03-031-11/+6
* usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár2021-03-031-1/+1
* usb: musb: Fix configuring FIFO for endpointsPali Rohár2021-03-031-4/+4
* usb: musb: Always clear the data toggle bit when configuring epPali Rohár2021-03-031-4/+0
* usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard2021-02-261-6/+2
* fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-261-0/+17
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-4/+4
* xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne2021-02-183-28/+34
* usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne2021-02-181-1/+1
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1515-0/+15
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0215-0/+15
* | usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotgPatrick Delaunay2021-02-101-1/+1
* | usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx()Stefan Roese2021-02-101-2/+2
* | usb: xhci-pci: Check for errors from dm_pci_map_bar()Pali Rohár2021-02-101-3/+12
* | usb: xhci-mtk: support option to disable portsChunfeng Yun2021-02-101-3/+20
|/
* 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 nextTom Rini2021-01-0515-28/+37
|\
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-0513-19/+20