aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/goku_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+14
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2010-10-22usb: gadget: goku_udc: Fix error pathDan Carpenter1-11/+15
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-4/+5
2010-03-19USB: goku_udc: remove potential null dereferenceDan Carpenter1-1/+1
2010-03-02USB goku_udc: make PCI device id constantNémeth Márton1-1/+1
2009-06-15USB: Goku-S: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-3/+3
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2009-01-07USB: Fix goku_udc usb speed handlingSangSu Park1-1/+1
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-1/+1
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-10/+10
2008-02-01USB: usb peripheral controller driver oops avoidancePatrik Sevallius1-0/+1
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-12USB: goku_udc trivial cleanupsDavid Brownell1-19/+17
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell1-48/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-09USB: goku_udc: Remove crude cache coherency codeRalf Baechle1-29/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-9/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller1-9/+2
2006-03-20[PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn1-2/+1
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks1-0/+1
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-3/+3
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-3/+3
2005-06-27[PATCH] USB: goku_udc updates (sparse, SETUP api change)David Brownell1-11/+17
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1984