summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-05-26Merge tag 'usb-ci-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman11-176/+545
2020-05-25usb: musb: Fix runtime PM imbalance on errorDinghao Liu1-5/+5
2020-05-25usb: musb: jz4740: Prevent lockup when CONFIG_SMP is setPaul Cercueil1-2/+2
2020-05-25usb: musb: mediatek: add reset FADDR to zero in reset interrupt handleMacpaul Lin1-0/+6
2020-05-25usb: musb: use true for 'use_dma'Jason Yan1-1/+1
2020-05-25usb: musb: start session in resume for host portBin Liu1-0/+7
2020-05-25usb: musb: return -ESHUTDOWN in urb when three-strikes error happenedBin Liu1-2/+8
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman76-572/+1630
2020-05-25USB: serial: qcserial: add DW5816e QDL supportMatt Jolly1-0/+1
2020-05-25usb: dwc3: keystone: Turn on USB3 PHY before controllerRoger Quadros1-1/+40
2020-05-25usb: dwc3: gadget: Check for prepared TRBsThinh Nguyen1-0/+8
2020-05-25usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak1-17/+61
2020-05-25usb: cdns3: ep0: delete the redundant status stagePeter Chen1-7/+0
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan5-23/+63
2020-05-25usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe()Tang Bin1-2/+2
2020-05-25usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu1-1/+1
2020-05-25usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-05-25usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King1-5/+6
2020-05-25usb: dwc3: Increase timeout for CmdAct cleared by device controllerYu Chen1-1/+1
2020-05-25USB: dummy-hcd: use configurable endpoint naming schemeAndrey Konovalov1-13/+13
2020-05-25usb: cdns3: gadget: assign interrupt number to USB gadget structurePeter Chen1-0/+1
2020-05-25usb: gadget: core: sync interrupt before unbind the udcPeter Chen1-0/+2
2020-05-25usb: gadget: udc: atmel: Don't use DT to configure end pointGregory CLEMENT2-40/+84
2020-05-25usb: dwc3: gadget: Use SET_EP_PRIME for NoStreamThinh Nguyen2-3/+13
2020-05-25usb: dwc3: gadget: Handle stream transfersThinh Nguyen3-3/+104
2020-05-25usb: dwc3: gadget: Don't prepare beyond a transferThinh Nguyen1-0/+8
2020-05-25usb: dwc3: gadget: Wait for transfer completionThinh Nguyen2-1/+9
2020-05-25usb: dwc3: gadget: Handle XferComplete for streamsThinh Nguyen1-6/+28
2020-05-25usb: dwc3: gadget: Enable XferComplete eventThinh Nguyen1-0/+1
2020-05-25usb: dwc3: gadget: Refactor TRB completion handlerThinh Nguyen1-19/+26
2020-05-25usb: dwc3: gadget: Check for in-progress END_TRANSFERThinh Nguyen1-0/+4
2020-05-25usb: gadget: f_tcm: Inform last stream requestThinh Nguyen1-0/+3
2020-05-25usb: dwc3: Get MDWIDTH for DWC_usb32Thinh Nguyen3-2/+22
2020-05-25usb: dwc3: Add support for DWC_usb32 IPThinh Nguyen4-97/+97
2020-05-25usb: gadget: tegra-xudc: add port_speed_quirkNagarjuna Kristam1-0/+106
2020-05-25usb: gadget: tegra-xudc: Add Tegra194 supportNagarjuna Kristam1-0/+17
2020-05-25USB: dummy-hcd: Add missing annotation for set_link_state()Jules Irenge1-0/+1
2020-05-25usb: gadget: Add missing annotation for xudc_handle_setup()Jules Irenge1-0/+1
2020-05-25usb: gadget: mass_storage: use module_usb_composite_driver to simplify the codeWei Yongjun1-12/+2
2020-05-25usb: gadget: omap_udc: remove unneeded semicolonJason Yan1-1/+1
2020-05-25usb: gadget: udc: remove comparison to bool in mv_u3d_core.cJason Yan1-1/+1
2020-05-25usb: gadget: net2272: use false for 'use_dma'Jason Yan1-1/+1
2020-05-25usb: dwc3: use true,false for dwc->otg_restart_hostJason Yan1-2/+2
2020-05-25usb: gadget: function: remove redundant assignment to variable 'status'Colin Ian King1-2/+0
2020-05-25USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor1-4/+0
2020-05-25usb: gadget: f_acm: add suspend resume callbacksFabrice Gasnier1-0/+16
2020-05-25usb: gadget: f_serial: add suspend resume callbacksFabrice Gasnier1-0/+16
2020-05-25usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier2-8/+51
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-05-25usb: gadget: uvc_video: add worker to handle the frame pumpingMichael Grzeschik4-65/+19