summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: host: sl811: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-161-14/+3
* xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman2018-03-161-3/+11
* xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman2018-03-163-17/+95
* xhci: refactor xhci_urb_enqueue a bit with minor changesMathias Nyman2018-03-161-11/+9
* xhci: Don't always run the default stop endpoint command completion handlerMathias Nyman2018-03-161-1/+2
* xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman2018-03-161-0/+2
* usb: xhci: Remove ep_trb from finish_td()Lu Baolu2018-03-161-4/+4
* usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()Lu Baolu2018-03-161-7/+4
* usb: xhci: Clean up error code in xhci_dbc_tty_register_device()Dan Carpenter2018-03-161-2/+3
* usb: host: ohci-platform: remove custom USB PHY handlingMartin Blumenstingl2018-03-091-51/+5
* usb: host: ehci-platform: remove custom USB PHY handlingMartin Blumenstingl2018-03-091-51/+4
* usb: host: xhci-mtk: remove custom USB PHY handlingMartin Blumenstingl2018-03-091-96/+2
* usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl2018-03-096-4/+9
* USB: host: whci: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-42/+6
* USB: host: isp116x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-13/+2
* USB: host: imx21: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-60/+5
* USB: host: fhci: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-24/+2
* Merge 4.16-rc3 into usb-nextGreg Kroah-Hartman2018-02-2613-47/+174
|\
| * Merge tag 'usb-4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-2212-39/+174
| |\
| | * usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP2018-02-151-7/+10
| | * usb: host: ehci: always enable interrupt for qtd completion at test modePeter Chen2018-02-151-8/+4
| | * usb: host: ehci: use correct device pointer for dma opsPeter Chen2018-02-151-2/+2
| | * ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()Shigeru Yoshida2018-02-152-4/+10
| | * xhci: fix xhci debugfs errors in xhci_stopZhengjun Xing2018-02-151-2/+1
| | * xhci: xhci debugfs device nodes weren't removed after device plugged outZhengjun Xing2018-02-151-4/+2
| | * xhci: Fix xhci debugfs devices node disappearance after hibernationZhengjun Xing2018-02-151-0/+1
| | * xhci: Fix NULL pointer in xhci debugfsZhengjun Xing2018-02-151-2/+2
| | * xhci: Don't print a warning when setting link state for disabled portsMathias Nyman2018-02-151-9/+9
| | * xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee2018-02-155-1/+133
| * | usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORTJames Hogan2018-02-151-8/+0
| |/
* | usb: host: ehci: Use dma_pool_zalloc()Souptick Joarder2018-02-222-6/+3
|/
* pinctrl: files should directly include apis they useStephen Rothwell2018-02-051-0/+1
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-243-11/+10
* usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY foundLadislav Michl2018-01-221-1/+2
* usb: uhci: Add clk support to uhci-platformBenjamin Herrenschmidt2018-01-172-3/+23
* usb: xhci-mtk: fix semicolon.cocci warningsFengguang Wu2018-01-161-1/+1
* usb: xhci-mtk: supports remote wakeup for mt2712 with two xHCI IPsChunfeng Yun2018-01-092-118/+65
* USB: ohci: da8xx: remove clk con_idDavid Lechner2018-01-091-1/+1
* USB: host: Use zeroing memory allocator rather than allocator/memsetHimanshu Jha2018-01-042-7/+3
* Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-023-11/+14
|\
| * usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson2017-12-271-0/+3
| * xhci: Fix use-after-free in xhci debugfsAlexander Kappner2017-12-271-8/+8
| * xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman2017-12-271-3/+3
* | Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-183-12/+30
|\ \ | |/
| * usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun2017-12-081-3/+3
| * xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman2017-12-081-4/+11
| * usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen2017-12-011-0/+7
| * xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman2017-12-011-4/+8
| * usb: host: fix incorrect updating of offsetColin Ian King2017-11-281-1/+1
* | usb: xhci: make function xhci_dbc_free_req staticColin Ian King2017-12-121-1/+1