aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/atmel_usba_udc.c
AgeCommit message (Expand)Author
2023-12-15usb: gadget: udc: atmel: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-07-27usb: gadget/atmel_usba_udc: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-05-28usb: gadget/atmel_usba_udc: Convert to platform remove callback returning voidUwe Kleine-König
2022-07-08usb: gadget: udc: atmel: convert to platform driverMichael Walle
2022-07-08usb: gadget: udc: atmel: check rc of devm_gpiod_get_optional()Michael Walle
2022-03-15usb: gadget: udc: atmel: remove usage of list iterator past the loop bodyJakob Koschel
2020-09-24usb: gadget: udc: atmel: update endpoint allocation for sam9x60Cristian Birsan
2020-09-24usb: gadget: udc: atmel: use 1 bank endpoints for control transfersCristian Birsan
2020-09-24usb: gadget: udc: atmel: simplify endpoint allocationCristian Birsan
2020-09-24usb: gadget: udc: atmel: use of_find_matching_node_and_matchClaudiu Beznea
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24usb: gadget: udc: atmel: implement .pullup callbackMichał Mirosław
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman
2020-07-09usb: gadget: udc: atmel_usba_udc: Remove set but unused variable 'pp'Lee Jones
2020-07-09usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław
2020-07-09usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()Michał Mirosław
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2020-05-25usb: gadget: udc: atmel: Don't use DT to configure end pointGregory CLEMENT
2020-05-14usb: gadget: udc: atmel: Make some symbols staticSamuel Zou
2020-04-17usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan
2020-01-08usb: gadget: udc: atmel: constify copied structureJulia Lawall
2019-11-21usb: gadget: atmel: create debugfs directory under usb rootChunfeng Yun
2019-10-27usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan
2019-08-09usb: gadget: atmel_usba_udc: Mark expected switch fall-throughGustavo A. R. Silva
2019-05-03usb: gadget: atmel: tie wake lock to running clockJonas Bonn
2019-05-03usb: gadget: atmel: support USB suspendJonas Bonn
2019-05-03usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled maskJonas Bonn
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-02usb: gadget: atmel: remove pointless retrieval of DT name propertyRob Herring
2018-10-02usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-31USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman
2018-05-15usb: gadget: udc: atmel: Fix indentingRomain Izard
2018-05-15usb: gadget: udc: atmel: Remove obsolete includeRomain Izard
2018-05-15usb: gadget: udc: atmel: GPIO inversion is handled by gpiodRomain Izard
2018-03-13usb: gadget: udc: atmel: convert to use GPIO descriptorsLudovic Desroches
2018-03-13usb: gadget: udc: atmel: remove code related to platform stuffLudovic Desroches
2018-03-08usb: gadget: udc: atmel: Use devm_ioremap_resource()Ladislav Michl
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-09-28usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre
2017-06-19usb: gadget: udc: atmel: Remove unnecessary macrosAlexandre Belloni
2017-04-11usb: gadget: udc: atmel: Use dev_err() to display EP configuration errorCristian Birsan
2017-04-11usb: gadget: udc: atmel: Check fifo configuration values against device treeCristian Birsan
2017-04-11usb: gadget: udc: atmel: Minor code cleanupCristian Birsan
2017-03-06usb: gadget: udc: atmel: fix debug outputArnd Bergmann
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-24usb: gadget: udc: atmel: Update endpoint allocation schemeCristian Birsan
2017-01-12usb: gadget: udc: atmel: remove memory leakAlexandre Belloni
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches