summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-07-27usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell
2021-07-27usb: gadget: remove leaked entry from udc driver listZhang Qilong
2021-07-27USB: usbtmc: Fix RCU stall warningQiang.zhang
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman
2021-07-23Merge tag 'usb-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-22Merge tag 'usb-serial-5.14-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-07-21USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping
2021-07-21Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin
2021-07-21usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not setWei Yongjun
2021-07-21usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override APIWesley Cheng
2021-07-21usb: gadget: f_uac1: add volume and mute supportRuslan Bilovol
2021-07-21usb: gadget: f_uac2: add volume and mute supportRuslan Bilovol
2021-07-21usb: gadget: u_audio: add bi-directional volume and mute supportRuslan Bilovol
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportMinas Harutyunyan
2021-07-21usb: gadget: composite: Allow bMaxPower=0 if self-poweredJack Pham
2021-07-21usb: isp1301-omap: Fix the GPIO includeLinus Walleij
2021-07-21usb: renesas-xhci: Remove renesas_xhci_pci_exit()Moritz Fischer
2021-07-21usb: xhci-renesas: Minor coding style cleanupMoritz Fischer
2021-07-21usb: host: ohci-spear: simplify calling usb_add_hcd()Sergey Shtylyov
2021-07-21USB: EHCI: ehci-mv: improve error handling in mv_ehci_enable()Evgeny Novikov
2021-07-21usb: gadget: u_ether: fix a potential null pointer dereferenceMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: ncm_wrap_ntb - move var definitions into if statementMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: remove spurious if statementMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: remove check for NULL skb_tx_data in timer functionMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: remove spurious boolean timer_stoppingMaciej Żenczykowski
2021-07-21usb: gadget: f_ncm: remove timer_force_tx fieldMaciej Żenczykowski
2021-07-21usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv
2021-07-21usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv
2021-07-21Revert "usb: host: fotg210: Use dma_pool_zalloc"Kelly Devilliv
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski
2021-07-21usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop()Yoshihiro Shimoda
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan
2021-07-21usb: phy: Fix page fault from usb_phy_ueventArtur Petrosyan
2021-07-21usb: xhci: avoid renesas_usb_fw.mem when it's unusableGreg Thelen
2021-07-21usb: gadget: u_serial: remove WARN_ON on null portColin Ian King
2021-07-21usb: dwc3: avoid NULL access of usb_gadget_driverLinyu Yuan
2021-07-21usb: max-3421: Prevent corruption of freed memoryMark Tomlinson
2021-07-21usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probeZhang Qilong
2021-07-21usb: typec: stusb160x: Don't block probing of consumer of "connector" nodesAmelie Delaunay
2021-07-21usb: typec: stusb160x: register role switch before interrupt registrationAmelie Delaunay
2021-07-21USB: usb-storage: Add LaCie Rugged USB3-FW to IGNORE_UASJulian Sikorski
2021-07-21usb: ehci: Prevent missed ehci interrupts with edge-triggered MSIDavid Jeffery
2021-07-21usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman
2021-07-21usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman
2021-07-21usb: typec: tipd: Don't block probing of consumer of "connector" nodesMartin Kepplinger
2021-07-21xhci: Fix lost USB 2 remote wakeMathias Nyman
2021-07-21Revert "usb: renesas-xhci: Fix handling of unknown ROM state"Moritz Fischer
2021-07-20USB: serial: cp210x: fix comments for GE CS1000Ian Ray
2021-07-14usb: gadget: fsl_qe_udc: Fix fall-through warning for ClangGustavo A. R. Silva