aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/at91_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-08USB: at91_udc: include linux/prefetch.h explicitlyJean-Christophe PLAGNIOL-VILLARD1-0/+1
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+15
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu1-0/+1
2011-05-13usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-17usb: gadget: at91_udc: Fix error pathRahul Ruikar1-1/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+6
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-07-18ARM: 6209/3: at91_udc: Add vbus polarity and polling modeRyan Mallon1-13/+53
2010-06-16ARM: 5967/1: at91_udc.c use spinlocks instead of local_irq_xxxHarro Haan1-46/+93
2010-05-17Merge branch 'devel-stable' into develRussell King1-0/+9
2010-05-05ARM: 5966/1: at91_udc HW glitchHarro Haan1-0/+7
2010-03-29ARM: 5965/1: Fix soft lockup in at91 udc driverHarro Haan1-0/+9
2010-03-02USB: at91_udc.c: use resource_size()H Hartley Sweeten1-6/+4
2009-12-11USB: modifications for at91sam9g10Hong Xu1-3/+3
2009-09-23USB: gadget: double free_irq() in at91udc_probe()Roel Kluin1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+2
2009-06-15USB: at91_udc: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-2/+2
2009-06-15usb: gadget: at91_udc: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
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-4/+4
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-07-21USB: at91_udc: updated fifo sizesDavid Brownell1-0/+13
2008-07-10[ARM] 5130/4: Support for the at91sam9g20sedji gaouaou1-2/+2
2008-04-29usb: use non-racy method for proc entries creationDenis V. Lunev1-9/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-24USB: at91_udc can prefetch dataDavid Brownell1-1/+4
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-01USB: at91_udc uses generic GPIO calls; minor cleanupDavid Brownell1-19/+60
2008-02-01USB: gadget: at91_udc minor fix (there is no number six)David Brownell1-3/+3
2008-02-01USB: usb peripheral controller driver oops avoidancePatrik Sevallius1-0/+2
2007-12-17USB: at91_udc: correct hanging while disconnecting usb cableNicolas Ferre1-0/+2
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell1-21/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-09USB: at91_udc, fix more modpost bogosity (rename driver struct)David Brownell1-3/+3
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2007-02-16USB: at91_udc, shrink runtime footprintDavid Brownell1-8/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-08[ARM] 4145/2: AT91: Add support for AT91SAM9263 processorAndrew Victor1-2/+2
2007-02-07USB: at91_udc wakeup event updatesDavid Brownell1-8/+11
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-20USB: at91_udc: Additional checksWojtek Kaniewski1-2/+8
2006-12-20USB: at91_udc: Cleanup variables after failure in usb_gadget_register_driver()Wojtek Kaniewski1-0/+4
2006-12-20USB: at91_udc: allow drivers that support high speedWojtek Kaniewski1-1/+1
2006-12-20USB: at91_udc, misc fixesAndrew Victor1-3/+39
2006-12-20USB: at91 udc, support at91sam926x addressesAndrew Victor1-86/+83
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-5/+4