| Commit message (Expand) | Author | Age | Files | Lines |
* | USB gadget rndis: fix struct rndis_packet_msg_type unaligned bug | Wu, Bryan | 2007-04-27 | 1 | -1/+1 |
* | USB: gadget-storage needs BLOCK | Randy Dunlap | 2007-04-27 | 1 | -0/+1 |
* | USB: pxa2xx_udc: fix hardcoded irq number | Milan Svoboda | 2007-04-27 | 1 | -1/+1 |
* | pxa2xx_udc: cleanups, use platform_get_irq | David Brownell | 2007-04-27 | 1 | -53/+43 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+0 |
* | USB: omap_udc: workaround dma_free_coherent() bogosity | David Brownell | 2007-03-26 | 1 | -10/+93 |
* | Revert "USB: pxa2xx_udc: fix hardcoded irq number" | Linus Torvalds | 2007-03-10 | 1 | -1/+1 |
* | USB: pxa2xx_udc: fix hardcoded irq number | Milan Svoboda | 2007-03-09 | 1 | -1/+1 |
* | USB: goku_udc: Remove crude cache coherency code | Ralf Baechle | 2007-03-09 | 1 | -29/+0 |
* | USB: at91_udc, fix more modpost bogosity (rename driver struct) | David Brownell | 2007-03-09 | 1 | -3/+3 |
* | gadgetfs: Fixed bug in ep_aio_read_retry. | Sarah Bailey | 2007-02-23 | 1 | -1/+4 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-02-19 | 3 | -26/+9 |
|\ |
|
| *-. | Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale trees | Russell King | 2007-02-17 | 3 | -26/+9 |
| |\ \ |
|
| | | * | [ARM] 4141/1: consolidate functions that handles gpio in pxa2xx_udc | Milan Svoboda | 2007-02-08 | 2 | -24/+7 |
| | |/
| |/| |
|
| | * | [ARM] 4145/2: AT91: Add support for AT91SAM9263 processor | Andrew Victor | 2007-02-08 | 1 | -2/+2 |
| |/ |
|
* | | USB: at91_udc, shrink runtime footprint | David Brownell | 2007-02-16 | 1 | -8/+7 |
* | | USB: fix g_serial small error | Bryan O'Donoghue | 2007-02-16 | 1 | -0/+1 |
* | | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 2007-02-14 | 1 | -1/+1 |
* | | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 9 | -9/+0 |
* | | [PATCH] proc: remove useless (and buggy) ->nlink settings | Alexey Dobriyan | 2007-02-11 | 1 | -1/+0 |
* | | [PATCH] remove invalidate_inode_pages() | Andrew Morton | 2007-02-11 | 1 | -1/+1 |
* | | USB: usb ethernet gadget recognizes HUSB2DEV | Håvard Skinnemoen | 2007-02-07 | 1 | -0/+4 |
* | | USB: list atmel husb2_udc gadget controller | Håvard Skinnemoen | 2007-02-07 | 1 | -0/+8 |
* | | USB: gadgetfs AIO tweaks | Alan Stern | 2007-02-07 | 1 | -9/+7 |
* | | USB: gadgetfs behaves better on userspace init bug | David Brownell | 2007-02-07 | 1 | -4/+4 |
* | | USB: gadgetfs race fix | David Brownell | 2007-02-07 | 1 | -7/+11 |
* | | USB: gadgetfs simplifications | David Brownell | 2007-02-07 | 1 | -16/+13 |
* | | USB: gadgetfs cleanups | David Brownell | 2007-02-07 | 1 | -34/+41 |
* | | USB: at91_udc wakeup event updates | David Brownell | 2007-02-07 | 2 | -8/+12 |
* | | usb: gadgetfs remove delayed init mode | Phil Endecott | 2007-02-07 | 1 | -48/+12 |
* | | usb: gadgetfs whitespace cleanup | David Brownell | 2007-02-07 | 1 | -28/+28 |
* | | USB Gadget file_storage.c: remove unnecessary casts | John Daiker | 2007-02-07 | 1 | -16/+15 |
* | | USB: ethernet gadget interop with MCCI Windows driver | David Brownell | 2007-02-07 | 1 | -39/+103 |
* | | USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> | David Brownell | 2007-02-07 | 14 | -14/+14 |
|/ |
|
* | USB: omap_udc build fixes (sync with linux-omap) | David Brownell | 2007-01-05 | 2 | -53/+195 |
* | USB: at91_udc: Additional checks | Wojtek Kaniewski | 2006-12-20 | 1 | -2/+8 |
* | USB: at91_udc: Cleanup variables after failure in usb_gadget_register_driver() | Wojtek Kaniewski | 2006-12-20 | 1 | -0/+4 |
* | USB: at91_udc: allow drivers that support high speed | Wojtek Kaniewski | 2006-12-20 | 1 | -1/+1 |
* | USB: at91_udc, misc fixes | Andrew Victor | 2006-12-20 | 2 | -6/+42 |
* | USB: at91 udc, support at91sam926x addresses | Andrew Victor | 2006-12-20 | 2 | -86/+84 |
* | USB: gadget driver unbind() is optional; section fixes; misc | David Brownell | 2006-12-20 | 10 | -47/+41 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] struct path: convert usb | Josef Sipek | 2006-12-08 | 1 | -8/+8 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-12-07 | 1 | -1/+1 |
|\ |
|
| * | [ARM] 3963/1: AT91: Update configuration files | Andrew Victor | 2006-12-01 | 1 | -1/+1 |
* | | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -1/+1 |
* | | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 6 | -8/+8 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 5 | -6/+12 |
|\ \ |
|