Age | Commit message (Expand) | Author | Files | Lines |
2007-07-19 | USB: m66592-udc: fixes some problems | Yoshihiro Shimoda | 4 | -453/+450 |
2007-07-19 | USB: amd5536 UDC driver (in GEODE southbridge) | Thomas Dahlmann | 6 | -0/+4114 |
2007-07-19 | USB: use mutex instead of semaphore in the USB gadget serial driver | Matthias Kaehlcke | 1 | -12/+13 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2 | -4/+2 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 1 | -0/+3 |
2007-07-15 | minimal fixes for drivers/usb/gadget/m66592-udc.c | Al Viro | 1 | -23/+4 |
2007-07-12 | USB: goku_udc trivial cleanups | David Brownell | 2 | -23/+23 |
2007-07-12 | USB: usb gadget stack can now -DDEBUG with Kconfig | David Brownell | 3 | -82/+100 |
2007-07-12 | usb gadget stack: remove usb_ep_*_buffer(), part 2 | David Brownell | 9 | -429/+0 |
2007-07-12 | usb gadget stack: remove usb_ep_*_buffer(), part 1 | David Brownell | 4 | -29/+11 |
2007-07-12 | USB: pxa2xx_udc -- cleanups, mostly removing dma hooks | David Brownell | 2 | -404/+25 |
2007-07-12 | USB: pxa2xx_udc: use generic gpio layer | Milan Svoboda | 1 | -14/+49 |
2007-07-12 | USB: Don't resume root hub if the controller is suspended | Alan Stern | 1 | -2/+1 |
2007-07-12 | USB: fsl_usb2_udc: fix bug for portsc bit masking | Li Yang | 1 | -1/+1 |
2007-07-12 | usb gadget: Rename husb2dev -> usba | Haavard Skinnemoen | 2 | -5/+5 |
2007-07-12 | USB Gadget driver for Samsung s3c2410 ARM SoC | Arnaud Patard | 4 | -0/+2210 |
2007-07-12 | USB: fsl_usb2_udc: Get max ep number from DCCPARAMS register | Li Yang | 2 | -25/+38 |
2007-07-12 | USB: fsl_usb2_udc: replace deprecated irq flag | Li Yang | 1 | -1/+1 |
2007-07-12 | USB: Disable file_storage USB_CONFIG_ATT_WAKEUP | Tony Lindgren | 1 | -2/+1 |
2007-07-12 | USB: usb serial gadget, sparse fixes | David Brownell | 1 | -6/+8 |
2007-07-12 | USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h> | David Brownell | 1 | -1/+1 |
2007-07-12 | USB: use function attribute __maybe_unused | David Rientjes | 1 | -3/+3 |
2007-07-12 | USB: usb gadget, dead config cleanup | David Brownell | 3 | -2/+12 |
2007-07-12 | USB: m66592-udc: fix use old interrupt flags | Yoshihiro Shimoda | 1 | -2/+2 |
2007-07-12 | USB: m66592-udc: peripheral controller driver for M66592 | Yoshihiro Shimoda | 6 | -0/+2262 |
2007-07-11 | PCI: add pci_try_set_mwi | Randy Dunlap | 1 | -1/+1 |
2007-06-25 | USB: g_file_storage: call allow_signal() | Oleg Nesterov | 1 | -7/+5 |
2007-06-08 | USB: usb gadgets avoid le{16,32}_to_cpup() | David Brownell | 5 | -24/+33 |
2007-05-22 | USB: fsl_usb2_udc: Fix UMTI_WIDE support and a compile warning | Li Yang | 1 | -3/+5 |
2007-05-11 | [ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors. | Andrew Victor | 1 | -1/+1 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 7 | -7/+0 |
2007-05-06 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -2/+2 |
2007-04-27 | USB: update gadget files for fsl_usb2_udc driver | Li Yang | 2 | -0/+11 |
2007-04-27 | USB: add Freescale high-speed USB SOC device controller driver | Li Yang | 4 | -0/+3101 |
2007-04-27 | usb ethernet gadget, workaround network stack API glitch | Erik Hovland | 1 | -1/+2 |
2007-04-27 | USB gadget rndis: fix struct rndis_packet_msg_type unaligned bug | Wu, Bryan | 1 | -1/+1 |
2007-04-27 | USB: gadget-storage needs BLOCK | Randy Dunlap | 1 | -0/+1 |
2007-04-27 | USB: pxa2xx_udc: fix hardcoded irq number | Milan Svoboda | 1 | -1/+1 |
2007-04-27 | pxa2xx_udc: cleanups, use platform_get_irq | David Brownell | 1 | -53/+43 |
2007-04-25 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2007-04-21 | [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX | Eric Miao | 1 | -2/+2 |
2007-03-26 | USB: omap_udc: workaround dma_free_coherent() bogosity | David Brownell | 1 | -10/+93 |
2007-03-10 | Revert "USB: pxa2xx_udc: fix hardcoded irq number" | Linus Torvalds | 1 | -1/+1 |
2007-03-09 | USB: pxa2xx_udc: fix hardcoded irq number | Milan Svoboda | 1 | -1/+1 |
2007-03-09 | USB: goku_udc: Remove crude cache coherency code | Ralf Baechle | 1 | -29/+0 |
2007-03-09 | USB: at91_udc, fix more modpost bogosity (rename driver struct) | David Brownell | 1 | -3/+3 |
2007-02-23 | gadgetfs: Fixed bug in ep_aio_read_retry. | Sarah Bailey | 1 | -1/+4 |
2007-02-19 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 3 | -26/+9 |
2007-02-17 | Merge AT91, EP93xx, General devel, PXA, S3C, V6+ and Xscale trees | Russell King | 3 | -26/+9 |
2007-02-16 | USB: at91_udc, shrink runtime footprint | David Brownell | 1 | -8/+7 |