summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: legousbtower: zero driver data at allocationJohan Hovold2019-11-071-23/+2
* USB: legousbtower: drop redundant NULL checkJohan Hovold2019-11-071-3/+0
* USB: legousbtower: drop redundant MODULE_LICENSE ifdefJohan Hovold2019-11-071-2/+0
* USB: idmouse: clean up runaway white spaceJohan Hovold2019-11-071-5/+5
* USB: idmouse: drop redundant open-count check from releaseJohan Hovold2019-11-071-6/+0
* USB: idmouse: simplify disconnect handlingJohan Hovold2019-11-071-18/+2
* usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng2019-11-071-3/+2
* usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva2019-11-071-1/+0
* usb: typec: ucsi: Optimise ucsi_unregister()Heikki Krogerus2019-11-041-6/+3
* usb: typec: ucsi: New error codesHeikki Krogerus2019-11-042-5/+26
* usb: typec: ucsi: Remove all bit-fieldsHeikki Krogerus2019-11-043-72/+85
* usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus2019-11-045-300/+115
* usb: typec: ucsi: Remove the old APIHeikki Krogerus2019-11-044-385/+43
* usb: typec: ucsi: ccg: Move to the new APIHeikki Krogerus2019-11-041-85/+81
* usb: typec: ucsi: acpi: Move to the new APIHeikki Krogerus2019-11-041-19/+72
* usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus2019-11-042-29/+359
* usb: typec: hd3ss3220: Give the connector fwnode to the port deviceHeikki Krogerus2019-11-041-3/+9
* usb: typec: Remove the callback members from struct typec_capabilityHeikki Krogerus2019-11-041-29/+11
* usb: typec: hd3ss3220: Start using struct typec_operationsHeikki Krogerus2019-11-041-11/+13
* usb: typec: ucsi: Start using struct typec_operationsHeikki Krogerus2019-11-041-11/+11
* usb: typec: tps6598x: Start using struct typec_operationsHeikki Krogerus2019-11-041-23/+26
* usb: typec: tcpm: Start using struct typec_operationsHeikki Krogerus2019-11-041-25/+20
* usb: typec: Separate the operations vectorHeikki Krogerus2019-11-041-10/+29
* usb: typec: Introduce typec_get_drvdata()Heikki Krogerus2019-11-041-0/+11
* usb: typec: Copy everything from struct typec_capability during registrationHeikki Krogerus2019-11-041-6/+14
* USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov2019-11-041-4/+4
* USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov2019-11-041-1/+1
* usb: host: fotg210: add missed clk_put callsChuhong Yuan2019-11-041-2/+6
* usb: Spelling s/disconnet/disconnect/Geert Uytterhoeven2019-11-042-2/+2
* usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven2019-11-044-5/+5
* usb: usb251xb: Add support for USB2422Uwe Kleine-König2019-11-041-0/+12
* usb: usb251xb: Drop some unused definesUwe Kleine-König2019-11-041-5/+0
* usb: host: oxu210hp-hcd: fix __iomem annotationsBen Dooks (Codethink)2019-11-041-7/+7
* USB: bcma: Add a check for devm_gpiod_getChuhong Yuan2019-11-041-1/+4
* usb: ohci-nxp: fix use of integer as pointerBen Dooks2019-11-041-1/+1
* usb: roles: Add usb_role_switch_find_by_fwnode()Heikki Krogerus2019-11-041-0/+21
* Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman2019-11-0425-88/+256
|\
| * usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi2019-10-311-0/+6
| * usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros2019-10-301-5/+26
| * usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar2019-10-301-0/+2
| * USB: serial: whiteheat: fix line-speed endiannessJohan Hovold2019-10-302-4/+7
| * USB: serial: whiteheat: fix potential slab corruptionJohan Hovold2019-10-301-0/+4
| * USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern2019-10-291-0/+11
| * UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern2019-10-281-20/+0
| * usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask...Alan Stern2019-10-281-10/+0
| * usbip: Fix free of unallocated memory in vhci txSuwan Kim2019-10-281-0/+3
| * usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)2019-10-281-12/+12
| * usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland2019-10-281-0/+2
| * xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman2019-10-281-9/+45
| * USB: ldusb: fix control-message timeoutJohan Hovold2019-10-281-1/+1