index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
atmel_usba_udc.c
Age
Commit message (
Expand
)
Author
2025-09-30
usb: gadget: atmel: Add missing null check
Andrew Goodbody
2025-06-16
usb: gadget: atmel: reliably generate disconnect by disabling controller
Zixun LI
2025-04-10
usb: gadget: atmel: Add SAM9X60 support
Zixun LI
2024-08-06
usb: gadget: atmel: Add DM_USB_GADGET support
Zixun LI
2024-08-06
usb: gadget: atmel: Add attach/detach support
Zixun LI
2024-08-06
usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_d...
Zixun LI
2024-08-06
usb: gadget: atmel: Move usba_udc_pdata() with other static functions
Zixun LI
2024-08-06
usb: gadget: atmel: Fix typo in usb gadget driver register and unregister
Zixun LI
2024-08-06
usb: gadget: atmel: Replace printf() and pr_err() by log_err()
Zixun LI
2024-08-06
usb: gadget: atmel: Sort includes
Zixun LI
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
2023-10-13
usb: gadget: atmel: fix transfer of queued requests
Artur Rojek
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-09-15
board: usb: Replace legacy usb_gadget_handle_interrupts()
Marek Vasut
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2018-12-14
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
Lukasz Majewski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2014-12-16
USB: gadget: atmel_usba_udc: fix transfer hang issue
Bo Shen
2014-09-02
USB: gadget: atmel: get rid of debug compile warning
Bo Shen
2014-07-02
USB: gadget: atmel: zero out allocated requests
Stephen Warren
2013-09-24
USB: gadget: atmel: disconnect before unbind
Bo Shen
2013-09-24
USB: gadget: add atmel usba udc driver
Bo Shen