| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: phy: fix return value check of usb_get_phy | Kishon Vijay Abraham I | 2012-07-02 | 1 | -5/+6 |
* | usb: otg: support for multiple transceivers by a single controller | Kishon Vijay Abraham I | 2012-06-25 | 1 | -1/+1 |
* | usb: otg: utils: rename function name in OTG utils | Kishon Vijay Abraham I | 2012-06-25 | 1 | -2/+2 |
* | usb: otg: Convert all users to pass struct usb_otg for OTG functions | Heikki Krogerus | 2012-02-27 | 1 | -2/+3 |
* | usb: Convert all users to new usb_phy | Heikki Krogerus | 2012-02-27 | 1 | -3/+3 |
* | usb: gadget: rename usb_gadget_driver::speed to max_speed | Michal Nazarewicz | 2011-12-12 | 1 | -1/+1 |
* | usb gadget: clean up FSF boilerplate text | Klaus Schwarzkopf | 2011-09-09 | 1 | -10/+0 |
* | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 2011-08-23 | 1 | -1/+1 |
* | usb: gadget: convert all users to the new udc infrastructure | Sebastian Andrzej Siewior | 2011-06-28 | 1 | -7/+16 |
* | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2011-05-20 | 1 | -0/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -6/+6 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -2/+0 |
|\ |
|
| * | drivers/usb: Remove unnecessary return's from void functions | Joe Perches | 2010-08-10 | 1 | -2/+0 |
* | | usb gadget: don't save bind callback in struct usb_gadget_driver | Uwe Kleine-König | 2010-10-22 | 1 | -5/+7 |
|/ |
|
* | [ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27x | Eric Miao | 2010-07-15 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | USB: pxa27x_udc: Fix deadlocks on request queueing | Robert Jarzmik | 2010-03-02 | 1 | -35/+79 |
* | USB: pxa27x_udc.c: use resource_size() | H Hartley Sweeten | 2010-03-02 | 1 | -1/+1 |
* | USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardware | Enrico Scholz | 2010-03-02 | 1 | -6/+13 |
* | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | USB: pxa27x_udc: single-thread setup requests | Robert Jarzmik | 2009-06-15 | 1 | -15/+35 |
* | USB: pxa27x_udc: compatibility with pxa320 SoC | Robert Jarzmik | 2009-06-15 | 1 | -1/+12 |
* | USB: pxa27x_udc: introduce pxa27x_clear_otgph() | David Brownell | 2009-06-15 | 1 | -3/+7 |
* | USB: pxa27x_udc: typo fixes and code cleanups | Vernon Sauder | 2009-03-24 | 1 | -30/+24 |
* | USB: Remove redundant test in pxa27x_udc and ftdi_sio | Julia Lawall | 2009-03-24 | 1 | -1/+1 |
* | USB: pxa27x_udc: add vbus_draw callback | Robert Jarzmik | 2009-03-24 | 1 | -1/+23 |
* | USB: pxa27x_udc: add otg transceiver support | Robert Jarzmik | 2009-03-24 | 1 | -1/+18 |
* | USB: pxa27x_udc: add vbus session handling | Robert Jarzmik | 2009-03-24 | 1 | -0/+33 |
* | USB: pxa27x_udc: factor pullup code to prepare otg transceiver | Robert Jarzmik | 2009-03-24 | 1 | -8/+132 |
* | USB: gadget: pxa27x_udc.c: cleanup kernel-doc | Qinghuang Feng | 2009-01-07 | 1 | -2/+0 |
* | gadget: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | [ARM] pxa: don't pass a consumer clock name for devices with unique clocks | Russell King | 2008-11-27 | 1 | -1/+1 |
* | USB: Fix unneeded endpoint check in pxa27x_udc | Robert Jarzmik | 2008-10-22 | 1 | -1/+1 |
* | USB: remove unused #include <version.h> | Huang Weiyi | 2008-10-17 | 1 | -1/+0 |
* | USB: Fix pxa27x_udc usb speed handling. | Robert Jarzmik | 2008-08-21 | 1 | -1/+1 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -3/+3 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 1 | -1/+1 |
* | USB: remove board-specific UP2OCR configuration from pxa27x-udc | Daniel Ribeiro | 2008-07-21 | 1 | -1/+0 |
* | [ARM] Merge most of the PXA work for initial merge | Russell King | 2008-07-14 | 1 | -4/+5 |
|\ |
|
| * | [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr... | Philipp Zabel | 2008-07-09 | 1 | -2/+2 |
| * | [ARM] 5080/1: touch PSSR_OTGPH only on pxa27x in ohci-pxa27x and pxa27x_udc | Philipp Zabel | 2008-06-15 | 1 | -2/+3 |
* | | USB: pxa27x_udc - Fix Oops | karl beldan | 2008-05-20 | 1 | -1/+2 |
|/ |
|
* | USB: pxa27x_udc: minor fixes | Robert Jarzmik | 2008-05-14 | 1 | -9/+8 |
* | usb: pxa27x_udc driver | Robert Jarzmik | 2008-05-02 | 1 | -0/+2404 |