summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2022-03-19Merge tag 'usb-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2022-03-15usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern
2022-03-15usb: usbtmc: Fix bug in pipe direction for control transfersAlan Stern
2022-03-15partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller
2022-03-15usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter
2022-03-07xen/usb: don't use gnttab_end_foreign_access() in xenhcd_gnttab_done()Juergen Gross
2022-02-24Merge tag 'usb-serial-5.17-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2022-02-24usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung
2022-02-24usb: dwc3: gadget: Let the interrupt handler disable bottom halves.Sebastian Andrzej Siewior
2022-02-24USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich
2022-02-21USB: serial: option: add Telit LE910R1 compositionsDaniele Palmas
2022-02-21USB: serial: option: add support for DW5829eSlark Xiao
2022-02-21Revert "USB: serial: ch341: add new Product ID for CH341A"Dmytro Bagrii
2022-02-17usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier
2022-02-17usb: dwc3: pci: Fix Bay Trail phy GPIO mappingsHans de Goede
2022-02-17tps6598x: clear int mask on probe failureJens Axboe
2022-02-15xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie
2022-02-15xhci: re-initialize the HC during resume if HCE was setPuma Hsu
2022-02-15usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay TrailHans de Goede
2022-02-15usb: dwc3: pci: add support for the Intel Raptor Lake-SHeikki Krogerus
2022-02-12Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"Greg Kroah-Hartman
2022-02-11Merge tag 'usb-serial-5.17-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2022-02-11usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier
2022-02-11usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman
2022-02-11USB: gadget: validate interface OS descriptor requestsSzymon Heidrich
2022-02-11usb: core: Unregister device on component_add() failureFabio M. De Francesco
2022-02-08usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami
2022-02-01USB: serial: cp210x: add CPI Bulk Coin Recycler idJohan Hovold
2022-02-01USB: serial: cp210x: add NCR Retail IO box idJohan Hovold
2022-02-01USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320Cameron Williams
2022-01-31usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman
2022-01-31usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford
2022-01-31usb: raw-gadget: fix handling of dual-direction-capable endpointsJann Horn
2022-01-31usb: usb251xb: add boost-up property supportTommaso Merciai
2022-01-31usb: ulpi: Call of_node_put correctlySean Anderson
2022-01-31usb: ulpi: Move of_node_put to ulpi_dev_releaseSean Anderson
2022-01-31USB: serial: option: add ZTE MF286D modemPawel Dembicki
2022-01-31USB: serial: ch341: add support for GW Instek USB2.0-Serial devicesStephan Brunner
2022-01-31usb: f_fs: Fix use-after-free for epfileUdipto Goswami
2022-01-31usb: dwc3: xilinx: fix uninitialized return valueRobert Hancock
2022-01-26usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak
2022-01-26usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay
2022-01-26usb: gadget: at91_udc: fix incorrect print typeMiles Chen
2022-01-26usb: dwc3: xilinx: Fix error handling when getting USB3 PHYRobert Hancock
2022-01-26usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 modeRobert Hancock
2022-01-26usb: xhci-plat: fix crash when suspend if remote wake enableFrank Li
2022-01-26usb: common: ulpi: Fix crash in ulpi_match()Jon Hunter
2022-01-26usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti
2022-01-26ucsi_ccg: Check DEV_INT bit only when starting CCG4Sing-Han Chen
2022-01-25USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern