summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* Remove #include <version.h> from files which do not need itPali Rohár2021-09-171-1/+0
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-022-3/+2
* usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini2021-07-181-0/+2
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* usb: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-1/+1
* usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár2021-03-031-8/+8
* 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
* usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotgPatrick Delaunay2021-02-101-1/+1
* 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
* dm: core: Access device ofnode through functionsSimon Glass2021-01-051-2/+2
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-4/+12
* dm: Avoid accessing seq directlySimon Glass2020-12-181-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-132-5/+5
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-133-29/+28
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-133-5/+5
* usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung2020-11-221-1/+1
* usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay2020-11-222-21/+40
* usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun2020-10-201-0/+8
* usb: dwc2: Fix control OUT transfer issueChance.Yang2020-10-201-3/+13
* fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi2020-09-011-2/+2
* f_sdp: Change bInterval of interrupt endpoint to 3Sherry Sun2020-09-011-2/+2
* f_sdp: Add EP1_OUT as default data receive pipe in sdpSherry Sun2020-09-011-16/+107
* f_sdp: Support searching and loading FIT or container imagePeng Fan2020-09-011-12/+58
* f_sdp: Fix wrong usb request sizeYe Li2020-09-011-1/+1