| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: fsl_usb2_udc: Report disconnect before unbinding | Anton Vorontsov | 2008-11-30 | 1 | -0/+3 |
* | USB: fsl_qe_udc: Report disconnect before unbinding | Anton Vorontsov | 2008-11-30 | 1 | -0/+3 |
* | [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0 | Jaya Kumar | 2008-11-23 | 1 | -7/+7 |
* | USB: gadget rndis: send notifications | Richard Röjfors | 2008-11-19 | 1 | -1/+1 |
* | USB: gadget rndis: stop windows self-immolation | David Brownell | 2008-11-19 | 1 | -1/+0 |
* | USB: gadget: cdc-acm deadlock fix | David Brownell | 2008-11-13 | 1 | -0/+4 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -1/+0 |
* | USB: Fix unneeded endpoint check in pxa27x_udc | Robert Jarzmik | 2008-10-22 | 1 | -1/+1 |
* | usb/gadget: fix kernel-doc warning | Randy Dunlap | 2008-10-22 | 1 | -1/+1 |
* | USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udc | Zhaolei | 2008-10-22 | 1 | -5/+2 |
* | usb/fsl_qe_udc: clear data toggle on clear halt request | Li Yang | 2008-10-17 | 1 | -0/+4 |
* | usb/fsl_qe_udc: fix response to get status request | Li Yang | 2008-10-17 | 2 | -34/+68 |
* | fsl_usb2_udc: Fix oops on probe failure. | Will Newton | 2008-10-17 | 1 | -15/+17 |
* | fsl_usb2_udc: Add a wmb before priming endpoint. | Will Newton | 2008-10-17 | 1 | -0/+3 |
* | fsl_usb2_udc: Make fsl_queue_td return type void. | Will Newton | 2008-10-17 | 1 | -14/+5 |
* | fsl_usb2_udc: Uninline udc_reset_ep_queue. | Will Newton | 2008-10-17 | 1 | -7/+3 |
* | fsl_usb2_udc: Rename the arguments of the fsl_writel macro. | Will Newton | 2008-10-17 | 1 | -4/+2 |
* | fsl_usb2_udc: Initialize spinlock earlier. | Will Newton | 2008-10-17 | 1 | -1/+3 |
* | fsl_usb2_udc: Clean up whitespace in /proc debugging output. | Will Newton | 2008-10-17 | 1 | -17/+18 |
* | fsl_usb2_udc: Clean up whitespace in errors and warnings. | Will Newton | 2008-10-17 | 1 | -18/+18 |
* | fsl_usb2_udc: Fix some sparse warnings and remove redundant code. | Will Newton | 2008-10-17 | 2 | -38/+11 |
* | fsl_usb2_udc: Remove check for udc == NULL in dr_controller_setup. | Will Newton | 2008-10-17 | 1 | -4/+0 |
* | fsl_usb2_udc: Make dr_ep_setup function static. | Will Newton | 2008-10-17 | 1 | -1/+2 |
* | usb gadget: cdc ethernet notification bugfix | David Brownell | 2008-10-17 | 1 | -0/+7 |
* | USB: omap_udc: sync with OMAP tree | Tony Lindgren | 2008-10-17 | 2 | -1/+8 |
* | USB: Fix s3c2410_udc usb speed handling | Yauhen Kharuzhy | 2008-10-17 | 1 | -1/+1 |
* | usb gadget: USB_GADGET_VBUS_DRAW Kconfig option | David Brownell | 2008-10-17 | 10 | -15/+25 |
* | usb: gadget: workaround storage command size issues | Felipe Balbi | 2008-10-17 | 1 | -4/+17 |
* | USB: g_printer: fix handling zero-length packet | SangSu Park | 2008-10-17 | 1 | -2/+1 |
* | usb: add Freescale QE/CPM USB peripheral controller driver | Li Yang | 2008-10-17 | 5 | -0/+3188 |
* | USB: remove unused #include <version.h> | Huang Weiyi | 2008-10-17 | 1 | -1/+0 |
* | usb gadget: defer obex enumeration | David Brownell | 2008-10-17 | 1 | -7/+54 |
* | usb gadget: cdc obex glue | Felipe Balbi | 2008-10-17 | 4 | -2/+467 |
* | usb gadget: function activation/deactivation | David Brownell | 2008-10-17 | 1 | -0/+64 |
* | USB: gadget: net2280: implement set_wedge | Alan Stern | 2008-10-17 | 2 | -6/+35 |
* | USB: gadget: dummy_hcd: implement set_wedge | Alan Stern | 2008-10-17 | 1 | -6/+27 |
* | usb: gadget Kconfig cleanup | David Brownell | 2008-10-17 | 1 | -121/+144 |
* | usb gadget: link fixes for network gadget | David Brownell | 2008-10-16 | 5 | -145/+158 |
* | usb gadget: link fixes for cdc composite gadget | David Brownell | 2008-10-16 | 3 | -6/+26 |
* | usb gadget: link fixes for storage gadget | David Brownell | 2008-10-16 | 2 | -2/+13 |
* | usb gadget: link fixes for printer gadget | David Brownell | 2008-10-16 | 2 | -2/+15 |
* | usb gadget: link fixes for MIDI gadget | David Brownell | 2008-10-16 | 2 | -1/+16 |
* | usb gadget: link fixes for gadget zero | David Brownell | 2008-10-16 | 3 | -17/+36 |
* | usb gadget: link fixes for serial gadget | David Brownell | 2008-10-16 | 2 | -1/+19 |
* | device create: usb: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -2/+2 |
* | USB: fsl_usb2_udc: fix VDBG() format string | Peter Korsgaard | 2008-09-23 | 1 | -1/+1 |
* | usb gadget: fix omap_udc DMA regression | David Brownell | 2008-09-23 | 1 | -2/+2 |
* | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 2 | -2/+0 |
* | USB: Fix pxa27x_udc usb speed handling. | Robert Jarzmik | 2008-08-21 | 1 | -1/+1 |
* | USB: Add MUSB and TUSB support | Felipe Balbi | 2008-08-13 | 1 | -0/+10 |