aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/amd5536udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-01USB: Add missing "space" to printk messagesJoe Perches1-1/+1
2007-10-25USB: amd5536udc - remove set_mwi() compiler warningDavid Brownell1-1/+1
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: AMD5536: use pdev->revisionAuke Kok1-4/+2
2007-10-12usb: remove redundant memset from amd5536udcMariusz Kozlowski1-1/+0
2007-07-19USB: amd5536 UDC driver (in GEODE southbridge)Thomas Dahlmann1-0/+3454