aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/net2280.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-19/+6
2013-03-27usb: gadget: net2280: fix sparse warningsFelipe Balbi1-4/+4
2013-03-20USB: gadget: net2280: remove leftover driver->unbind call in error pathwayAlan Stern1-1/+0
2013-03-20usb: gadget: net22xx: fix ->disconnect reportingFelipe Balbi1-0/+7
2013-03-18usb: gadget: net2280: remove unused DMA_ADDR_INVALIDFelipe Balbi1-4/+0
2013-03-18usb: gadget: net2280: don't assign gadget.dev.release directlyFelipe Balbi1-2/+2
2013-03-18usb: gadget: net2280: don't touch gadget.dev.driverFelipe Balbi1-3/+0
2013-03-18usb: gadget: net2280: remove unnecessary initializationsFelipe Balbi1-2/+0
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: gadget: net2280: let udc-core manage gadget->devFelipe Balbi1-4/+1
2013-01-31USB: GADGET: optionally force full-speed for net2280 UDCAlan Stern1-0/+15
2012-11-08usb: gadget: Remove File-backed Storage Gadget (g_file_storage).Michal Nazarewicz1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-28usb: gadget: net2280: use generic map/unmap routinesFelipe Balbi1-10/+9
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-11-29usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz1-1/+1
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-67/+20
2011-10-13usb: gadget: net2280: convert to new styleFelipe Balbi1-53/+17
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-3/+1
2011-09-15treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov1-1/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+2
2011-07-01usb: gadget: remove net2280_set_fifo_mode()Sebastian Andrzej Siewior1-56/+0
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+13
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+5
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-8/+8
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison1-1/+1
2008-10-17USB: gadget: net2280: implement set_wedgeAlan Stern1-6/+34
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-02-08usb: net2280 can't have a function called show_registers()David Howells1-3/+3
2008-02-01USB: Add missing "space" to printk messagesJoe Perches1-1/+1
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-97/+0
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-1/+1
2007-06-08USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell1-3/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+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/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-01USB: net2280: don't send unwanted zero-length packetsAlan Stern1-2/+6
2006-10-17Fix USB gadget net2280.c compileLinus Torvalds1-2/+2
2006-10-17USB/gadget/net2280: handle sysfs errorsJeff Garzik1-4/+16
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27USB: net2280: update dma buffer allocationDavid Brownell1-68/+88