summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "usb: core: Add "quirks" parameter for usbcore"Greg Kroah-Hartman2018-03-123-174/+5
* staging: typec: modify parameter of tcpci_irqShuFan Lee2018-03-122-3/+2
* staging: typec: handle vendor defined part and modify drp toggling flowShuFan Lee2018-03-092-26/+116
* usb: core: Add "quirks" parameter for usbcoreKai-Heng Feng2018-03-093-5/+174
* usb: typec: Start using ERR_PTRHeikki Krogerus2018-03-094-48/+58
* usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl2018-03-091-37/+0
* 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: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl2018-03-091-0/+31
* usb: core: add a wrapper for the USB PHYs on the HCDMartin Blumenstingl2018-03-093-1/+166
* usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl2018-03-098-10/+13
* usb: isp1760: Use kasprintfHimanshu Jha2018-03-091-5/+1
* usb: clarify ACPI spec version and section number for _UPC & _PLDAlex Hung2018-03-091-2/+2
* usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman2018-03-091-9/+3
* USB: adutux: Add waiting in transfer abortionKirill Kapranov2018-03-091-0/+2
* uwb: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-28/+4
* USB: typec: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-092-28/+6
* 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
* USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-39/+3
* USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-17/+3
* USB: gadget: gr: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-15/+2
* USB: gadget: bcm63xx: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-29/+4
* USB: musb: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-12/+1
* USB: dwc2: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-78/+6
* USB: chipidea: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-60/+5
* USB: wusbcore: remove redundant re-assignment to pointer 'dev'Colin Ian King2018-03-091-1/+0
* usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTSBen Hutchings2018-03-091-1/+1
* usb: usbtest: Remove stack VLA usageTobin C. Harding2018-03-091-1/+4
* USB: adutux: Delete a misleading commentKirill Kapranov2018-03-061-1/+1
* usb: usb-skeleton: make MODULE_LICENSE and SPDX tag matchMarcus Folkesson2018-03-061-1/+1
* Merge 4.16-rc3 into usb-nextGreg Kroah-Hartman2018-02-26252-1569/+2282
|\
| * Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-269-10/+10
| |\
| | * treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-229-10/+10
| * | Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-251-2/+4
| |\ \
| | * | ocxl: Fix potential bad errno on irq allocationFrederic Barrat2018-02-211-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-2419-84/+136
| |\ \ \
| | * | | gianfar: simplify FCS handling and fix memory leakAndy Spencer2018-02-231-16/+7
| | * | | macvlan: fix use-after-free in macvlan_common_newlink()Alexey Kodanev2018-02-231-1/+1
| | * | | net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter2018-02-221-4/+10