summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/atmel_usba_udc.c
AgeCommit message (Expand)Author
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
2016-11-03usb: gadget: udc: atmel: remove unnecessary & operationFelipe Balbi
2016-11-03usb: gadget: udc: atmel: make use of new usb_endpoint_maxp_mult()Felipe Balbi
2016-10-17usb: gadget: udc: atmel: fix endpoint nameAlexandre Belloni
2016-06-21usb: gadget: udc: atmel: Also get regmap for at91sam9x5-pmcAlexandre Belloni
2016-03-29usb: gadget: udc: atmel: don't disable enpdoints we don't ownFelipe Balbi
2016-03-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-02-17usb: gadget: atmel: access the PMC using regmapAlexandre Belloni
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-11-17usb: gadget: atmel_usba_udc: Expose correct device speedDouglas Gilbert
2015-09-21usb: gadget: atmel_usba_udc: add ep capabilities support on device tree bindingSylvain Rochet
2015-08-14usb: gadget: atmel: remove useless includeAlexandre Belloni
2015-08-04usb: gadget: atmel_usba_udc: add ep capabilities supportRobert Baldyga
2015-07-31usb: gadget: atmel_usba_udc: add missing ret value checkRobert Baldyga
2015-06-02Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2015-05-27usb: gadget: atmel: fix build warningsFelipe Balbi
2015-05-26usb: gadget: atmel: fix build warningFelipe Balbi
2015-04-27usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann
2015-03-19usb: gadget: atmel_usba: use endian agnostic IO on ARMBen Dooks
2015-03-11usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup supportSylvain Rochet
2015-03-11usb: gadget: atmel_usba_udc: condition clocks to vbus stateSylvain Rochet
2015-03-11usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQSylvain Rochet
2015-03-11usb: gadget: atmel_usba_udc: Fixed vbus_prev initial stateSylvain Rochet