| Commit message (Expand) | Author | Age | Files | Lines |
* | usb/isp1760: Remove redundant variables and defines | Arvid Brodin | 2011-03-01 | 2 | -69/+58 |
* | usb/isp1760: Move to native-endian ptds | Arvid Brodin | 2011-03-01 | 2 | -357/+339 |
* | usb: core: hub.c Remove one to many n's in a word. | Justin P. Mattock | 2011-03-01 | 1 | -1/+1 |
* | usb: host: uhci-hcd.c Remove one to many n's in a word. | Justin P. Mattock | 2011-03-01 | 1 | -1/+1 |
* | drivers:uwb:scan.c remove one to many l's in the word. | Justin P. Mattock | 2011-02-25 | 1 | -1/+1 |
* | drivers:usb:wusbhc.h remove one to many l's in the word. | Justin P. Mattock | 2011-02-25 | 1 | -1/+1 |
* | USB: opticon: add rts and cts support | Martin Jansen | 2011-02-25 | 1 | -44/+112 |
* | USB: fix unsafe USB_SS_MAX_STREAMS() definition | Dmitry Torokhov | 2011-02-25 | 1 | -1/+1 |
* | USB: serial drivers need to use larger bulk-in buffers | Alan Stern | 2011-02-25 | 2 | -4/+4 |
* | USB: EHCI bus glue for on-chip PMC MSP USB controller | Anoop | 2011-02-25 | 3 | -2/+401 |
* | usb: gadget: composite: fix req->length in composite_setup() | Maulik Mankad | 2011-02-25 | 1 | -1/+1 |
* | USB: use "device number" instead of "address" | Alan Stern | 2011-02-25 | 1 | -26/+22 |
* | USB: f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEM | RĂ©mi Denis-Courmont | 2011-02-25 | 1 | -5/+10 |
* | USB: EHCI: Fix compiler warnings with MSM driver | Pavankumar Kondeti | 2011-02-25 | 1 | -1/+3 |
* | USB: gadget: Add test mode support for ci13xxx_udc | Pavankumar Kondeti | 2011-02-25 | 2 | -6/+51 |
* | USB: gadget: Implement remote wakeup in ci13xxx_udc | Pavankumar Kondeti | 2011-02-25 | 2 | -29/+99 |
* | USB: gadget: Implement hardware queuing in ci13xxx_udc | Pavankumar Kondeti | 2011-02-25 | 2 | -76/+104 |
* | USB: serial: mos7720: Fix possible null pointer dereference | Huzaifa Sidhpurwala | 2011-02-25 | 1 | -1/+2 |
* | USB: serial: keyspan: Fix possible null pointer dereference. | Huzaifa Sidhpurwala | 2011-02-25 | 1 | -5/+5 |
* | usb: m66592-udc: Fixed bufnum of Bulk | Yusuke Goda | 2011-02-25 | 1 | -1/+1 |
* | ehci: Check individual port status registers on resume | Matthew Garrett | 2011-02-25 | 1 | -1/+22 |
* | usb: musb: gadget: DBG() already prints function name | Sergei Shtylyov | 2011-02-21 | 1 | -4/+4 |
* | usb: otg: notifier: switch to atomic notifier | Felipe Balbi | 2011-02-18 | 5 | -14/+14 |
* | usb: musb: OMAP4430: Fix usb device detection if connected during boot | Hema HK | 2011-02-18 | 2 | -5/+52 |
* | usb: otg: TWL6030 Save the last event in otg_transceiver | Hema HK | 2011-02-18 | 2 | -0/+4 |
* | usb: otg: TWL6030: Introduce the twl6030_phy_suspend function. | Hema HK | 2011-02-18 | 1 | -0/+13 |
* | usb: otg: OMAP4430: Introducing suspend function for power management | Hema HK | 2011-02-18 | 4 | -7/+18 |
* | usb: otg: OMAP4430: Add phy_suspend function pointer to twl4030_usb_data | Hema HK | 2011-02-17 | 1 | -0/+2 |
* | usb: otg: Remove one unnecessary I2C read request. | Hema HK | 2011-02-17 | 1 | -5/+2 |
* | usb: otg: enable regulator only on cable/device connect | Hema HK | 2011-02-17 | 1 | -15/+12 |
* | usb: musb: Using runtime pm APIs for musb. | Hema HK | 2011-02-17 | 2 | -59/+24 |
* | usb: musb: gadget: do not poke with gadget's list_head | Felipe Balbi | 2011-02-17 | 4 | -31/+41 |
* | usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_d... | Felipe Balbi | 2011-02-17 | 1 | -71/+79 |
* | usb: musb: do not error out if Kconfig doesn't match board mode | Felipe Balbi | 2011-02-17 | 1 | -25/+0 |
* | usb: isp1362-hcd: use bitmap_clear() and bitmap_set() | Akinobu Mita | 2011-02-17 | 1 | -5/+2 |
* | USB: make ehci msm driver use ehci_run. | Matthieu CASTET | 2011-02-17 | 1 | -87/+5 |
* | USB: don't run ehci_reset in ehci_run for tdi device | Matthieu CASTET | 2011-02-17 | 2 | -3/+9 |
* | USB: OTG: msm: Fix bug in msm_otg_mode_write | Pavankumar Kondeti | 2011-02-17 | 1 | -1/+2 |
* | USB: OTG: msm: Fix compiler warning with CONFIG_PM disabled | Pavankumar Kondeti | 2011-02-17 | 1 | -15/+13 |
* | usb_storage: realtek_cr patch: add const modifier | wwang | 2011-02-17 | 1 | -1/+1 |
* | usb_storage: realtek_cr patch: fix sparse warning | wwang | 2011-02-17 | 1 | -2/+2 |
* | USB: usb.h: Make comment match the defines it describes | Paul Bolle | 2011-02-17 | 1 | -2/+2 |
* | USB: sierra: error handling in runtime PM | Oliver Neukum | 2011-02-17 | 1 | -4/+12 |
* | usb_wwan: fix error case in close() | Oliver Neukum | 2011-02-17 | 1 | -1/+3 |
* | usb_wwan: error case of resume | Oliver Neukum | 2011-02-17 | 1 | -1/+22 |
* | usb_wwan: data consistency in error case | Oliver Neukum | 2011-02-17 | 1 | -1/+1 |
* | usb_wwan: fix runtime PM in error case | Oliver Neukum | 2011-02-17 | 1 | -0/+1 |
* | usb_wwan: fix error in marking device busy | Oliver Neukum | 2011-02-17 | 1 | -4/+9 |
* | usb: gadget: at91_udc: Fix error path | Rahul Ruikar | 2011-02-17 | 1 | -1/+3 |
* | USB: isp1760: Implement solution for erratum 2 | Sebastian Andrzej Siewior | 2011-02-17 | 2 | -6/+17 |