Age | Commit message (Expand) | Author | Files | Lines |
2013-10-20 | USB: UHCI: check for wakeup/suspend race | Alan Stern | 1 | -7/+10 |
2013-10-20 | USB: EHCI: add check for wakeup/suspend race | Alan Stern | 1 | -0/+8 |
2013-10-20 | USB: change dev_warn about missing reset-resume to dev_dbg | Alan Stern | 1 | -2/+2 |
2013-10-20 | USB: OHCI: fix and explain sparse errors | Alan Stern | 1 | -4/+5 |
2013-10-20 | USB: EHCI: fix sparse errors | Alan Stern | 2 | -5/+7 |
2013-10-20 | USB: EHCI: fix type mismatch in check_intr_schedule | Alan Stern | 1 | -1/+1 |
2013-10-20 | Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 9 | -322/+260 |
2013-10-20 | Merge 3.12-rc6 into usb-next. | Greg Kroah-Hartman | 16 | -80/+339 |
2013-10-19 | usb: wusbcore: preserve endianness of cached descriptors | Thomas Pugliese | 2 | -8/+4 |
2013-10-19 | usb: wusbcore: serialize access to the HWA data out endpoint | Thomas Pugliese | 3 | -21/+152 |
2013-10-17 | usb: phy: twl6030-usb: Include linux/of.h header | Sachin Kamat | 1 | -0/+1 |
2013-10-17 | usb: musb: cppi41: allow to defer probing if DMA isn't yet available | Sebastian Andrzej Siewior | 2 | -3/+13 |
2013-10-17 | usb: musb: core: Call dma_controller_destroy() in error path only once. | Sebastian Andrzej Siewior | 1 | -2/+3 |
2013-10-17 | usb: musb: core: properly free host / device structs in err path | Sebastian Andrzej Siewior | 1 | -0/+3 |
2013-10-17 | usb: gadget: f_mass_storage: style corrections, cleanup & simplification | Andrzej Pietrasiewicz | 1 | -19/+18 |
2013-10-17 | usb: musb: dsps: run the timer only on OTG systems | Sebastian Andrzej Siewior | 1 | -1/+1 |
2013-10-17 | usb: musb: dsps: redo the otg timer | Sebastian Andrzej Siewior | 1 | -11/+9 |
2013-10-17 | usb: musb: dsps: remove declartion for dsps_musb_try_idle() | Sebastian Andrzej Siewior | 1 | -38/+37 |
2013-10-17 | usb: musb: dsps: move try_idle to start hook | Sebastian Andrzej Siewior | 1 | -0/+5 |
2013-10-17 | usb: musb: call musb_start() only once in OTG mode | Sebastian Andrzej Siewior | 1 | -1/+18 |
2013-10-17 | usb: xhci: remove the unused ->address field | Dan Williams | 2 | -10/+2 |
2013-10-17 | usb: xhci: kill a conditional when toggling cycle | Dan Williams | 1 | -1/+1 |
2013-10-17 | usb: hub_activate kill an 'else' | Dan Williams | 1 | -7/+4 |
2013-10-17 | usb: misc: usb3503: Fix compile error due to incorrect regmap depedency | Matthew Dawson | 1 | -1/+1 |
2013-10-17 | usb/chipidea: fix oops on memory allocation failure | Russell King - ARM Linux | 1 | -2/+4 |
2013-10-17 | usb: hub: Clear Port Reset Change during init/resume | Julius Werner | 1 | -0/+5 |
2013-10-17 | drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat() | Matthias Beyer | 1 | -10/+10 |
2013-10-17 | drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock() | Matthias Beyer | 1 | -6/+6 |
2013-10-17 | usb-storage: add quirk for mandatory READ_CAPACITY_16 | Oliver Neukum | 2 | -1/+11 |
2013-10-17 | usb: serial: option: blacklist Olivetti Olicard200 | Enrico Mioso | 1 | -1/+3 |
2013-10-16 | xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers | Xenia Ragiadakou | 1 | -9/+8 |
2013-10-16 | xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers | Xenia Ragiadakou | 1 | -13/+12 |
2013-10-16 | xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler | Xenia Ragiadakou | 1 | -4/+2 |
2013-10-16 | xhci: add variable 'cmd_type' in handle_cmd_completion() | Xenia Ragiadakou | 1 | -13/+14 |
2013-10-16 | xhci: add variable 'cmd_trb' in handle_cmd_completion() | Xenia Ragiadakou | 1 | -8/+9 |
2013-10-16 | xhci: add variable 'cmd_comp_code' in handle_cmd_completion() | Xenia Ragiadakou | 1 | -12/+8 |
2013-10-16 | xhci: refactor TRB_CONFIG_EP case into function | Xenia Ragiadakou | 1 | -52/+62 |
2013-10-16 | xhci: remove unused 'ep_ring' variable in handle_cmd_completion() | Xenia Ragiadakou | 1 | -2/+0 |
2013-10-16 | xhci: refactor TRB_EVAL_CONTEXT case into function | Xenia Ragiadakou | 1 | -5/+14 |
2013-10-16 | xhci: refactor TRB_NEC_GET_FW case into function | Xenia Ragiadakou | 1 | -8/+14 |
2013-10-16 | xhci: refactor TRB_RESET_DEV case into function | Xenia Ragiadakou | 1 | -7/+15 |
2013-10-16 | xhci: use completion event's slot id rather than dig it out of command | Xenia Ragiadakou | 1 | -2/+2 |
2013-10-16 | xhci: refactor TRB_ADDR_DEV case into function | Xenia Ragiadakou | 1 | -2/+9 |
2013-10-16 | xhci: refactor TRB_DISABLE_SLOT case into function | Xenia Ragiadakou | 1 | -7/+14 |
2013-10-16 | xhci: refactor TRB_ENABLE_SLOT case into function | Xenia Ragiadakou | 1 | -5/+12 |
2013-10-16 | xhci: rename existing Command Completion Event handlers | Xenia Ragiadakou | 1 | -10/+8 |
2013-10-16 | xhci: remove unused argument from xhci_giveback_urb_in_irq() | Xenia Ragiadakou | 1 | -4/+4 |
2013-10-16 | xhci: correct the usage of USB_CTRL_SET_TIMEOUT | xiao jin | 2 | -2/+2 |
2013-10-16 | usb: xhci: Staticize xhci_del_comp_mod_timer | Sachin Kamat | 1 | -1/+2 |
2013-10-16 | usb: Push USB2 LPM disable on disconnect into USB core. | Sarah Sharp | 2 | -5/+4 |