aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa27x_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+7
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-07-15[ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB: pxa27x_udc: Fix deadlocks on request queueingRobert Jarzmik1-35/+79
2010-03-02USB: pxa27x_udc.c: use resource_size()H Hartley Sweeten1-1/+1
2010-03-02USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardwareEnrico Scholz1-6/+13
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-06-15USB: pxa27x_udc: single-thread setup requestsRobert Jarzmik1-15/+35
2009-06-15USB: pxa27x_udc: compatibility with pxa320 SoCRobert Jarzmik1-1/+12
2009-06-15USB: pxa27x_udc: introduce pxa27x_clear_otgph()David Brownell1-3/+7
2009-03-24USB: pxa27x_udc: typo fixes and code cleanupsVernon Sauder1-30/+24
2009-03-24USB: Remove redundant test in pxa27x_udc and ftdi_sioJulia Lawall1-1/+1
2009-03-24USB: pxa27x_udc: add vbus_draw callbackRobert Jarzmik1-1/+23
2009-03-24USB: pxa27x_udc: add otg transceiver supportRobert Jarzmik1-1/+18
2009-03-24USB: pxa27x_udc: add vbus session handlingRobert Jarzmik1-0/+33
2009-03-24USB: pxa27x_udc: factor pullup code to prepare otg transceiverRobert Jarzmik1-8/+132
2009-01-07USB: gadget: pxa27x_udc.c: cleanup kernel-docQinghuang Feng1-2/+0
2009-01-06gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-10-22USB: Fix unneeded endpoint check in pxa27x_udcRobert Jarzmik1-1/+1
2008-10-17USB: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-08-21USB: Fix pxa27x_udc usb speed handling.Robert Jarzmik1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-21USB: remove board-specific UP2OCR configuration from pxa27x-udcDaniel Ribeiro1-1/+0
2008-07-14[ARM] Merge most of the PXA work for initial mergeRussell King1-4/+5
2008-07-09[ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC driversPhilipp Zabel1-2/+2
2008-06-15[ARM] 5080/1: touch PSSR_OTGPH only on pxa27x in ohci-pxa27x and pxa27x_udcPhilipp Zabel1-2/+3
2008-05-20USB: pxa27x_udc - Fix Oopskarl beldan1-1/+2
2008-05-14USB: pxa27x_udc: minor fixesRobert Jarzmik1-9/+8
2008-05-02usb: pxa27x_udc driverRobert Jarzmik1-0/+2404