aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-11-04usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus5-300/+115
2019-11-04usb: typec: ucsi: Remove the old APIHeikki Krogerus4-385/+43
2019-11-04usb: typec: ucsi: ccg: Move to the new APIHeikki Krogerus1-85/+81
2019-11-04usb: typec: ucsi: acpi: Move to the new APIHeikki Krogerus1-19/+72
2019-11-04usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus2-29/+359
2019-11-04usb: typec: hd3ss3220: Give the connector fwnode to the port deviceHeikki Krogerus1-3/+9
2019-11-04usb: typec: Remove the callback members from struct typec_capabilityHeikki Krogerus1-29/+11
2019-11-04usb: typec: hd3ss3220: Start using struct typec_operationsHeikki Krogerus1-11/+13
2019-11-04usb: typec: ucsi: Start using struct typec_operationsHeikki Krogerus1-11/+11
2019-11-04usb: typec: tps6598x: Start using struct typec_operationsHeikki Krogerus1-23/+26
2019-11-04usb: typec: tcpm: Start using struct typec_operationsHeikki Krogerus1-25/+20
2019-11-04usb: typec: Separate the operations vectorHeikki Krogerus1-10/+29
2019-11-04usb: typec: Introduce typec_get_drvdata()Heikki Krogerus1-0/+11
2019-11-04usb: typec: Copy everything from struct typec_capability during registrationHeikki Krogerus1-6/+14
2019-11-04USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov1-4/+4
2019-11-04USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov1-1/+1
2019-11-04usb: host: fotg210: add missed clk_put callsChuhong Yuan1-2/+6
2019-11-04usb: Spelling s/disconnet/disconnect/Geert Uytterhoeven2-2/+2
2019-11-04usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven4-5/+5
2019-11-04usb: usb251xb: Add support for USB2422Uwe Kleine-König1-0/+12
2019-11-04usb: usb251xb: Drop some unused definesUwe Kleine-König1-5/+0
2019-11-04usb: host: oxu210hp-hcd: fix __iomem annotationsBen Dooks (Codethink)1-7/+7
2019-11-04USB: bcma: Add a check for devm_gpiod_getChuhong Yuan1-1/+4
2019-11-04usb: ohci-nxp: fix use of integer as pointerBen Dooks1-1/+1
2019-11-04usb: roles: Add usb_role_switch_find_by_fwnode()Heikki Krogerus1-0/+21
2019-11-04USB: serial: ch341: reimplement line-speed handlingJohan Hovold1-22/+75
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman25-88/+256
2019-10-31usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi1-0/+6
2019-10-31usb: core: Remove redundant vmap checksKees Cook1-7/+1
2019-10-30usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros1-5/+26
2019-10-30usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar1-0/+2
2019-10-30USB: serial: whiteheat: fix line-speed endiannessJohan Hovold2-4/+7
2019-10-30USB: serial: whiteheat: fix potential slab corruptionJohan Hovold1-0/+4
2019-10-29usb: dwc3: of-simple: add a shutdownFelipe Balbi1-8/+20
2019-10-29usb: cdns3: Add TI specific wrapper driverRoger Quadros3-0/+247
2019-10-29USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern1-0/+11
2019-10-28UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern1-20/+0
2019-10-28usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask...Alan Stern1-10/+0
2019-10-28usbip: Fix free of unallocated memory in vhci txSuwan Kim1-0/+3
2019-10-28usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)1-12/+12
2019-10-28usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland1-0/+2
2019-10-28xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman1-9/+45
2019-10-28USB: ldusb: fix control-message timeoutJohan Hovold1-1/+1
2019-10-28USB: ldusb: use unsigned size format specifiersJohan Hovold1-3/+4
2019-10-28USB: ldusb: fix ring-buffer lockingJohan Hovold1-2/+2
2019-10-28USB: Skip endpoints with 0 maxpacket lengthAlan Stern1-0/+5
2019-10-27Merge 5.4-rc5 into usb-nextGreg Kroah-Hartman7-44/+47
2019-10-27usb: cdns3: gadget: Don't manage pullupsRoger Quadros1-4/+0
2019-10-27usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu1-2/+1
2019-10-27usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen1-5/+105