summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlersXenia Ragiadakou2013-10-161-9/+8
* xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlersXenia Ragiadakou2013-10-161-13/+12
* xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handlerXenia Ragiadakou2013-10-161-4/+2
* xhci: add variable 'cmd_type' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-13/+14
* xhci: add variable 'cmd_trb' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-8/+9
* xhci: add variable 'cmd_comp_code' in handle_cmd_completion()Xenia Ragiadakou2013-10-161-12/+8
* xhci: refactor TRB_CONFIG_EP case into functionXenia Ragiadakou2013-10-161-52/+62
* xhci: remove unused 'ep_ring' variable in handle_cmd_completion()Xenia Ragiadakou2013-10-161-2/+0
* xhci: refactor TRB_EVAL_CONTEXT case into functionXenia Ragiadakou2013-10-161-5/+14
* xhci: refactor TRB_NEC_GET_FW case into functionXenia Ragiadakou2013-10-161-8/+14
* xhci: refactor TRB_RESET_DEV case into functionXenia Ragiadakou2013-10-161-7/+15
* xhci: use completion event's slot id rather than dig it out of commandXenia Ragiadakou2013-10-161-2/+2
* xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou2013-10-161-2/+9
* xhci: refactor TRB_DISABLE_SLOT case into functionXenia Ragiadakou2013-10-161-7/+14
* xhci: refactor TRB_ENABLE_SLOT case into functionXenia Ragiadakou2013-10-161-5/+12
* xhci: rename existing Command Completion Event handlersXenia Ragiadakou2013-10-161-10/+8
* xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou2013-10-161-4/+4
* xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin2013-10-162-2/+2
* usb: xhci: Staticize xhci_del_comp_mod_timerSachin Kamat2013-10-161-1/+2
* usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp2013-10-161-5/+0
* usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2013-10-162-153/+18
* xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp2013-10-162-2/+3
* USB: ohci-exynos: Remove non-DT supportJingoo Han2013-10-141-15/+3
* USB: EHCI: start new isochronous streams ASAPAlan Stern2013-10-141-21/+23
* USB: EHCI: create per-TT bandwidth tablesAlan Stern2013-10-144-85/+312
* Revert "USB: OHCI: Properly handle OHCI controller suspend"Greg Kroah-Hartman2013-10-141-8/+1
* Revert "USB: OHCI: Properly handle ohci-at91 suspend"Greg Kroah-Hartman2013-10-141-8/+2
* Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend"Greg Kroah-Hartman2013-10-141-4/+17
* Revert "USB: OHCI: Properly handle ohci-da8xx suspend"Greg Kroah-Hartman2013-10-141-11/+4
* Revert "USB: OHCI: Properly handle ohci-ep93xx suspend"Greg Kroah-Hartman2013-10-141-9/+2
* Revert "USB: OHCI: Properly handle ohci-exynos suspend"Greg Kroah-Hartman2013-10-141-5/+15
* Revert "USB: OHCI: Properly handle ohci-spear suspend"Greg Kroah-Hartman2013-10-141-9/+3
* USB: host: Rename ehci-s5p to ehci-exynosJingoo Han2013-10-113-70/+69
* USB: ehci-s5p: Remove non-DT supportJingoo Han2013-10-111-28/+4
* USB: EHCI: use a bandwidth-allocation tableAlan Stern2013-10-116-244/+344
* USB: EHCI: create a "periodic schedule info" structAlan Stern2013-10-115-121/+124
* USB: EHCI: use consistent NO_FRAME valueAlan Stern2013-10-112-6/+7
* USB: EHCI: change toggle only upon successful resetAlan Stern2013-10-111-1/+1
* USB: EHCI: No SSPLIT allowed in uframe 7Alan Stern2013-10-111-0/+4
* USB: EHCI: compute full-speed bandwidth usage correctlyAlan Stern2013-10-111-1/+1
* USB: EHCI: check the right uframes for CSPLITAlan Stern2013-10-111-1/+1
* USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leakJingoo Han2013-10-111-0/+1
* USB: ehci-msm: Add device tree support and binding informationIvan T. Ivanov2013-10-111-2/+13
* ehci-msm: Remove global struct usb_phy variableIvan T. Ivanov2013-10-111-2/+3
* usb: Remove unnecessary semicolonsJoe Perches2013-10-118-10/+10
* USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()Deng-Cheng Zhu2013-10-071-20/+20
* usb: host: uhci-platform: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-2/+1
* USB/host: Use existing macros instead of hard-coded values in uhci-debug.cDeng-Cheng Zhu2013-10-051-8/+8
* USB: OHCI: Properly handle ohci-spear suspendManjunath Goudar2013-10-051-3/+9
* USB: OHCI: Properly handle ohci-sm501 suspendManjunath Goudar2013-10-051-2/+9