summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2021-04-05usbip: synchronize event handler with sysfs code pathsShuah Khan-0/+2
2021-04-05usbip: vudc synchronize sysfs code pathsShuah Khan-0/+6
2021-04-05usbip: stub-dev synchronize sysfs code pathsShuah Khan-2/+9
2021-04-05usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan-5/+29
2021-04-05Merge tag 'v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter....Greg Kroah-Hartman-0/+4
2021-03-27usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak-0/+4
2021-03-26usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan-1/+2
2021-03-26usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan-1/+1
2021-03-26usb: musb: Fix suspend with devices connected for a64Tony Lindgren-4/+8
2021-03-26usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun-1/+9
2021-03-26usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disableWesley Cheng-4/+4
2021-03-26usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan-0/+2
2021-03-23USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin-0/+4
2021-03-23USB: cdc-acm: do not log successful probe on later errorsJohan Hovold-2/+2
2021-03-23USB: cdc-acm: always claim data interfaceJohan Hovold-8/+6
2021-03-23USB: cdc-acm: use negation for NULL checksJohan Hovold-2/+2
2021-03-23USB: cdc-acm: clean up probe error labelsJohan Hovold-17/+18
2021-03-23USB: cdc-acm: drop redundant driver-data resetJohan Hovold-1/+0
2021-03-23USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold-1/+0
2021-03-23USB: cdc-acm: fix use-after-free after probe failureJohan Hovold-0/+5
2021-03-23USB: cdc-acm: fix double free on probe failureJohan Hovold-1/+0
2021-03-23USB: cdc-acm: downgrade message to debugOliver Neukum-1/+2
2021-03-23USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum-16/+32
2021-03-23cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum-1/+3
2021-03-23usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang-5/+5
2021-03-23usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel MerrifieldAndy Shevchenko-0/+2
2021-03-23usb: dwc3: gadget: Use max speed if unspecifiedThinh Nguyen-1/+1
2021-03-23usb: dwc3: gadget: Set gadget_max_speed when set ssp_rateThinh Nguyen-0/+1
2021-03-23usb: dwc3: qcom: skip interconnect init for ACPI probeShawn Guo-0/+3
2021-03-21Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-15/+48
2021-03-18usb: typec: tcpm: Skip sink_cap query only when VDM sm is busyBadhri Jagan Sridharan-1/+1
2021-03-17usb: dwc3: gadget: Prevent EP queuing while stopping transfersWesley Cheng-6/+5
2021-03-17usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan-1/+8
2021-03-17usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg structElias Rudberg-1/+0
2021-03-17usb-storage: Add quirk to defeat Kindle's automatic unloadAlan Stern-0/+19
2021-03-17usb: gadget: configfs: Fix KASAN use-after-freeJim Lin-4/+10
2021-03-17usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2021-03-16Merge tag 'usb-v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman-1/+4
2021-03-13Merge tag 'usb-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-107/+226
2021-03-13usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak-1/+4
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman-32/+30
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman-2/+6
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman-3/+13
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka-1/+8
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann-0/+32
2021-03-11Merge tag 'usb-serial-5.12-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-35/+20
2021-03-10usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan-8/+34
2021-03-10usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan-4/+25
2021-03-10usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan-7/+25