summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/atmel_usba_udc.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-24usb: gadget: udc: atmel: update endpoint allocation for sam9x60Cristian Birsan1-3/+17
2020-09-24usb: gadget: udc: atmel: use 1 bank endpoints for control transfersCristian Birsan1-0/+1
2020-09-24usb: gadget: udc: atmel: simplify endpoint allocationCristian Birsan1-13/+8
2020-09-24usb: gadget: udc: atmel: use of_find_matching_node_and_matchClaudiu Beznea1-7/+19
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-24usb: gadget: udc: atmel: implement .pullup callbackMichał Mirosław1-0/+20
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman1-8/+2
2020-07-09usb: gadget: udc: atmel_usba_udc: Remove set but unused variable 'pp'Lee Jones1-3/+0
2020-07-09usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław1-1/+1
2020-07-09usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()Michał Mirosław1-7/+1
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-40/+72
2020-05-25usb: gadget: udc: atmel: Don't use DT to configure end pointGregory CLEMENT1-40/+72
2020-05-14usb: gadget: udc: atmel: Make some symbols staticSamuel Zou1-2/+2
2020-04-17usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan1-2/+2
2020-01-08usb: gadget: udc: atmel: constify copied structureJulia Lawall1-1/+1
2019-11-21usb: gadget: atmel: create debugfs directory under usb rootChunfeng Yun1-1/+2
2019-10-27usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan1-2/+4
2019-08-09usb: gadget: atmel_usba_udc: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-03usb: gadget: atmel: tie wake lock to running clockJonas Bonn1-0/+4
2019-05-03usb: gadget: atmel: support USB suspendJonas Bonn1-6/+49
2019-05-03usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled maskJonas Bonn1-10/+19
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-10-02usb: gadget: atmel: remove pointless retrieval of DT name propertyRob Herring1-6/+0
2018-10-02usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni1-0/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-05-31USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman1-60/+11
2018-05-15usb: gadget: udc: atmel: Fix indentingRomain Izard1-9/+9
2018-05-15usb: gadget: udc: atmel: Remove obsolete includeRomain Izard1-1/+0
2018-05-15usb: gadget: udc: atmel: GPIO inversion is handled by gpiodRomain Izard1-2/+1
2018-03-13usb: gadget: udc: atmel: convert to use GPIO descriptorsLudovic Desroches1-29/+22
2018-03-13usb: gadget: udc: atmel: remove code related to platform stuffLudovic Desroches1-71/+2
2018-03-08usb: gadget: udc: atmel: Use devm_ioremap_resource()Ladislav Michl1-21/+13
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-09-28usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre1-1/+3
2017-06-19usb: gadget: udc: atmel: Remove unnecessary macrosAlexandre Belloni1-2/+2
2017-04-11usb: gadget: udc: atmel: Use dev_err() to display EP configuration errorCristian Birsan1-4/+4
2017-04-11usb: gadget: udc: atmel: Check fifo configuration values against device treeCristian Birsan1-2/+22
2017-04-11usb: gadget: udc: atmel: Minor code cleanupCristian Birsan1-10/+7
2017-03-06usb: gadget: udc: atmel: fix debug outputArnd Bergmann1-2/+2
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-32/+204
2017-01-24usb: gadget: udc: atmel: Update endpoint allocation schemeCristian Birsan1-32/+204
2017-01-12usb: gadget: udc: atmel: remove memory leakAlexandre Belloni1-1/+2
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches1-2/+2
2016-11-03usb: gadget: udc: atmel: remove unnecessary & operationFelipe Balbi1-1/+1
2016-11-03usb: gadget: udc: atmel: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-1/+1
2016-10-17usb: gadget: udc: atmel: fix endpoint nameAlexandre Belloni1-1/+1
2016-06-21usb: gadget: udc: atmel: Also get regmap for at91sam9x5-pmcAlexandre Belloni1-0/+2
2016-03-29usb: gadget: udc: atmel: don't disable enpdoints we don't ownFelipe Balbi1-14/+0
2016-03-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-10/+10