summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/atmel_usba_udc.c
AgeCommit message (Expand)Author
2014-05-06usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabledGregory CLEMENT
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-12-17usb: gadget: atmel_usba: Fix sparse warningJingoo Han
2013-12-17usb: gadget: atmel_usba: Use devm_*() functionsJingoo Han
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga
2013-12-02ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.hBoris BREZILLON
2013-08-27usb: gadget: double unlocks on error in atmel_usba_start()Dan Carpenter
2013-07-30usb: gadget: use dev_get_platdata()Jingoo Han
2013-07-29usb: gadget: atmel_usba: prepare clk before calling enableBoris BREZILLON
2013-06-14Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...Olof Johansson
2013-05-24USB: gadget: atmel_usba: add DT supportJean-Christophe PLAGNIOL-VILLARD
2013-05-24USB: gadget: atmel_usba: allow multi instanceJean-Christophe PLAGNIOL-VILLARD
2013-05-24USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udcJean-Christophe PLAGNIOL-VILLARD
2013-05-15usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-03-18usb: gadget: atmel_usba_udc: don't touch gadget.dev.driverFelipe Balbi
2013-03-18usb: gadget: atmel_usba_udc: remove unnecessary initializationsFelipe Balbi
2013-03-18usb: gadget: atmel_usba_udc: switch over to usb_gadget_map/unmap_request()Felipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: atmel_usba_udc: let udc-core manage gadget->devFelipe Balbi
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD
2012-06-04usb: gadget: atmel_usba_udc: Remove unneeded conditionIdo Shayevitz
2012-05-04usb: gadget: atmel_usba_udc: convert to newstyle start/stop interfaceSebastian Andrzej Siewior
2012-05-04usb: gadget: Update atmel_usba_udc to use usb_endpoint_descriptor inside the ...Ido Shayevitz
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz
2012-02-23ARM: at91/PMC: make register base soc independentJean-Christophe PLAGNIOL-VILLARD
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare
2010-12-16USB: atmel_usba_udc: fix freeing irq in usba_udc_remove()Rob Emanuele
2010-11-16USB: gadget: AT91: fix typo in atmel_usba_udc driverJosh Wu
2010-10-22USB: atmel_usba_udc: force vbus_pin at -EINVAL when gpio_request failledJean-Christophe PLAGNIOL-VILLARD
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-05-20USB: gadget: Use kmemdupJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-02USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen
2010-03-02USB: atmel_usba_udc.c: use resource_size()H Hartley Sweeten
2009-06-15USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre
2009-06-15USB: atmel_usba_udc: use helper functions to determine endpoint type and dire...Matthias Kaehlcke
2009-05-28USB: atmel_usb_udc: Use kzalloc() to allocate ep structuresHaavard Skinnemoen
2009-05-28USB: atmel-usba-udc : fix control out requests.Martin Fuzzey
2009-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Haavard Skinnemoen
2009-03-26atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O lineHans-Christian Egtvedt