summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-03-22usb: common: Small class for USB role switchesHeikki Krogerus3-0/+309
2018-03-22usb: typec: API for controlling USB Type-C MultiplexersHeikki Krogerus3-0/+262
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner3-1/+14
2018-03-20USB: misc: uss720: more vendor/product ID'sDaniel Gimpelevich1-1/+6
2018-03-20usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng3-5/+175
2018-03-20usb: core: urb: Check SSP isoc ep comp descriptorThinh Nguyen1-0/+8
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman20-217/+199
2018-03-16USB: wusbcore: crypto: Remove VLA usageGustavo A. R. Silva1-2/+6
2018-03-16USB: host: sl811: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-14/+3
2018-03-16xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman1-3/+11
2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman3-17/+95
2018-03-16xhci: refactor xhci_urb_enqueue a bit with minor changesMathias Nyman1-11/+9
2018-03-16xhci: Don't always run the default stop endpoint command completion handlerMathias Nyman1-1/+2
2018-03-16xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman1-0/+2
2018-03-16usb: xhci: Remove ep_trb from finish_td()Lu Baolu1-4/+4
2018-03-16usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()Lu Baolu1-7/+4
2018-03-16usb: xhci: Clean up error code in xhci_dbc_tty_register_device()Dan Carpenter1-2/+3
2018-03-13usb: musb: Fix external abort in musb_remove on omap2430Merlijn Wajer1-1/+1
2018-03-12Revert "usb: core: Add "quirks" parameter for usbcore"Greg Kroah-Hartman3-174/+5
2018-03-09usb: typec: tcpm: fusb302: Do not log an error on -EPROBE_DEFERHans de Goede1-1/+2
2018-03-09USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEMFredrik Noring1-1/+2
2018-03-09usbip: vudc: fix null pointer dereference on udc->lockColin Ian King1-2/+6
2018-03-09usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng3-5/+174
2018-03-09usb: typec: Start using ERR_PTRHeikki Krogerus4-48/+58
2018-03-09usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl1-37/+0
2018-03-09usb: host: ohci-platform: remove custom USB PHY handlingMartin Blumenstingl1-51/+5
2018-03-09usb: host: ehci-platform: remove custom USB PHY handlingMartin Blumenstingl1-51/+4
2018-03-09usb: host: xhci-mtk: remove custom USB PHY handlingMartin Blumenstingl1-96/+2
2018-03-09usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl1-0/+31
2018-03-09usb: core: add a wrapper for the USB PHYs on the HCDMartin Blumenstingl3-1/+166
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl8-10/+13
2018-03-09usb: isp1760: Use kasprintfHimanshu Jha1-5/+1
2018-03-09usb: clarify ACPI spec version and section number for _UPC & _PLDAlex Hung1-2/+2
2018-03-09usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman1-9/+3
2018-03-09USB: adutux: Add waiting in transfer abortionKirill Kapranov1-0/+2
2018-03-09USB: typec: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2-28/+6
2018-03-09USB: host: whci: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-42/+6
2018-03-09USB: host: isp116x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-13/+2
2018-03-09USB: host: imx21: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-60/+5
2018-03-09USB: host: fhci: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-24/+2
2018-03-09USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-39/+3
2018-03-09USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-17/+3
2018-03-09USB: gadget: gr: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-15/+2
2018-03-09USB: gadget: bcm63xx: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-29/+4
2018-03-09USB: musb: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-12/+1
2018-03-09USB: dwc2: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-78/+6
2018-03-09USB: chipidea: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-60/+5
2018-03-09USB: wusbcore: remove redundant re-assignment to pointer 'dev'Colin Ian King1-1/+0
2018-03-09usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSBen Hutchings1-1/+1
2018-03-09usb: usbtest: Remove stack VLA usageTobin C. Harding1-1/+4