summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-02-16usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford1-0/+2
2022-02-16usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami1-0/+13
2022-02-16usb: ulpi: Call of_node_put correctlySean Anderson1-2/+6
2022-02-16usb: ulpi: Move of_node_put to ulpi_dev_releaseSean Anderson1-1/+1
2022-02-16Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"Greg Kroah-Hartman1-4/+2
2022-02-16usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier1-2/+4
2022-02-16usb: f_fs: Fix use-after-free for epfileUdipto Goswami1-14/+42
2022-02-16usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay1-1/+1
2022-02-01usb: dwc3: xilinx: fix uninitialized return valueRobert Hancock1-1/+1
2022-02-01ucsi_ccg: Check DEV_INT bit only when starting CCG4Sing-Han Chen1-1/+1
2022-02-01usb: typec: tcpm: Do not disconnect when receiving VSAFE0VBadhri Jagan Sridharan1-0/+4
2022-02-01usb: typec: tcpm: Do not disconnect while receiving VBUS offBadhri Jagan Sridharan1-1/+2
2022-02-01usb: typec: tcpci: don't touch CC line if it's Vconn sourceXu Yang2-0/+27
2022-02-01USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern2-0/+26
2022-02-01usb: dwc3: xilinx: Fix error handling when getting USB3 PHYRobert Hancock1-5/+5
2022-02-01usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 modeRobert Hancock1-0/+13
2022-02-01usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak1-3/+3
2022-02-01usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti1-0/+1
2022-02-01usb: common: ulpi: Fix crash in ulpi_match()Jon Hunter1-2/+5
2022-02-01usb: xhci-plat: fix crash when suspend if remote wake enableFrank Li1-0/+3
2022-02-01usb-storage: Add unusual-devs entry for VL817 USB-SATA bridgeAlan Stern1-0/+10
2022-01-31Merge tag 'v5.15.18' into dev-5.15Joel Stanley11-20/+58
2022-01-31USB: serial: pl2303: Add IBM device IDsEddie James2-0/+4
2022-01-27usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng1-1/+4
2022-01-27usb: uhci: add aspeed ast2600 uhci supportNeal Liu1-1/+2
2022-01-27usb: gadget: f_fs: Use stream_open() for endpoint filesPavankumar Kondeti1-2/+2
2022-01-27USB: ehci_brcm_hub_control: Improve port index sanitizingHaimin Zhang1-1/+5
2022-01-27usb: dwc3: meson-g12a: fix shared reset control useAmjad Ouled-Ameur1-5/+12
2022-01-27usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman1-2/+2
2022-01-27usb: dwc2: gadget: initialize max_speed from paramsJohn Keeping1-1/+12
2022-01-27usb: dwc2: do not gate off the hardware if it does not support clock gatingDinh Nguyen1-3/+4
2022-01-27usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probeMiaoqian Lin1-2/+5
2022-01-27usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun1-0/+1
2022-01-16USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern1-1/+8
2022-01-16USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern1-1/+1
2022-01-11usb: mtu3: fix interval value for intr and isocChunfeng Yun1-2/+2
2022-01-05usb: mtu3: set interval of FS intr and isoc endpointChunfeng Yun1-0/+7
2022-01-05usb: mtu3: fix list_head check warningChunfeng Yun1-0/+1
2022-01-05usb: mtu3: add memory barrier before set GPD's HWOChunfeng Yun1-1/+6
2022-01-05usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier1-3/+6
2022-01-05xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman1-1/+4
2021-12-22USB: core: Make do_proc_control() and do_proc_bulk() killableAlan Stern1-33/+111
2021-12-22USB: serial: option: add Telit FN990 compositionsDaniele Palmas1-0/+8
2021-12-22USB: serial: cp210x: fix CP2105 GPIO registrationJohan Hovold1-2/+4
2021-12-22usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca1-10/+6
2021-12-22usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang1-5/+13
2021-12-22usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak1-0/+12
2021-12-22usb: cdnsp: Fix issue in cdnsp_log_ep trace eventPawel Laszczak1-2/+2
2021-12-22usb: cdnsp: Fix incorrect calling of cdnsp_died functionPawel Laszczak1-1/+8
2021-12-22usb: cdnsp: Fix incorrect status for control requestPawel Laszczak1-0/+2