aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/atmel_usba_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-5/+4
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+2
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+22
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-4/+22
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2010-12-16USB: atmel_usba_udc: fix freeing irq in usba_udc_remove()Rob Emanuele1-1/+3
2010-11-16USB: gadget: AT91: fix typo in atmel_usba_udc driverJosh Wu1-1/+1
2010-10-22USB: atmel_usba_udc: force vbus_pin at -EINVAL when gpio_request failledJean-Christophe PLAGNIOL-VILLARD1-0/+3
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-3/+4
2010-05-20USB: gadget: Use kmemdupJulia Lawall1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen1-2/+3
2010-03-02USB: atmel_usba_udc.c: use resource_size()H Hartley Sweeten1-2/+2
2009-06-15USB: atmel_usba_udc: change way of specifying bias functionNicolas Ferre1-8/+8
2009-06-15USB: atmel_usba_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-2/+2
2009-05-28USB: atmel_usb_udc: Use kzalloc() to allocate ep structuresHaavard Skinnemoen1-1/+1
2009-05-28USB: atmel-usba-udc : fix control out requests.Martin Fuzzey1-1/+2
2009-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into avr32-archHaavard Skinnemoen1-10/+10
2009-03-26atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O lineHans-Christian Egtvedt1-7/+7
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-10/+10
2009-01-06gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-05-14USB: atmel_usba_udc fixes, mostly disconnect()David Brownell1-10/+38
2008-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/usba-2.6.26 into baseHaavard Skinnemoen1-84/+72
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-04-06atmel_usba_udc: Add support for AT91CAP9 UDPHSStelian Pop1-6/+35
2008-04-06atmel_usba_udc: Add missing kfree() in usba_udc_remove()Stelian Pop1-0/+1
2008-04-06atmel_usba_udc: move endpoint declarations into platform data.Stelian Pop1-33/+38
2008-04-06atmel_usba_udc: Kill GPIO_PIN_NONEStelian Pop1-1/+1
2008-04-06atmel_usba_udc: Fix endpoint names.Stelian Pop1-7/+7
2008-04-06atmel_usba: Kill copy_to_fifo() and copy_from_fifo()Haavard Skinnemoen1-51/+4
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-7/+4
2007-10-12atmel_usba_udc: Keep track of the device statusHaavard Skinnemoen1-9/+48
2007-10-12USB: add atmel_usba_udc driverHaavard Skinnemoen1-0/+2038