aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-05usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil1-14/+17
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-13Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"Geert Uytterhoeven1-1/+3
2020-10-10usb: musb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-19/+18
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-33/+26
2020-07-29usb: musb: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-3/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-15USB: musb: Remove unused inline functionYueHaibing1-1/+0
2020-07-09usb: musb: musb_dsps: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-4/+4
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2-22/+18
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman2-3/+3
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-04-16USB: musb: Use the correct style for SPDX License IdentifierNishad Kamdar11-11/+11
2020-03-17usb: musb: tusb6010: fix a possible missing data type replacementMacpaul Lin1-1/+1
2020-03-17usb: musb: fix crash with highmen PIO and usbmonMans Rullgard1-12/+5
2020-03-17usb: musb: jz4740: Add support for the JZ4770Paul Cercueil1-0/+28
2020-03-17usb: musb: jz4740: Unconditionally depend on devicetreePaul Cercueil2-5/+10
2020-03-17usb: musb: jz4740: Register USB role switchPaul Cercueil2-0/+49
2020-03-17usb: musb: jz4740: Add support for DMAPaul Cercueil2-7/+15
2020-03-17usb: musb: remove redundant assignment to variable retColin Ian King1-1/+1
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus1-6/+10
2020-02-19usb: musb: core: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-14USB: musb: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
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