aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2020-09-30usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson1-11/+12
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-31dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski1-1/+2
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski1-1/+0
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-14usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich1-2/+3
2017-04-14usb: dwc3: ensure consistent types for dwc3_flush_cachePhilipp Tomsich1-5/+5
2017-02-26usb: dwc3: gadget: Remove unused header inclusionVincent Tinelli1-1/+0
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-0/+1
2015-11-03usb: dwc3: Fix warnings on 64-bit buildsMichal Simek1-5/+5
2015-04-14usb: dwc3: Correct clean up code for requestsLukasz Majewski1-24/+14
2015-04-14usb: dwc3: gadget: Set non EP0 max packet limit to 512BLukasz Majewski1-1/+1
2015-04-14usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be...Lukasz Majewski1-13/+2
2015-04-14usb: dwc3: optimize interrupt loopMarek Szyprowski1-2/+13
2015-04-14usb: dwc3: add a workaround for too small OUT requestsMarek Szyprowski1-0/+8
2015-04-14usb: dwc3: Remove BIT(x) macro from DWC3's gadget codeLukasz Majewski1-1/+1
2015-04-14usb: dwc3: Add chained TRB support for ep0Kishon Vijay Abraham I1-1/+1
2015-04-14dwc3: flush the buffers before using itKishon Vijay Abraham I1-1/+7
2015-04-14usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I1-160/+84
2015-04-14usb: dwc3: remove pm related operations from dwc3 driverKishon Vijay Abraham I1-55/+0
2015-04-14usb: dwc3: remove trace_* APIs from dwc3 driverKishon Vijay Abraham I1-17/+0
2015-04-14usb: dwc3: Modify the file headers to u-boot formatKishon Vijay Abraham I1-8/+6
2015-04-14usb: dwc3: add dwc3 folder from linux kernel to u-bootKishon Vijay Abraham I1-0/+2824