aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa27x_udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-091-10/+0
* 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/+0
|\
| * drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0
* | 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-151-15/+35
* USB: pxa27x_udc: compatibility with pxa320 SoCRobert Jarzmik2009-06-151-1/+12
* USB: pxa27x_udc: introduce pxa27x_clear_otgph()David Brownell2009-06-151-3/+7
* USB: pxa27x_udc: typo fixes and code cleanupsVernon Sauder2009-03-241-30/+24
* USB: Remove redundant test in pxa27x_udc and ftdi_sioJulia Lawall2009-03-241-1/+1
* USB: pxa27x_udc: add vbus_draw callbackRobert Jarzmik2009-03-241-1/+23
* USB: pxa27x_udc: add otg transceiver supportRobert Jarzmik2009-03-241-1/+18
* USB: pxa27x_udc: add vbus session handlingRobert Jarzmik2009-03-241-0/+33
* USB: pxa27x_udc: factor pullup code to prepare otg transceiverRobert Jarzmik2009-03-241-8/+132
* USB: gadget: pxa27x_udc.c: cleanup kernel-docQinghuang Feng2009-01-071-2/+0
* 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/+0
* USB: Fix pxa27x_udc usb speed handling.Robert Jarzmik2008-08-211-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-3/+3
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* USB: remove board-specific UP2OCR configuration from pxa27x-udcDaniel Ribeiro2008-07-211-1/+0
* [ARM] Merge most of the PXA work for initial mergeRussell King2008-07-141-4/+5
|\
| * [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr...Philipp Zabel2008-07-091-2/+2
| * [ARM] 5080/1: touch PSSR_OTGPH only on pxa27x in ohci-pxa27x and pxa27x_udcPhilipp Zabel2008-06-151-2/+3
* | USB: pxa27x_udc - Fix Oopskarl beldan2008-05-201-1/+2
|/
* USB: pxa27x_udc: minor fixesRobert Jarzmik2008-05-141-9/+8
* usb: pxa27x_udc driverRobert Jarzmik2008-05-021-0/+2404