summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-04-06usb: Return -ENOSYS when system call is not availableSimon Glass
2021-03-03usb: gadget: Use dbg_ep0() macro instead of serial_printf()Pali Rohár
2021-02-26usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher
2021-02-10usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotgPatrick Delaunay
2021-01-31usb: gaget: ci: set ep's desc when enable epLi Jun
2021-01-31usb: gadget: fastboot: use correct max packet sizeLi Jun
2021-01-31usb: udc: ci: update speed handlingLi Jun
2021-01-31usb: composite: force gadget to be USB2 for HS only functionLi Jun
2021-01-31usb: gadget: dnl: set dnl to be super speedLi Jun
2021-01-31usb: fastboot: add super speed supportLi Jun
2021-01-31usb: gadget: add super speed supportLi Jun
2021-01-31usb: gadget: update os_desc_config when add configJun Li
2021-01-31usb: gadget: set correct usb_configuration for os_desc_configJun Li
2021-01-31usb: gadget: fastboot: add ext properties for WCIDLi Jun
2021-01-31usb: gadget: add WCID support for mfgtoolLi Jun
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun
2021-01-31usb: gadget: add Kconfig for OS descriptorsPeng Fan
2021-01-31usb: gadget: move utf8_to_utf16le to header fileLi Jun
2021-01-31usb: gadget: OS String supportLi Jun
2021-01-31usb: gadget: don't change ep name for dwc3 while ep autoconfigLi Jun
2021-01-31usb: gadget: Add ep_config call back to usb_gadget_opsYe Li
2021-01-31usb: gadget: Do not export usbd_device_* arraysPali Rohár
2021-01-31thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski
2021-01-31f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko
2021-01-31f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko
2021-01-31f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko
2021-01-31gadget: f_thor: fix wrong file size castSeung-Woo Kim
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-11-22usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung
2020-11-22usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay
2020-10-20usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun
2020-10-20usb: dwc2: Fix control OUT transfer issueChance.Yang
2020-09-01fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi
2020-09-01f_sdp: Change bInterval of interrupt endpoint to 3Sherry Sun
2020-09-01f_sdp: Add EP1_OUT as default data receive pipe in sdpSherry Sun
2020-09-01f_sdp: Support searching and loading FIT or container imagePeng Fan
2020-09-01f_sdp: Fix wrong usb request sizeYe Li
2020-09-01f_sdp: Add high speed endpoint descriptorYe Li
2020-09-01usb: max3420: add the gadget driverJassi Brar