summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: usbfs: Always unlink URBs in reverse orderAlan Stern2020-01-171-2/+2
* Merge tag 'phy-for-5.6_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2020-01-172-2/+2
|\
| * phy: core: Add consumer device link supportAlexandre Torgue2020-01-082-2/+2
* | usb: musb: remove dummy driver musb_am335x.cBin Liu2020-01-153-51/+0
* | usb: musb: davinci: Convert to use GPIO descriptorLinus Walleij2020-01-151-24/+33
* | usb: musb: Add support for MediaTek musb controllerMin Guo2020-01-153-1/+591
* | usb: musb: Add musb_clearb/w() interfaceMin Guo2020-01-156-28/+48
* | usb: musb: Add noirq type of dma create interfaceMin Guo2020-01-152-17/+46
* | usb: musb: Add get/set toggle hooksMin Guo2020-01-154-36/+61
* | usb: musb/ux500: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2020-01-151-2/+2
* | USB: musb: fix __iomem in trace functionsBen Dooks (Codethink)2020-01-151-12/+21
* | usb: musb: jz4740: Whitespace and indentation fixesPaul Cercueil2020-01-151-14/+14
* | usb: musb: jz4740: Comments fixPaul Cercueil2020-01-151-2/+3
* | usb: musb: jz4740: Rename platform_device field in priv structPaul Cercueil2020-01-151-3/+3
* | usb: musb: jz4740: Constify jz4740_musb_pdata structPaul Cercueil2020-01-151-8/+7
* | usb: musb: jz4740: Add local dev variable to clean up probePaul Cercueil2020-01-151-9/+10
* | usb: musb: jz4740: Suppress useless field in priv structurePaul Cercueil2020-01-151-2/+0
* | usb: musb: Get rid of omap2430_musb_set_vbus()Tony Lindgren2020-01-151-48/+23
* | usb: musb: omap2430: Idle musb on initTony Lindgren2020-01-151-17/+3
* | usb: musb: omap2430: Clean up enable and remove devctl tinkeringTony Lindgren2020-01-151-20/+0
* | usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren2020-01-153-49/+128
* | usb: musb: omap2430: Handle multiple ID ground interruptsTony Lindgren2020-01-151-6/+19
* | usb: musb: omap2430: Wait on enable to avoid babbleTony Lindgren2020-01-151-0/+3
* | usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren2020-01-151-2/+0
* | usb: musb: jz4740: Drop dependency on NOP_USB_XCEIVPaul Cercueil2020-01-151-1/+0
* | usb: musb: sunxi: propagate devicetree node to glue pdevMans Rullgard2020-01-151-0/+2
* | usb: musb: core: Update the function descriptionSaurav Girepunje2020-01-151-1/+0
* | usb: dwc2: Drop unlock/lock upon queueing a work itemLukas Wunner2020-01-151-6/+1
* | usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue2020-01-151-4/+12
* | usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue2020-01-151-4/+13
* | usb: dwc3: gadget: Remove END_TRANSFER delayThinh Nguyen2020-01-151-13/+5
* | usb: dwc3: gadget: Delay starting transferThinh Nguyen2020-01-152-0/+12
* | usb: dwc3: gadget: Check END_TRANSFER completionThinh Nguyen2020-01-153-2/+9
* | usb: gadget: f_uac2: fix packet size calculationJohn Keeping2020-01-151-4/+6
* | usb: cdns3: add NXP imx8qm glue layerPeter Chen2020-01-153-0/+227
* | usb: dwc3: turn off VBUS when leaving host modeBin Liu2020-01-151-0/+3
* | usb: cdns3: Add streams support to cadence USB3 DRD driverJayshri Pawar2020-01-153-56/+596
* | usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()Jia-Ju Bai2020-01-151-7/+9
* | usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen2020-01-151-0/+2
* | usb: gadget: configfs: Add max_speed settingThinh Nguyen2020-01-151-0/+43
* | usb: gadget: udc: core: Warn about failed to find udcDejin Zheng2020-01-151-0/+2
* | usb: gadget: legacy: set max_speed to super-speedRoger Quadros2020-01-154-4/+4
* | usb: dwc2: fix debugfs FIFO countJohn Keeping2020-01-151-1/+2
* | usb: dwc2: Fix IN FIFO allocationJohn Keeping2020-01-151-1/+2
* | usb: phy-generic: Delete unused platform dataLinus Walleij2020-01-154-31/+15
* | usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan2020-01-151-1/+1
* | usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan2020-01-151-5/+17
* | usb: dwc3: gadget: Clear DCTL.ULSTCHNGREQ before setThinh Nguyen2020-01-151-0/+3
* | usb: dwc3: gadget: Set link state to RX_Detect on disconnectThinh Nguyen2020-01-151-0/+2
* | usb: dwc3: gadget: Don't send unintended link state changeThinh Nguyen2020-01-152-9/+21