aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2022-03-14usb: dwc2: handle return code of dev_read_size() in of to, plat functionWolfgang Grandegger1-2/+3
2022-02-11usb: gadget: ci: Avoid null pointer dereferenceMarek Vasut1-1/+4
2022-01-28dfu: handle short frame result of UPLOAD in state_dfu_idlePatrick Delaunay1-0/+2
2022-01-26usb: gadget: Add CDC ACM functionLoic Poulain3-0/+682
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár1-5/+8
2022-01-13drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-08usb: gadget: dwc2_udc_otg: set ep's desc during enable/disableGary Bisson1-0/+2
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-0/+8
2021-10-12usb: gadget: Add bcdDevice for the DWC2 USB Gadget ControllerPatrice Chotard1-0/+8
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-2/+2
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-3/+2
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini1-0/+2
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
2021-03-03usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár1-8/+8
2021-02-26usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard1-6/+2
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher1-0/+17
2021-02-10usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotgPatrick Delaunay1-1/+1
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-05dm: core: Access device ofnode through functionsSimon Glass1-2/+2
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-4/+12
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-5/+5
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass3-29/+28