| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: fix serial gadget ACM breakage | David Brownell | 2007-09-11 | 1 | -10/+15 |
* | USB: fsl_usb2_udc: fix bug in processing setup requests | Li Yang | 2007-08-22 | 1 | -36/+41 |
* | USB: g_file_storage: fix bug in DMA buffer handling | Alan Stern | 2007-08-22 | 1 | -3/+0 |
* | USB: remove DEBUG definition from dummy_hcd | Alan Stern | 2007-08-22 | 1 | -2/+0 |
* | USB: Stall control endpoint when file storage class request wValue != 0 | Luis Lloret | 2007-08-22 | 1 | -3/+4 |
* | USB: px2xx_udc bugfix, missing check for gpio_pullup | David Brownell | 2007-08-22 | 1 | -2/+2 |
* | USB: "sparse" cleanups for usb gadgets | David Brownell | 2007-07-30 | 6 | -8/+11 |
* | USB: more pxa2xx_udc dead code removal | David Brownell | 2007-07-30 | 1 | -30/+0 |
* | USB: m66592-udc: fixes some problems | Yoshihiro Shimoda | 2007-07-19 | 4 | -453/+450 |
* | USB: amd5536 UDC driver (in GEODE southbridge) | Thomas Dahlmann | 2007-07-19 | 6 | -0/+4114 |
* | USB: use mutex instead of semaphore in the USB gadget serial driver | Matthias Kaehlcke | 2007-07-19 | 1 | -12/+13 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 2 | -4/+2 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -0/+3 |
* | minimal fixes for drivers/usb/gadget/m66592-udc.c | Al Viro | 2007-07-15 | 1 | -23/+4 |
* | USB: goku_udc trivial cleanups | David Brownell | 2007-07-12 | 2 | -23/+23 |
* | USB: usb gadget stack can now -DDEBUG with Kconfig | David Brownell | 2007-07-12 | 3 | -82/+100 |
* | usb gadget stack: remove usb_ep_*_buffer(), part 2 | David Brownell | 2007-07-12 | 9 | -429/+0 |
* | usb gadget stack: remove usb_ep_*_buffer(), part 1 | David Brownell | 2007-07-12 | 4 | -29/+11 |
* | USB: pxa2xx_udc -- cleanups, mostly removing dma hooks | David Brownell | 2007-07-12 | 2 | -404/+25 |
* | USB: pxa2xx_udc: use generic gpio layer | Milan Svoboda | 2007-07-12 | 1 | -14/+49 |
* | USB: Don't resume root hub if the controller is suspended | Alan Stern | 2007-07-12 | 1 | -2/+1 |
* | USB: fsl_usb2_udc: fix bug for portsc bit masking | Li Yang | 2007-07-12 | 1 | -1/+1 |
* | usb gadget: Rename husb2dev -> usba | Haavard Skinnemoen | 2007-07-12 | 2 | -5/+5 |
* | USB Gadget driver for Samsung s3c2410 ARM SoC | Arnaud Patard | 2007-07-12 | 4 | -0/+2210 |
* | USB: fsl_usb2_udc: Get max ep number from DCCPARAMS register | Li Yang | 2007-07-12 | 2 | -25/+38 |
* | USB: fsl_usb2_udc: replace deprecated irq flag | Li Yang | 2007-07-12 | 1 | -1/+1 |
* | USB: Disable file_storage USB_CONFIG_ATT_WAKEUP | Tony Lindgren | 2007-07-12 | 1 | -2/+1 |
* | USB: usb serial gadget, sparse fixes | David Brownell | 2007-07-12 | 1 | -6/+8 |
* | USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h> | David Brownell | 2007-07-12 | 1 | -1/+1 |
* | USB: use function attribute __maybe_unused | David Rientjes | 2007-07-12 | 1 | -3/+3 |
* | USB: usb gadget, dead config cleanup | David Brownell | 2007-07-12 | 3 | -2/+12 |
* | USB: m66592-udc: fix use old interrupt flags | Yoshihiro Shimoda | 2007-07-12 | 1 | -2/+2 |
* | USB: m66592-udc: peripheral controller driver for M66592 | Yoshihiro Shimoda | 2007-07-12 | 6 | -0/+2262 |
* | PCI: add pci_try_set_mwi | Randy Dunlap | 2007-07-11 | 1 | -1/+1 |
* | USB: g_file_storage: call allow_signal() | Oleg Nesterov | 2007-06-25 | 1 | -7/+5 |
* | USB: usb gadgets avoid le{16,32}_to_cpup() | David Brownell | 2007-06-08 | 5 | -24/+33 |
* | USB: fsl_usb2_udc: Fix UMTI_WIDE support and a compile warning | Li Yang | 2007-05-22 | 1 | -3/+5 |
* | [ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors. | Andrew Victor | 2007-05-11 | 1 | -1/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 7 | -7/+0 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-05-06 | 1 | -2/+2 |
|\ |
|
| * | [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX | Eric Miao | 2007-04-21 | 1 | -2/+2 |
* | | USB: update gadget files for fsl_usb2_udc driver | Li Yang | 2007-04-27 | 2 | -0/+11 |
* | | USB: add Freescale high-speed USB SOC device controller driver | Li Yang | 2007-04-27 | 4 | -0/+3101 |
* | | usb ethernet gadget, workaround network stack API glitch | Erik Hovland | 2007-04-27 | 1 | -1/+2 |
* | | 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 |