summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: UHCI: check for wakeup/suspend raceAlan Stern2013-10-191-7/+10
* USB: EHCI: add check for wakeup/suspend raceAlan Stern2013-10-191-0/+8
* USB: OHCI: fix and explain sparse errorsAlan Stern2013-10-191-4/+5
* USB: EHCI: fix sparse errorsAlan Stern2013-10-192-5/+7
* USB: EHCI: fix type mismatch in check_intr_scheduleAlan Stern2013-10-191-1/+1
* Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-10-195-313/+211
|\
| * usb: xhci: remove the unused ->address fieldDan Williams2013-10-162-10/+2
| * usb: xhci: kill a conditional when toggling cycleDan Williams2013-10-161-1/+1
| * 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
* | Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-195-29/+42
|\ \
| * | xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai2013-10-093-0/+25
| * | xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registersXenia Ragiadakou2013-10-091-2/+2
| * | xhci: quirk for extra long delay for S4Oliver Neukum2013-10-093-1/+15
| * | xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp2013-10-091-26/+0
* | | usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese2013-10-191-7/+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
OpenPOWER on IntegriCloud