summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/net2280.c
AgeCommit message (Expand)Author
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga
2013-10-11usb: Remove unnecessary semicolonsJoe Perches
2013-09-25usb: gadget: Remove redundant pci_set_drvdataSachin Kamat
2013-08-27USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-03-27usb: gadget: net2280: fix sparse warningsFelipe Balbi
2013-03-20USB: gadget: net2280: remove leftover driver->unbind call in error pathwayAlan Stern
2013-03-20usb: gadget: net22xx: fix ->disconnect reportingFelipe Balbi
2013-03-18usb: gadget: net2280: remove unused DMA_ADDR_INVALIDFelipe Balbi
2013-03-18usb: gadget: net2280: don't assign gadget.dev.release directlyFelipe Balbi
2013-03-18usb: gadget: net2280: don't touch gadget.dev.driverFelipe Balbi
2013-03-18usb: gadget: net2280: remove unnecessary initializationsFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: net2280: let udc-core manage gadget->devFelipe Balbi
2013-01-31USB: GADGET: optionally force full-speed for net2280 UDCAlan Stern
2012-11-08usb: gadget: Remove File-backed Storage Gadget (g_file_storage).Michal Nazarewicz
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