aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/at91_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+3
2006-09-28[ARM] 3865/1: AT91RM9200 header updatesAndrew Victor1-3/+3
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-08-02USB: AT91 UDC updates, mostly power managementDavid Brownell1-64/+112
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-14[PATCH] USB: at91 usb driver supend/resume fixesDavid Brownell1-2/+2
2006-03-20[PATCH] USB: add support for AT91 gadgetDavid Brownell1-0/+1773