aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21usb: musb: fix spelling mistake: "periperal" -> "peripheral"Colin Ian King1-1/+1
2020-01-15usb: musb: remove dummy driver musb_am335x.cBin Liu3-51/+0
2020-01-15usb: musb: davinci: Convert to use GPIO descriptorLinus Walleij1-24/+33
2020-01-15usb: musb: Add support for MediaTek musb controllerMin Guo3-1/+591
2020-01-15usb: musb: Add musb_clearb/w() interfaceMin Guo6-28/+48
2020-01-15usb: musb: Add noirq type of dma create interfaceMin Guo2-17/+46
2020-01-15usb: musb: Add get/set toggle hooksMin Guo4-36/+61
2020-01-15usb: musb/ux500: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-2/+2
2020-01-15USB: musb: fix __iomem in trace functionsBen Dooks (Codethink)1-12/+21
2020-01-15usb: musb: jz4740: Whitespace and indentation fixesPaul Cercueil1-14/+14
2020-01-15usb: musb: jz4740: Comments fixPaul Cercueil1-2/+3
2020-01-15usb: musb: jz4740: Rename platform_device field in priv structPaul Cercueil1-3/+3
2020-01-15usb: musb: jz4740: Constify jz4740_musb_pdata structPaul Cercueil1-8/+7
2020-01-15usb: musb: jz4740: Add local dev variable to clean up probePaul Cercueil1-9/+10
2020-01-15usb: musb: jz4740: Suppress useless field in priv structurePaul Cercueil1-2/+0
2020-01-15usb: musb: Get rid of omap2430_musb_set_vbus()Tony Lindgren1-48/+23
2020-01-15usb: musb: omap2430: Idle musb on initTony Lindgren1-17/+3
2020-01-15usb: musb: omap2430: Clean up enable and remove devctl tinkeringTony Lindgren1-20/+0
2020-01-15usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren3-49/+128
2020-01-15usb: musb: omap2430: Handle multiple ID ground interruptsTony Lindgren1-6/+19
2020-01-15usb: musb: omap2430: Wait on enable to avoid babbleTony Lindgren1-0/+3
2020-01-15usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glueTony Lindgren1-2/+0
2020-01-15usb: musb: jz4740: Drop dependency on NOP_USB_XCEIVPaul Cercueil1-1/+0
2020-01-15usb: musb: sunxi: propagate devicetree node to glue pdevMans Rullgard1-0/+2
2020-01-15usb: musb: core: Update the function descriptionSaurav Girepunje1-1/+0
2020-01-08usb: musb: Disable pullup at initPaul Cercueil1-0/+3
2020-01-08usb: musb: fix idling for suspend after disconnect interruptTony Lindgren1-0/+8
2019-12-30usb: musb: dma: Correct parameter passed to IRQ handlerPaul Cercueil1-1/+1
2019-12-30usb: musb: jz4740: Silence error if code is -EPROBE_DEFERPaul Cercueil1-2/+5
2019-11-21usb: musb: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-14usb: musb: dsps: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-04usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-10-04usb: musb: musb_gadget.c: Remove unused variableSaurav Girepunje1-2/+1
2019-10-04USB: musb: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-08-08USB: musb: convert platform driver to use dev_groupsGreg Kroah-Hartman1-19/+3
2019-08-01usb: musb: remove redundant assignment to variable retColin Ian King1-1/+1
2019-04-30usb: musb: dsps: Use dev_get_drvdata()Kefeng Wang1-4/+2
2019-04-30usb: musb: jz4740: obtain USB PHY from devicetreePaul Cercueil1-10/+7
2019-04-30usb: musb: jz4740: Let the platform probe the PHYPaul Cercueil1-2/+0
2019-04-30soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland1-1/+1
2019-04-30usb: musb: omap2430: Add support for idling phy when musb is idleTony Lindgren1-0/+6
2019-04-30usb: musb: Silence error about blacklisting hubs if !CONFIG_USBPaul Cercueil1-4/+5
2019-02-13USB: musb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-12usb: musb: Kconfig: Drop dependency on CONFIG_USB for jz4740Paul Cercueil1-1/+1
2019-02-12usb: musb: Kconfig: Drop dependency on MACH_JZ4740 for jz4740Paul Cercueil1-1/+1
2019-02-12usb: musb: jz4740: Add support for devicetreePaul Cercueil1-0/+10
2019-02-12USB: musb: fix indentation issue on a return statementColin Ian King1-1/+1
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2-22/+12
2019-01-30usb: gadget: musb: fix short isoc packets with inventra dmaPaul Elder2-22/+12