aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/amd5536udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz1-3366/+0
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-6/+9
2013-12-06usb: gadget: amd5536udc: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-09-25usb: gadget: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-08-09usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue()Alexey Khoroshilov1-2/+2
2013-03-18usb: gadget: amd5536udc: don't assign gadget.dev.release directlyFelipe Balbi1-2/+2
2013-03-18usb: gadget: amd5536udc: don't touch gadget.dev.driverFelipe Balbi1-2/+0
2013-03-18usb: gadget: amd5536udc: remove unnecessary initializationsFelipe Balbi1-2/+0
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: gadget: amd5536udc: let udc-core manage gadget->devFelipe Balbi1-8/+1
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-45/+14
2013-01-24usb: gadget: amd5536udc: convert to udc_start/udc_stopFelipe Balbi1-45/+14
2012-12-13usb: gadget: amd5536udc: avoid NULL pointer dereference in udc_pci_probe()Xi Wang1-2/+2
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-3/+3
2012-05-04usb: gadget: Update amd5536udc to use usb_endpoint_descriptor inside the struct usb_epIdo Shayevitz1-7/+6
2012-05-04usb: gadget: use module_pci_driverAxel Lin1-13/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-28usb: gadget: amd5536: use generic map/unmap routinesFelipe Balbi1-27/+6
2012-02-27usb: amd5536udc: Remove old CVS markersCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: Fix the type of ep_stringCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: use the DEFINE_PCI_DEVICE_TABLE macroCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: Fix indentationCyril Roelandt1-3/+3
2012-02-27usb: amd5536udc: Fix coding style issues.Cyril Roelandt1-4/+4
2012-02-27usb: amd5536udc: Fix brace coding style issues.Cyril Roelandt1-57/+36
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz1-0/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-4/+4
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-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-7/+2
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-1/+1
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-7/+7
2010-11-11USB: gadget: amd5536udc.c: delete double assignmentJulia Lawall1-1/+0
2010-10-22USB: gadget: amd5536udc.c: fix error pathRahul Ruikar1-1/+3
2010-10-22USB: gadget: amd5536udc.c: Remove double testJulia Lawall1-1/+1
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-4/+5
2009-11-30usb: amd5536udc: fixed shared interrupt bug and warning oopsThomas Dahlmann1-19/+30
2009-09-23USB: gadget: Drop NULL test on list_entry resultJulia Lawall1-31/+25
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-05-14usb: fix integer as NULL pointer warnings found by sparseHarvey Harrison1-5/+5
2008-04-28drivers/usb annotations and fixesAl Viro1-9/+11
2008-04-24USB: mem leak fixes for AMD 5536 UDC high/full speed USB device controller driverJesper Juhl1-0/+10
2008-02-01USB: usb peripheral controller driver oops avoidancePatrik Sevallius1-0/+1