aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-39/+174
2018-02-15usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORTJames Hogan1-8/+0
2018-02-15usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks()AMAN DEEP1-7/+10
2018-02-15usb: host: ehci: always enable interrupt for qtd completion at test modePeter Chen1-8/+4
2018-02-15usb: host: ehci: use correct device pointer for dma opsPeter Chen1-2/+2
2018-02-15ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida2-4/+10
2018-02-15xhci: fix xhci debugfs errors in xhci_stopZhengjun Xing1-2/+1
2018-02-15xhci: xhci debugfs device nodes weren't removed after device plugged outZhengjun Xing1-4/+2
2018-02-15xhci: Fix xhci debugfs devices node disappearance after hibernationZhengjun Xing1-0/+1
2018-02-15xhci: Fix NULL pointer in xhci debugfsZhengjun Xing1-2/+2
2018-02-15xhci: Don't print a warning when setting link state for disabled portsMathias Nyman1-9/+9
2018-02-15xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee5-1/+133
2018-02-05pinctrl: files should directly include apis they useStephen Rothwell1-0/+1
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman3-11/+10
2018-01-22usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY foundLadislav Michl1-1/+2
2018-01-17usb: uhci: Add clk support to uhci-platformBenjamin Herrenschmidt2-3/+23
2018-01-16usb: xhci-mtk: fix semicolon.cocci warningsFengguang Wu1-1/+1
2018-01-09usb: xhci-mtk: supports remote wakeup for mt2712 with two xHCI IPsChunfeng Yun2-118/+65
2018-01-09USB: ohci: da8xx: remove clk con_idDavid Lechner1-1/+1
2018-01-04USB: host: Use zeroing memory allocator rather than allocator/memsetHimanshu Jha2-7/+3
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman3-11/+14
2017-12-27usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson1-0/+3
2017-12-27xhci: Fix use-after-free in xhci debugfsAlexander Kappner1-8/+8
2017-12-27xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman1-3/+3
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman3-12/+30
2017-12-12usb: xhci: make function xhci_dbc_free_req staticColin Ian King1-1/+1
2017-12-12xhci: fixup incorrect memset size parameter when clearing up DbC on exit.Mathias Nyman1-1/+1
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern1-2/+1
2017-12-08usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun1-3/+3
2017-12-08xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+11
2017-12-08xhci: add port status tracing for Get Hub Status requestsMathias Nyman2-0/+7
2017-12-08xhci: add port status tracing for Get Port Status hub requestsMathias Nyman2-0/+6
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis5-5/+20
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu3-21/+0
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu4-258/+0
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu8-0/+1804
2017-12-08usb: xhci: Make some static functions globalLu Baolu3-42/+72
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman5-31/+16
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman3-4/+26
2017-12-08usb: xhci: remove unused variable ep_ringCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable urb_privCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable epCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable last_freed_endpointCorentin Labbe1-3/+0
2017-12-07usb: host: fotg210: Use dma_pool_zallocVasyl Gomonovych1-5/+2
2017-12-01usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen1-0/+7
2017-12-01xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman1-4/+8
2017-11-28usb: host: fix incorrect updating of offsetColin Ian King1-1/+1
2017-11-28USB: host: whci: remove redundant variable tColin Ian King1-2/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook7-23/+20
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds116-1306/+1111