aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/atmel_usba_udc.c
AgeCommit message (Expand)Author
2020-07-22usb: gadget: udc: atmel: fix uninitialized read in debug printkMichał Mirosław
2019-11-12usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.Cristian Birsan
2018-11-13usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni
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
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells
2015-01-29usb: gadget: atmel_usba_udc: set value for common is_selfpoweredPeter Chen
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi
2015-01-12usb: gadget: atmel_usba: Cache INT_ENB register valueBoris Brezillon
2015-01-12usb: atmel_usba_udc: Mask status with enabled irqsBoris Brezillon
2015-01-12usb: atmel_usba_udc: Add at91sam9g45 and at91sam9x5 errata handlingBoris Brezillon
2015-01-12usb: atmel_usba_udc: Rework at91sam9rl errata handlingBoris Brezillon
2015-01-09usb: gadget: udc: atmel: fix possible oops when unloading moduleSongjun Wu
2014-12-22usb: gadget: udc: atmel: fix possible IN hang issueBo Shen
2014-12-22usb: gadget: udc: atmel: change setting for DMABo Shen
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-20usb: gadget: atmel_usba_udc: remove release functionBo Shen
2014-11-10usb: gadget: atmel_usba_udc: use udc-core's reset notifierPeter Chen