summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/atmel_usba_udc.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-3/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-1/+1
2014-12-16USB: gadget: atmel_usba_udc: fix transfer hang issueBo Shen1-1/+0
2014-09-02USB: gadget: atmel: get rid of debug compile warningBo Shen1-6/+6
2014-07-02USB: gadget: atmel: zero out allocated requestsStephen Warren1-1/+1
2013-09-24USB: gadget: atmel: disconnect before unbindBo Shen1-1/+2
2013-09-24USB: gadget: add atmel usba udc driverBo Shen1-0/+1305