aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/atmel_usba_udc.c
AgeCommit message (Expand)Author
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
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