| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: io_ti.c: don't return 0 if writing the download record failed | Roel Kluin | 2010-08-10 | 1 | -1/+1 |
* | USB: host: Remove dead CONFIG_ARCH_KARO | Christian Dietrich | 2010-08-10 | 1 | -23/+1 |
* | USB: serial: enable async suspend for usb serial port device | Ming Lei | 2010-08-10 | 1 | -0/+2 |
* | USB: musb: forward debug mode feature to gadget | stephane duverger | 2010-08-10 | 1 | -0/+3 |
* | USB: EHCI Debug Port Device Gadget | stephane duverger | 2010-08-10 | 3 | -0/+464 |
* | USB: gadget: Remove unnecessary casts of private_data | Joe Perches | 2010-08-10 | 1 | -3/+3 |
* | USB: misc: Remove unnecessary casts of private_data | Joe Perches | 2010-08-10 | 5 | -18/+18 |
* | USB: usb-skeleton: Remove unnecessary casts of private_data | Joe Perches | 2010-08-10 | 1 | -4/+4 |
* | USB: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-08-10 | 4 | -25/+28 |
* | usb: storage: freecom: Fixed several coding style issues. | Martin Enderleit | 2010-08-10 | 1 | -12/+11 |
* | USB: musb: do not override DMA mode in channel program | Anand Gadiyar | 2010-08-10 | 1 | -4/+1 |
* | USB: musb: Kill board specific pinmux from driver file | Anand Gadiyar | 2010-08-10 | 1 | -6/+0 |
* | USB: ehci_omap: fix device detect issue with modules | Ajay Kumar Gupta | 2010-08-10 | 1 | -0/+36 |
* | USB: musb: fix compilation warning in host only mode | Ajay Kumar Gupta | 2010-08-10 | 1 | -4/+3 |
* | USB: musb: use correct register widths in register dumps | Anand Gadiyar | 2010-08-10 | 1 | -16/+16 |
* | USB: core: hcd-pci: use for_each_pci_dev() | Kulikov Vasiliy | 2010-08-10 | 1 | -4/+1 |
* | USB: serial: io_ti: Don't return 0 if writing the download record failed | Roel Kluin | 2010-08-10 | 1 | -1/+1 |
* | USB: gadget: storage_common: comments updated | Michal Nazarewicz | 2010-08-10 | 1 | -21/+48 |
* | USB: gadget: compilation issue: missing TASK_INTERRUPTIBLE | stephane duverger | 2010-08-10 | 1 | -0/+1 |
* | USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM | Andrea Righi | 2010-08-10 | 2 | -1/+7 |
* | USB: xhci: trivial: use ARRAY_SIZE | Kulikov Vasiliy | 2010-08-10 | 1 | -2/+2 |
* | USB: drivers/usb/Makefile: conditionally descend to 'early' | Nicolas Kaiser | 2010-08-10 | 1 | -1/+1 |
* | USB: usblp: fixed switch, brace, whitespace and spacing coding style issues | Nicolas Kaiser | 2010-08-10 | 1 | -186/+185 |
* | USB: add runtime PM for PCI-based host controllers | Alan Stern | 2010-08-10 | 1 | -14/+62 |
* | USB: UHCI: add support for Intel's wakeup flags | Alan Stern | 2010-08-10 | 2 | -14/+23 |
* | USB: fix race between root-hub wakeup & controller suspend | Alan Stern | 2010-08-10 | 2 | -1/+16 |
* | USB: controller resume should check the root hub | Alan Stern | 2010-08-10 | 4 | -5/+15 |
* | USB: add do_wakeup parameter for PCI HCD suspend | Alan Stern | 2010-08-10 | 8 | -14/+16 |
* | USB: move PCI HCD resume routine | Alan Stern | 2010-08-10 | 1 | -38/+39 |
* | USB: refactor the powermac-specific ASIC clock code | Alan Stern | 2010-08-10 | 1 | -21/+23 |
* | USB: gadget: g_fs: code cleanup | Michal Nazarewicz | 2010-08-10 | 2 | -137/+60 |
* | USB: convert usb_hcd bitfields into atomic flags | Alan Stern | 2010-08-10 | 19 | -65/+60 |
* | USB: gadget: section mismatch warning fixed | Michal Nazarewicz | 2010-08-10 | 13 | -22/+22 |
* | USB: gadget: f_mass_storage: added eject callback | Michal Nazarewicz | 2010-08-10 | 2 | -40/+74 |
* | USB: gadget: composite: added disconnect callback | Michal Nazarewicz | 2010-08-10 | 1 | -0/+2 |
* | USB: gadget: g_multi: code clean up and refactoring | Michal Nazarewicz | 2010-08-10 | 2 | -116/+147 |
* | USB: gadget: f_mass_storage: dead code removed | Michal Nazarewicz | 2010-08-10 | 1 | -3/+0 |
* | USB: gadget: f_fs: use usb_string_ids_n() | Michal Nazarewicz | 2010-08-10 | 1 | -18/+12 |
* | USB: gadget: composite: usb_string_ids_*() functions added | Michal Nazarewicz | 2010-08-10 | 1 | -4/+67 |
* | USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config() | Michal Nazarewicz | 2010-08-10 | 2 | -4/+4 |
* | USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config() | Michal Nazarewicz | 2010-08-10 | 3 | -6/+13 |
* | USB: gadget: g_mass_storage: static data instead of dynamic allocation | Michal Nazarewicz | 2010-08-10 | 1 | -6/+9 |
* | USB: mon: kill BKL usage | Arnd Bergmann | 2010-08-10 | 1 | -20/+2 |
* | usb: gadget: Do not take BKL for gadget->ops->ioctl | Arnd Bergmann | 2010-08-10 | 2 | -6/+2 |
* | USB-BKL: Remove BKL use in uhci-debug | Andi Kleen | 2010-08-10 | 1 | -13/+7 |
* | USB-BKL: Remove BKL use for usb serial driver probing | Andi Kleen | 2010-08-10 | 1 | -16/+14 |
* | USB-BKL: Convert usb_driver ioctl to unlocked_ioctl | Andi Kleen | 2010-08-10 | 3 | -7/+6 |
* | USB-BKL: Remove lock_kernel in usbfs update_sb() | Andi Kleen | 2010-08-10 | 1 | -4/+0 |
* | usb: atm: fixed spacing and indentation coding style issues | Nicolas Kaiser | 2010-08-10 | 2 | -16/+16 |
* | USB: Add a serial number parameter to g_file_storage module | Yann Cantin | 2010-08-10 | 1 | -11/+58 |