summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/atmel_usba_udc.c
AgeCommit message (Expand)Author
2025-09-30usb: gadget: atmel: Add missing null checkAndrew Goodbody
2025-06-16usb: gadget: atmel: reliably generate disconnect by disabling controllerZixun LI
2025-04-10usb: gadget: atmel: Add SAM9X60 supportZixun LI
2024-08-06usb: gadget: atmel: Add DM_USB_GADGET supportZixun LI
2024-08-06usb: gadget: atmel: Add attach/detach supportZixun LI
2024-08-06usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_d...Zixun LI
2024-08-06usb: gadget: atmel: Move usba_udc_pdata() with other static functionsZixun LI
2024-08-06usb: gadget: atmel: Fix typo in usb gadget driver register and unregisterZixun LI
2024-08-06usb: gadget: atmel: Replace printf() and pr_err() by log_err()Zixun LI
2024-08-06usb: gadget: atmel: Sort includesZixun LI
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07usb: Remove <common.h> and add needed includesTom Rini
2023-10-13usb: gadget: atmel: fix transfer of queued requestsArtur Rojek
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2014-12-16USB: gadget: atmel_usba_udc: fix transfer hang issueBo Shen
2014-09-02USB: gadget: atmel: get rid of debug compile warningBo Shen
2014-07-02USB: gadget: atmel: zero out allocated requestsStephen Warren
2013-09-24USB: gadget: atmel: disconnect before unbindBo Shen
2013-09-24USB: gadget: add atmel usba udc driverBo Shen