summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/net2280.c
AgeCommit message (Expand)Author
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-28usb: gadget: net2280: use generic map/unmap routinesFelipe Balbi
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz
2011-11-29usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-13usb: gadget: net2280: convert to new styleFelipe Balbi
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz
2011-09-15treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-07-01usb: gadget: remove net2280_set_fifo_mode()Sebastian Andrzej Siewior
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison
2008-10-17USB: gadget: net2280: implement set_wedgeAlan Stern
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-02-08usb: net2280 can't have a function called show_registers()David Howells
2008-02-01USB: Add missing "space" to printk messagesJoe Perches
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap
2007-06-08USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-01USB: net2280: don't send unwanted zero-length packetsAlan Stern
2006-10-17Fix USB gadget net2280.c compileLinus Torvalds
2006-10-17USB/gadget/net2280: handle sysfs errorsJeff Garzik
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27USB: net2280: update dma buffer allocationDavid Brownell
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-21[PATCH] USB: net2280: add a shutdown routineAlan Stern
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller
2006-04-27[PATCH] USB: net2280: set driver data before it is usedAlan Stern
2006-04-27[PATCH] USB: net2280: check for shared IRQsAlan Stern
2006-04-27[PATCH] USB: net2280: send 0-length packets for ep0Alan Stern
2006-04-27[PATCH] USB: net2280: Handle STALLs for 0-length control-IN requestsAlan Stern
2006-04-14[PATCH] USB: net2280 short rx status fixDavid Brownell
2006-04-14[PATCH] USB: net2282 and net2280 software compatibilityGuennadi Liakhovetski
2006-03-20[PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn
2006-01-31[PATCH] USB: net2280 warning fixDavid Brownell