| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-12-31 | 3 | -4/+4 |
|\ |
|
| * | Merge git://git.marvell.com/orion into devel | Russell King | 2008-12-13 | 2 | -0/+6 |
| |\ |
|
| * \ | Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into devel | Russell King | 2008-11-29 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Ben Dooks | 2008-11-03 | 1 | -1/+0 |
| | |\ \ |
|
| | * | | | [ARM] S3C24XX: Movev udc headers to arch/arm/plat-s3c24xx/include/plat | Ben Dooks | 2008-10-30 | 1 | -2/+2 |
| * | | | | Merge branch 'highmem' into devel | Russell King | 2008-11-28 | 1 | -7/+7 |
| |\ \ \ \ |
|
| * | | | | | [ARM] pxa: don't pass a consumer clock name for devices with unique clocks | Russell King | 2008-11-27 | 2 | -2/+2 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 3 | -6/+646 |
|\ \ \ \ \ \ |
|
| * | | | | | | Phonet: USB CDC Phonet function for gadget framework | Rémi Denis-Courmont | 2008-12-18 | 2 | -0/+642 |
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-03 | 3 | -7/+13 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-21 | 1 | -2/+1 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | netdev: expose ethernet address primitives | Stephen Hemminger | 2008-11-20 | 1 | -2/+2 |
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-19 | 1 | -0/+4 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-07 | 1 | -1/+0 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| * | | | | | | | net: convert print_mac to %pM | Johannes Berg | 2008-10-28 | 1 | -4/+2 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | usb: Fix up sh_mobile usbf clock framework warnings. | Paul Mundt | 2008-12-22 | 1 | -1/+1 |
* | | | | | | | sh: sh_mobile usbf clock framework support | Magnus Damm | 2008-12-22 | 2 | -29/+32 |
* | | | | | | | USB: gadget: fix rndis working at high speed | David Brownell | 2008-12-17 | 1 | -0/+4 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | USB: fsl_usb2_udc: Report disconnect before unbinding | Anton Vorontsov | 2008-12-01 | 1 | -0/+3 |
* | | | | | | USB: fsl_qe_udc: Report disconnect before unbinding | Anton Vorontsov | 2008-12-01 | 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-20 | 1 | -1/+1 |
* | | | | USB: gadget rndis: stop windows self-immolation | David Brownell | 2008-11-20 | 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 |