summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/atmel_usba_udc.c
AgeCommit message (Expand)Author
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
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2009-01-06gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-05-14USB: atmel_usba_udc fixes, mostly disconnect()David Brownell
2008-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers
2008-04-06atmel_usba_udc: Add support for AT91CAP9 UDPHSStelian Pop
2008-04-06atmel_usba_udc: Add missing kfree() in usba_udc_remove()Stelian Pop
2008-04-06atmel_usba_udc: move endpoint declarations into platform data.Stelian Pop
2008-04-06atmel_usba_udc: Kill GPIO_PIN_NONEStelian Pop
2008-04-06atmel_usba_udc: Fix endpoint names.Stelian Pop
2008-04-06atmel_usba: Kill copy_to_fifo() and copy_from_fifo()Haavard Skinnemoen
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell
2007-10-12atmel_usba_udc: Keep track of the device statusHaavard Skinnemoen
2007-10-12USB: add atmel_usba_udc driverHaavard Skinnemoen