summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-07-09usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang1-0/+1
2020-06-30usb: renesas_usbhs: getting residue from callback_resultYoshihiro Shimoda2-11/+14
2020-06-30usb: gadget: udc: Potential Oops in error handling codeDan Carpenter1-1/+2
2020-06-30cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund1-0/+2
2020-06-30xhci: Return if xHCI doesn't support LPMKai-Heng Feng1-1/+4
2020-06-30xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper1-0/+1
2020-06-30xhci: Fix incorrect EP_STATE_MASKMathias Nyman1-1/+1
2020-06-30usb: cdns3: ep0: add spinlock for cdns3_check_new_setupPeter Chen1-3/+4
2020-06-30usb: cdns3: ep0: fix the test mode set incorrectlyPeter Chen1-1/+2
2020-06-30usb: cdns3: trace: using correct dir valuePeter Chen1-1/+1
2020-06-30usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangsLi Jun1-21/+10
2020-06-30usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin1-3/+2
2020-06-30xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng1-0/+3
2020-06-30usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin1-2/+3
2020-06-30USB: ehci: reopen solution for Synopsys HC bugLongfang Liu1-0/+7
2020-06-30usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz MeresiƄski1-1/+2
2020-06-30usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2-6/+11
2020-06-30USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan1-0/+1
2020-06-24usb/ehci-platform: Set PM runtime as active on resumeQais Yousef1-0/+4
2020-06-24usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda1-0/+127
2020-06-24usb/xhci-plat: Set PM runtime as active on resumeQais Yousef1-1/+9
2020-06-24usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak1-17/+61
2020-06-24usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu1-1/+1
2020-06-24usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King1-5/+6
2020-06-24USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor1-4/+0
2020-06-24usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-06-24USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin1-0/+2
2020-06-24usb/ohci-platform: Fix a warning when hibernatingQais Yousef1-0/+5
2020-06-24USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun1-3/+4
2020-06-24usb: dwc3: gadget: Properly handle failed kick_transferThinh Nguyen1-8/+16
2020-06-24usb: dwc3: gadget: Properly handle ClearFeature(halt)Thinh Nguyen1-3/+33
2020-06-24usb: gadget: core: sync interrupt before unbind the udcPeter Chen1-0/+2
2020-06-24usblp: poison URBs upon disconnectOliver Neukum1-1/+4
2020-06-10CDC-ACM: heed quirk also in error handlingOliver Neukum1-1/+1
2020-06-10usb: musb: Fix runtime PM imbalance on errorDinghao Liu1-5/+5
2020-06-10usb: musb: start session in resume for host portBin Liu1-0/+7
2020-06-10USB: serial: ch341: add basis for quirk detectionMichael Hanselmann1-0/+53
2020-06-10USB: serial: option: add Telit LE910C1-EUX compositionsDaniele Palmas1-0/+4
2020-06-10USB: serial: usb_wwan: do not resubmit rx urb on fatal errorsBin Liu1-0/+4
2020-06-10USB: serial: qcserial: add DW5816e QDL supportMatt Jolly1-0/+1
2020-06-03usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-06-03usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6...Christophe JAILLET1-3/+9
2020-06-03usb: dwc3: pci: Enable extcon driver for Intel MerrifieldAndy Shevchenko1-0/+1
2020-05-27USB: core: Fix misleading driver bug reportAlan Stern1-2/+2
2020-05-20usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun1-1/+3
2020-05-20usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun1-1/+3
2020-05-20usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET1-1/+3
2020-05-20usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...Christophe JAILLET1-0/+2
2020-05-20dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()John Stultz1-3/+0
2020-05-20usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki1-2/+2