aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-12-01usb: xhci: fix panic in xhci_free_virt_devices_depth_firstGravatar Yu Chen 1-0/+7
2017-12-01xhci: Don't show incorrect WARN message about events for empty ringsGravatar Mathias Nyman 1-4/+8
2017-11-28usb: host: fix incorrect updating of offsetGravatar Colin Ian King 1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 7-23/+20
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 116-1306/+1111
2017-11-07USB: host: xhci-debugfs: add SPDX linesGravatar Greg Kroah-Hartman 2-0/+2
2017-11-07usb: host: isp1362-hcd: remove a couple of redundant assignmentsGravatar Colin Ian King 1-2/+1
2017-11-07USB: host: Remove redundant license textGravatar Greg Kroah-Hartman 9-85/+0
2017-11-07USB: host: imx21: Remove redundant license textGravatar Greg Kroah-Hartman 3-42/+0
2017-11-07USB: host: fhci: Remove redundant license textGravatar Greg Kroah-Hartman 8-40/+0
2017-11-07USB: host: ehci: Remove redundant license textGravatar Greg Kroah-Hartman 29-296/+0
2017-11-07USB: host: ohci: Remove redundant license textGravatar Greg Kroah-Hartman 9-51/+1
2017-11-07USB: host: whci: Remove redundant license textGravatar Greg Kroah-Hartman 11-136/+0
2017-11-07USB: host: xhci: Remove redundant license textGravatar Greg Kroah-Hartman 22-178/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 14-0/+14
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 111-0/+111
2017-11-02usb: xhci: tegra: use time64_t for printing timestampGravatar Arnd Bergmann 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 14-0/+14
2017-11-01usb: host: isp1362-hcd: fix missing break in switchGravatar Gustavo A. R. Silva 1-0/+1
2017-11-01usb: ohci-platform: use reset array APIGravatar Masahiro Yamada 1-22/+15
2017-11-01usb: ehci-platform: use reset array APIGravatar Masahiro Yamada 1-22/+13
2017-11-01usb: host: max3421-hcd: Remove pdata test in max3421_hub_control()Gravatar Jules Maselbas 1-13/+2
2017-11-01usb: host: remove ehci-msm.cGravatar Alex Elder 3-278/+0
2017-11-01usb: host: pci-quirks: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2017-11-01usb: host: xhci-hub: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-11-01usb: host: oxu210hp-hcd: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2017-11-01usb: host: ehci-hcd: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2017-11-01usb: host: ohci-hcd: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2017-11-01usb: host: xhci-mem: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-11-01usb: host: xhci: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-11-01usb: host: fotg210-hcd: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2017-11-01usb: host: isp116x-hcd: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+3
2017-11-01usb: r8a66597-hcd: Convert timers to use timer_setup()Gravatar Kees Cook 2-15/+23
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 2-3/+3
2017-10-25usb: xhci-mtk: fix ptr_ret.cocci warningsGravatar kbuild test robot 1-4/+1
2017-10-23Merge 4.14-rc6 into usb-nextGravatar Greg Kroah-Hartman 3-13/+34
2017-10-23usb: host: modify description for MTK xHCI configGravatar Chunfeng Yun 1-2/+2
2017-10-23usb: xhci-mtk: add optional mcu and dma bus clocksGravatar Chunfeng Yun 2-19/+62
2017-10-23usb: xhci-mtk: remove dummy wakeup debounce clocksGravatar Chunfeng Yun 2-35/+0
2017-10-23usb: xhci-mtk: support option to disable usb3 portsGravatar Chunfeng Yun 2-3/+16
2017-10-23usb: xhci-mtk: check clock stability of U3_MACGravatar Chunfeng Yun 1-0/+4
2017-10-23usb: xhci-mtk: use ports count from xhci in xhci_mtk_sch_init()Gravatar Chunfeng Yun 2-4/+2
2017-10-23usb: xhci-mtk: use dma_set_mask_and_coherent() in probe functionGravatar Chunfeng Yun 1-6/+1
2017-10-17xhci: Convert timers to use timer_setup()Gravatar Kees Cook 3-9/+6
2017-10-17usb: xhci: Handle error condition in xhci_stop_device()Gravatar Mayank Rana 1-5/+18
2017-10-17usb: xhci: Reset halted endpoint if trb is noopGravatar Lu Baolu 1-7/+13
2017-10-17xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Gravatar Jeffy Chen 1-0/+1
2017-10-17xhci: Identify USB 3.1 capable hosts by their port protocol capabilityGravatar Mathias Nyman 1-1/+2
2017-10-09Merge 4.14-rc4 into usb-nextGravatar Greg Kroah-Hartman 6-32/+33
2017-10-05usb: host: xhci-plat: Use of_device_get_match_data() helperGravatar Geert Uytterhoeven 1-4/+4