aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds24-161/+376
2020-08-28usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern1-0/+7
2020-08-27USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeCyril Roelandt1-1/+1
2020-08-27usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin1-3/+2
2020-08-27USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko1-4/+4
2020-08-27USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern1-0/+5
2020-08-25usb: typec: tcpm: Fix Fix source hard reset response for TDA 2.3.1.1 and TDA 2.3.1.2 failuresBadhri Jagan Sridharan1-3/+25
2020-08-25USB: PHY: JZ4770: Fix static checker warning.周琰杰 (Zhou Yanjie)1-0/+1
2020-08-25USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile1-12/+69
2020-08-25USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile1-11/+27
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva25-42/+41
2020-08-23xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui1-1/+2
2020-08-23xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng1-9/+10
2020-08-23usb: host: xhci: fix ep context print mismatch in debugfsLi Jun1-4/+4
2020-08-19usb: uas: Add quirk for PNY Pro EliteThinh Nguyen1-0/+7
2020-08-19Merge tag 'fixes-for-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman2-21/+93
2020-08-18USB: Fix device driver raceBastien Nocera1-2/+38
2020-08-18USB: Also match device drivers using the ->match vfuncBastien Nocera1-2/+3
2020-08-18usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo1-1/+1
2020-08-18usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo1-0/+2
2020-08-18usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko1-1/+4
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede2-17/+23
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingHans de Goede1-34/+22
2020-08-18usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede1-2/+4
2020-08-18usb: typec: ucsi: Fix AB BA lock inversionHans de Goede1-9/+9
2020-08-18usbip: Implement a match function to fix usbipM. Vefa Bicakci1-0/+6
2020-08-18usb: renesas-xhci: remove version checkVinod Koul1-18/+1
2020-08-18USB: lvtest: return proper error code in probeEvgeny Novikov1-1/+1
2020-08-18USB: cdc-acm: rework notification_buffer resizingTom Rix1-12/+10
2020-08-18USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng1-0/+2
2020-08-18USB: yurex: Fix bad gfp argumentAlan Stern1-1/+1
2020-08-17usb: dwc3: gadget: Handle ZLP for sg requestsThinh Nguyen1-0/+31
2020-08-17usb: dwc3: gadget: Fix handling ZLPThinh Nguyen1-2/+23
2020-08-17usb: dwc3: gadget: Don't setup more than requestedThinh Nguyen1-16/+35
2020-08-17usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET1-3/+4
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+6
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+6
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds244-2611/+3394
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+3
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-5/+3
2020-08-03Merge tag 'arm-soc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2-2/+2
2020-07-30usb: gadget: udc: Avoid tasklet passing a globalKees Cook1-4/+2
2020-07-30usb: common: usb-conn-gpio: Register chargerPaul Cercueil2-0/+46
2020-07-29usb: mtu3: simplify mtu3_req_complete()Chunfeng Yun1-10/+7
2020-07-29usb: mtu3: clear dual mode of u3port when disable deviceChunfeng Yun1-1/+5
2020-07-29usb: mtu3: use MTU3_EP_WEDGE flagChunfeng Yun3-7/+5
2020-07-29usb: mtu3: remove useless member @busy in mtu3_ep structChunfeng Yun2-7/+0
2020-07-29usb: mtu3: remove repeated error logChunfeng Yun1-7/+1
2020-07-29usb: mtu3: add ->udc_set_speed()Chunfeng Yun3-28/+58