aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-04-08USB: serial: ti_usb_3410_5052: fix TIOCGSERIAL implementationJohan Hovold1-2/+2
2021-04-08USB: serial: ssu100: fix TIOCGSERIAL implementationJohan Hovold1-6/+3
2021-04-08USB: serial: quatech2: fix TIOCGSERIAL implementationJohan Hovold1-6/+3
2021-04-08USB: serial: pl2303: fix TIOCGSERIAL implementationJohan Hovold1-2/+3
2021-04-08USB: serial: opticon: fix TIOCGSERIAL implementationJohan Hovold1-6/+3
2021-04-08USB: serial: mos7840: fix TIOCGSERIAL implementationJohan Hovold1-8/+4
2021-04-08USB: serial: mos7720: fix TIOCGSERIAL implementationJohan Hovold1-8/+4
2021-04-08USB: serial: io_ti: fix TIOCGSERIAL implementationJohan Hovold1-8/+4
2021-04-08USB: serial: io_edgeport: fix TIOCGSERIAL implementationJohan Hovold1-8/+4
2021-04-08USB: serial: ftdi_sio: fix TIOCGSERIAL implementationJohan Hovold1-0/+4
2021-04-08USB: serial: f81534: fix TIOCGSERIAL implementationJohan Hovold1-1/+3
2021-04-08USB: serial: f81232: fix TIOCGSERIAL implementationJohan Hovold1-1/+3
2021-04-08USB: serial: ark3116: fix TIOCGSERIAL implementationJohan Hovold1-2/+3
2021-04-06xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman1-23/+19
2021-04-06xhci: fix potential array out of bounds with several interruptersMathias Nyman1-1/+5
2021-04-06xhci: check control context is valid before dereferencing it.Mathias Nyman1-0/+8
2021-04-06xhci: check port array allocation was successful before dereferencing itMathias Nyman1-0/+3
2021-04-05usb: typec: Declare the typec_class staticHeikki Krogerus1-11/+13
2021-04-05usb: typec: Organize the private headers properlyHeikki Krogerus6-84/+107
2021-04-05usbip: synchronize event handler with sysfs code pathsShuah Khan1-0/+2
2021-04-05usbip: vudc synchronize sysfs code pathsShuah Khan2-0/+6
2021-04-05usbip: stub-dev synchronize sysfs code pathsShuah Khan1-2/+9
2021-04-05usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan3-5/+29
2021-04-05Merge tag 'v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linusGreg Kroah-Hartman1-0/+4
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman18-83/+160
2021-04-05Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman9-66/+103
2021-04-02usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun2-0/+4
2021-04-02usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun1-1/+9
2021-04-02usb: xhci-mtk: fix oops when unbind driverChunfeng Yun1-1/+3
2021-04-02usb: xhci-mtk: fix wrong remainder of bandwidth budgetChunfeng Yun1-5/+2
2021-04-02USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang1-2/+2
2021-04-02usb: dwc2: delete duplicate word in the commentTian Tao1-1/+1
2021-04-02usb: dwc2: add parenthess and space around *Tian Tao1-1/+1
2021-04-02usb: gadget: aspeed: fix dma map failureTao Ren2-2/+3
2021-04-02usb: dwc3: add cancelled reasons for dwc3 requestsRay Chi3-11/+31
2021-04-02usb: dwc3: exynos: fix incorrect kernel-doc comment syntaxAditya Srivastava1-1/+1
2021-04-02usb: dwc3: fix incorrect kernel-doc comment syntax in filesAditya Srivastava7-7/+7
2021-04-02usb: dwc3: st: fix incorrect kernel-doc comment syntax in fileAditya Srivastava1-1/+1
2021-04-02usb: dwc3: imx8mp: fix incorrect kernel-doc comment syntaxAditya Srivastava1-1/+1
2021-04-01USB: serial: xr: claim both interfacesJohan Hovold1-3/+23
2021-04-01USB: serial: add support for multi-interface functionsJohan Hovold1-11/+73
2021-04-01USB: serial: refactor endpoint classificationJohan Hovold1-20/+31
2021-04-01USB: serial: drop unused suspending flagJohan Hovold1-7/+1
2021-04-01USB: serial: xr: fix CSIZE handlingJohan Hovold1-0/+5
2021-04-01USB: serial: iuu_phoenix: remove redundant variable 'error'Colin Ian King1-3/+1
2021-03-28usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'Christophe JAILLET1-4/+12
2021-03-28usb: gadget: s3c: Fix incorrect resources releasingChristophe JAILLET1-11/+3
2021-03-28usb: dwc3: Create helper function getting MDWIDTHThinh Nguyen3-21/+26
2021-03-28usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun1-1/+0
2021-03-28usb: xhci-mtk: drop CONFIG_OFChunfeng Yun1-3/+1