summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa27x_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-1/+4
* usb: gadget: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-171-1/+0Star
* usb: gadget: pxa27x_udc: fix Section MismatchesFelipe Balbi2013-04-021-5/+5
* usb: gadget: pxa27x_udc: don't touch gadget.dev.driverFelipe Balbi2013-03-181-2/+0Star
* usb: gadget: pxa27x_udc: remove unnecessary initializationsFelipe Balbi2013-03-181-2/+0Star
* usb: gadget: pxa27x_udc: switch over to module_platform_driverFelipe Balbi2013-03-181-12/+3Star
* usb: gadget: pxa27x_udc: drop ARCH_PXA dependencyFelipe Balbi2013-03-181-9/+2Star
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-1/+0Star
* usb: gadget: pxa27x_udc: let udc-core manage gadget->devFelipe Balbi2013-03-181-11/+1Star
* usb: gadget: pxa27x: fix gadget->dev registrationFelipe Balbi2013-03-041-6/+12
* usb: gadget: pxa27x_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-241-46/+15Star
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-021-1/+1
|\
| * usb: pxa27x_udc: remove IRQ_USB defineRob Herring2012-09-141-1/+1
* | usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-101-3/+3
|/
* usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-021-5/+6
* usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-251-1/+1
* usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-251-2/+2
* usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-271-2/+3
* usb: Convert all users to new usb_phyHeikki Krogerus2012-02-271-3/+3
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-121-1/+1
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-101-10/+0Star
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-281-7/+16
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-6/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+0Star
|\
| * drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0Star
* | usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-5/+7
|/
* [ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao2010-07-151-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: pxa27x_udc: Fix deadlocks on request queueingRobert Jarzmik2010-03-021-35/+79
* USB: pxa27x_udc.c: use resource_size()H Hartley Sweeten2010-03-021-1/+1
* USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardwareEnrico Scholz2010-03-021-6/+13
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* USB: pxa27x_udc: single-thread setup requestsRobert Jarzmik2009-06-161-15/+35
* USB: pxa27x_udc: compatibility with pxa320 SoCRobert Jarzmik2009-06-161-1/+12
* USB: pxa27x_udc: introduce pxa27x_clear_otgph()David Brownell2009-06-161-3/+7
* USB: pxa27x_udc: typo fixes and code cleanupsVernon Sauder2009-03-251-30/+24Star
* USB: Remove redundant test in pxa27x_udc and ftdi_sioJulia Lawall2009-03-251-1/+1
* USB: pxa27x_udc: add vbus_draw callbackRobert Jarzmik2009-03-251-1/+23
* USB: pxa27x_udc: add otg transceiver supportRobert Jarzmik2009-03-251-1/+18
* USB: pxa27x_udc: add vbus session handlingRobert Jarzmik2009-03-251-0/+33
* USB: pxa27x_udc: factor pullup code to prepare otg transceiverRobert Jarzmik2009-03-251-8/+132
* USB: gadget: pxa27x_udc.c: cleanup kernel-docQinghuang Feng2009-01-071-2/+0Star
* gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
* USB: Fix unneeded endpoint check in pxa27x_udcRobert Jarzmik2008-10-221-1/+1
* USB: remove unused #include <version.h>Huang Weiyi2008-10-171-1/+0Star
* USB: Fix pxa27x_udc usb speed handling.Robert Jarzmik2008-08-211-1/+1