summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/atmel_usba_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: udc: atmel: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-2/+1
* usb: gadget/atmel_usba_udc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-271-4/+2
* usb: gadget/atmel_usba_udc: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: gadget: udc: atmel: convert to platform driverMichael Walle2022-07-081-4/+4
* usb: gadget: udc: atmel: check rc of devm_gpiod_get_optional()Michael Walle2022-07-081-0/+2
* usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-5/+8
* usb: gadget: udc: atmel: update endpoint allocation for sam9x60Cristian Birsan2020-09-241-3/+17
* usb: gadget: udc: atmel: use 1 bank endpoints for control transfersCristian Birsan2020-09-241-0/+1
* usb: gadget: udc: atmel: simplify endpoint allocationCristian Birsan2020-09-241-13/+8
* usb: gadget: udc: atmel: use of_find_matching_node_and_matchClaudiu Beznea2020-09-241-7/+19
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* usb: gadget: udc: atmel: implement .pullup callbackMichał Mirosław2020-07-241-0/+20
* Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman2020-07-201-8/+2
|\
| * usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław2020-07-091-1/+1
| * usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()Michał Mirosław2020-07-091-7/+1
* | usb: gadget: udc: atmel_usba_udc: Remove set but unused variable 'pp'Lee Jones2020-07-091-3/+0
|/
* Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-05-251-40/+72
|\
| * usb: gadget: udc: atmel: Don't use DT to configure end pointGregory CLEMENT2020-05-251-40/+72
* | usb: gadget: udc: atmel: Make some symbols staticSamuel Zou2020-05-141-2/+2
|/
* usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan2020-04-171-2/+2
* usb: gadget: udc: atmel: constify copied structureJulia Lawall2020-01-081-1/+1
* usb: gadget: atmel: create debugfs directory under usb rootChunfeng Yun2019-11-211-1/+2
* usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan2019-10-271-2/+4
* usb: gadget: atmel_usba_udc: Mark expected switch fall-throughGustavo A. R. Silva2019-08-091-0/+1
* usb: gadget: atmel: tie wake lock to running clockJonas Bonn2019-05-031-0/+4
* usb: gadget: atmel: support USB suspendJonas Bonn2019-05-031-6/+49
* usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled maskJonas Bonn2019-05-031-10/+19
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* usb: gadget: atmel: remove pointless retrieval of DT name propertyRob Herring2018-10-021-6/+0
* usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni2018-10-021-0/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2018-05-311-60/+11
* usb: gadget: udc: atmel: Fix indentingRomain Izard2018-05-151-9/+9
* usb: gadget: udc: atmel: Remove obsolete includeRomain Izard2018-05-151-1/+0
* usb: gadget: udc: atmel: GPIO inversion is handled by gpiodRomain Izard2018-05-151-2/+1
* usb: gadget: udc: atmel: convert to use GPIO descriptorsLudovic Desroches2018-03-131-29/+22
* usb: gadget: udc: atmel: remove code related to platform stuffLudovic Desroches2018-03-131-71/+2
* usb: gadget: udc: atmel: Use devm_ioremap_resource()Ladislav Michl2018-03-081-21/+13
* USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre2017-09-281-1/+3
* usb: gadget: udc: atmel: Remove unnecessary macrosAlexandre Belloni2017-06-191-2/+2
* usb: gadget: udc: atmel: Use dev_err() to display EP configuration errorCristian Birsan2017-04-111-4/+4
* usb: gadget: udc: atmel: Check fifo configuration values against device treeCristian Birsan2017-04-111-2/+22
* usb: gadget: udc: atmel: Minor code cleanupCristian Birsan2017-04-111-10/+7
* usb: gadget: udc: atmel: fix debug outputArnd Bergmann2017-03-061-2/+2
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-261-32/+204
|\
| * usb: gadget: udc: atmel: Update endpoint allocation schemeCristian Birsan2017-01-241-32/+204
* | usb: gadget: udc: atmel: remove memory leakAlexandre Belloni2017-01-121-1/+2
|/
* usb: Convert pr_warning to pr_warnJoe Perches2016-11-031-2/+2