index
:
pm24.git
master
perf-mon
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
/
udc
/
at91_udc.c
Age
Commit message (
Expand
)
Author
2023-11-22
usb: gadget: at91_udc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-21
usb: gadget: at91-udc: Convert to use module_platform_driver()
Uwe Kleine-König
2022-11-09
usb: gadget: at91-udc: simplify at91rm9200_udc_pullup callback
Michael Grzeschik
2022-09-05
usb: gadget: udc: at91: switch to using fwnode_gpiod_get_index()
Dmitry Torokhov
2022-08-31
usb: gadget: at91_udc: Fix comments typo
Shaomin Deng
2022-03-15
usb: gadget: udc: at91: remove usage of list iterator past the loop body
Jakob Koschel
2022-01-26
usb: gadget: at91_udc: fix incorrect print type
Miles Chen
2021-11-17
usb: gadget: at91_udc: Convert to GPIO descriptors
Balamanikandan Gunasundar
2021-08-13
usb: gadget: udc: at91: add IRQ check
Sergey Shtylyov
2020-02-19
usb: gadget: at91_udc: remove useless cast for driver.name
Corentin Labbe
2019-10-04
usb: gadget: at91_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-06-18
usb: gadget: at91_udc: Remove unneeded variable
Hariprasad Kelam
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2016-04-14
usb: gadget: udc: at91: use PTR_ERR_OR_ZERO()
Felipe Balbi
2015-08-04
usb: gadget: at91_udc: add ep capabilities support
Robert Baldyga
2015-07-30
usb: gadget: add 'quirk_stall_not_supp' to usb_gadget
Robert Baldyga
2015-04-27
usb: gadget: remove incorrect __init/__exit annotations
Arnd Bergmann
2015-02-17
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-01-29
usb: gadget: at91_udc: use common is_selfpowered
Peter Chen
2015-01-15
usb: gadget: at91_udc: Allocate udc instance
Boris Brezillon
2015-01-15
usb: gadget: at91_udc: Rework for multi-platform kernel support
Boris Brezillon
2015-01-15
usb: gadget: at91_udc: Simplify probe and remove functions
Boris Brezillon
2015-01-15
usb: gadget: at91_udc: Remove non-DT handling code
Boris Brezillon
2015-01-15
usb: gadget: at91_udc: Drop uclk clock
Boris Brezillon
2015-01-15
usb: gadget: at91_udc: Fix clock names
Boris Brezillon
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-20
usb: gadget: at91_udc: move prepare clk into process context
Ronald Wahl
2014-11-20
usb: gadget: at91_udc: remove unused release function
Bo Shen
2014-11-10
usb: gadget: at91_udc: use udc-core's reset notifier
Peter Chen
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
2014-11-03
usb: gadget: udc: at91: remove bind/unbind messages
Felipe Balbi
2014-11-03
usb: gadget: udc: at91: do not rely on 'driver' argument
Felipe Balbi
2014-10-20
usb: gadget: udc: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
2014-07-16
usb: gadget: Gadget directory cleanup - group UDC drivers
Andrzej Pietrasiewicz