| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-10-25 | 1 | -14/+4 |
|\ |
|
| * | OMAP: control: move plat-omap/control.h to mach-omap2/control.h | Paul Walmsley | 2010-10-08 | 1 | -14/+4 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 6 | -17/+0 |
|\ \ |
|
| * | | Revert "drivers/usb: Remove unnecessary return's from void functions" partially | Jiri Kosina | 2010-09-02 | 1 | -0/+3 |
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-11 | 29 | -466/+1178 |
| |\ \ |
|
| * | | | drivers/usb: Remove unnecessary return's from void functions | Joe Perches | 2010-08-10 | 7 | -20/+0 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-10-22 | 47 | -1265/+1366 |
|\ \ \ \ |
|
| * | | | | USB: gadget: amd5536udc.c: fix error path | Rahul Ruikar | 2010-10-22 | 1 | -1/+3 |
| * | | | | usb: gadget: fix Kconfig warning | Felipe Contreras | 2010-10-22 | 1 | -11/+0 |
| * | | | | usb: r8a66597-udc: Add processing when USB was removed. | Yusuke Goda | 2010-10-22 | 1 | -0/+3 |
| * | | | | mxc_udc: add workaround for ENGcm09152 for i.MX35 | Eric Bénard | 2010-10-22 | 1 | -0/+15 |
| * | | | | USB: gadget: storage: reuse definitions from scsi.h header file | Michal Nazarewicz | 2010-10-22 | 3 | -105/+75 |
| * | | | | usb: makefile cleanup | matt mooney | 2010-10-22 | 1 | -21/+18 |
| * | | | | usb: gadget: dummy_hcd: Fix error path | Rahul Ruikar | 2010-10-22 | 1 | -3/+5 |
| * | | | | usb: gadget: goku_udc: Fix error path | Dan Carpenter | 2010-10-22 | 1 | -11/+15 |
| * | | | | usb: langwell_udc: cancel pending requests when controller is suspended. | Philippe Skowronski | 2010-10-22 | 1 | -0/+5 |
| * | | | | usb: langwell_udc: fix big file transfer issue. | Christophe Lebouc | 2010-10-22 | 1 | -2/+4 |
| * | | | | USB: add platform glue driver for FSL USB DR controller | Anatolij Gustschin | 2010-10-22 | 1 | -0/+1 |
| * | | | | usb: change to new flag variable | matt mooney | 2010-10-22 | 1 | -3/+1 |
| * | | | | USB: gadget: file_storage: reuse definitions from a header file | Michal Nazarewicz | 2010-10-22 | 1 | -13/+1 |
| * | | | | USB: atmel_usba_udc: force vbus_pin at -EINVAL when gpio_request failled | Jean-Christophe PLAGNIOL-VILLARD | 2010-10-22 | 1 | -0/+3 |
| * | | | | USB: gadget: Remove pr_<level> uses of KERN_<level> | Joe Perches | 2010-10-22 | 1 | -1/+1 |
| * | | | | usb gadget: composite: prevent OOPS for non-standard control request | Roger Quadros | 2010-10-22 | 1 | -1/+2 |
| * | | | | USB: Change acm_iad_descriptor bFunctionProtocol to USB_CDC_ACM_PROTO_AT_V25TER | Praveena Nadahally | 2010-10-22 | 1 | -1/+1 |
| * | | | | USB: r8a66597-udc: Initialize uninitialized variable, fix compile warning | Javier Martinez Canillas | 2010-10-22 | 1 | -1/+1 |
| * | | | | USB: gadget: rndis: fix up coding style issues in the file | Mihai Donțu | 2010-10-22 | 1 | -248/+244 |
| * | | | | USB: Kconfig: fix typos in USB_FUNCTIONFS* description | Michael Prokop | 2010-10-22 | 1 | -5/+5 |
| * | | | | USB: g_file_storage: don't generate automatic serial string | Alan Stern | 2010-10-22 | 2 | -36/+15 |
| * | | | | USB: langwell: Remove unnecessary return's from void functions | Joe Perches | 2010-10-22 | 1 | -5/+0 |
| * | | | | USB: gadget: amd5536udc.c: Remove double test | Julia Lawall | 2010-10-22 | 1 | -1/+1 |
| * | | | | usb gadget: don't save bind callback in struct usb_configuration | Uwe Kleine-König | 2010-10-22 | 13 | -38/+30 |
| * | | | | usb gadget: don't save bind callback in struct usb_composite_driver | Michal Nazarewicz | 2010-10-22 | 12 | -26/+22 |
| * | | | | usb gadget: don't save bind callback in struct usb_gadget_driver | Uwe Kleine-König | 2010-10-22 | 25 | -108/+114 |
| * | | | | USB: Revert "USB: gadget: section mismatch warning fixed" | Michal Nazarewicz | 2010-10-22 | 13 | -22/+22 |
| * | | | | USB: gadget: g_multi: moved strings handling code to composite | Michal Nazarewicz | 2010-10-22 | 1 | -16/+3 |
| * | | | | USB: gadget: mass_storage: moved strings handling code to composite | Michal Nazarewicz | 2010-10-22 | 1 | -66/+6 |
| * | | | | USB: gadget: composite: Better string override handling | Michal Nazarewicz | 2010-10-22 | 1 | -32/+64 |
| * | | | | USB: gadget: functionfs: code cleanup | Michal Nazarewicz | 2010-10-22 | 1 | -57/+28 |
| * | | | | usb: gadget: mass_storage: optional SCSI WRITE FUA bit | Michal Nazarewicz | 2010-10-22 | 1 | -1/+15 |
| * | | | | usb: gadget: storage: remove nofua file when unbinding | Michal Nazarewicz | 2010-10-22 | 1 | -0/+1 |
| * | | | | USB: gadget: g_ffs: fixed vendor and product ID | Michal Nazarewicz | 2010-10-22 | 1 | -2/+2 |
| * | | | | USB: gadget: g_multi: fixed vendor and product ID | Michal Nazarewicz | 2010-10-22 | 1 | -2/+2 |
| * | | | | USB Gadget: Verify VBUS current before setting the device self-powered bit | Parirajan Muthalagu | 2010-10-22 | 1 | -1/+7 |
| * | | | | USB: gadget: dbgp: cleanup: remove unneeded check | Dan Carpenter | 2010-10-22 | 1 | -9/+7 |
| * | | | | USB: langwell: USB Client driver memory handling | JiebingLi | 2010-10-22 | 2 | -10/+115 |
| * | | | | USB: langwell: USB Client Remote Wakeup Support | JiebingLi | 2010-10-22 | 2 | -5/+65 |
| * | | | | USB: langwell: USB Client PHY low power mode setting | JiebingLi | 2010-10-22 | 1 | -32/+60 |
| * | | | | USB: langwell: USB Client Endpoint initialization | JiebingLi | 2010-10-22 | 1 | -10/+13 |
| * | | | | USB: langwell: USB Client driver code cleanup | JiebingLi | 2010-10-22 | 1 | -364/+376 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 2 | -1/+3 |
|\ \ \ \ |
|