summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-04-06usb: Return -ENOSYS when system call is not availableSimon Glass1-1/+1
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-1/+1
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-11-07usb: udc: Introduce ->udc_set_speed() methodSherry Sun1-0/+23
2019-03-16usb: udc-uclass: Fixed problem when no alias is defined in DTJean-Jacques Hiblot1-2/+5
2019-01-10dm: usb: gadget: Fix boot breakage on sunxi platformsJean-Jacques Hiblot2-1/+4
2019-01-10dm: usb: udc: Use SEQ_ALIAS to index the USB gadget portsJean-Jacques Hiblot1-2/+3
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot3-41/+62
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot1-1/+43
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+3
2015-11-03usb: udc: Fix warnings on 64-bit buildsMichal Simek1-1/+1
2015-04-14usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I1-1/+1
2015-04-14usb: gadget: udc: make udc-core compile in u-boot buildKishon Vijay Abraham I1-309/+26
2015-04-14usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I2-0/+641