summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/epautoconf.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
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
2019-11-07usb: gadget: Add match_ep() op to usb_gadget_opsVignesh Raghavendra1-0/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-4/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-04-14usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driverMarek Szyprowski1-1/+23
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-12/+2
2012-11-20linux/usb/ch9.h: update with the version from Linux treeIlya Yanok1-1/+0
2012-05-20usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h fileLukasz Majewski1-0/+1
2011-12-17USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini1-3/+5
2010-10-28Coding Style cleanupWolfgang Denk1-1/+0
2010-09-20USB-CDC: Fix coding style issuesVitaly Kuzmichev1-37/+36
2010-09-20USB-CDC: change simple_strtol to simple_strtoulVitaly Kuzmichev1-1/+1
2010-09-20Integrate USB gadget layer and USB CDC driver layerRemy Bohmer1-0/+306