aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-15partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller1-1/+0
2021-12-21usb: musb: dsps: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-6/+9
2021-12-17usb: musb: Set the DT node on the child deviceRob Herring6-0/+9
2021-12-17usb: musb: Drop unneeded resource copyingRob Herring3-53/+4
2021-10-22usb: musb: Balance list entry in musb_gadget_queueViraj Shah1-1/+3
2021-10-22usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL accessRoman Stratiienko1-0/+8
2021-10-18Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman1-1/+3
2021-10-13usb: musb: dsps: Fix the probe error pathMiquel Raynal1-1/+3
2021-10-13usb: musb: select GENERIC_PHY instead of depending on itRandy Dunlap1-1/+1
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2021-09-21usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter1-0/+1
2021-09-21usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-09-14usb: musb: mediatek: Expose role-switch control to userspaceSungbo Eo1-0/+1
2021-08-26usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova1-7/+6
2021-07-27usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren1-5/+38
2021-06-14usb: musb: Implement tracing for state change eventsTony Lindgren2-16/+35
2021-06-14usb: musb: Simplify cable state handlingTony Lindgren1-20/+20
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-2/+1
2021-06-02usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni1-2/+1
2021-05-21usb: musb: Check devctl status again for a spurious session requestTony Lindgren1-0/+9
2021-05-21usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren1-0/+32
2021-05-17Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman1-1/+1
2021-05-10usb: musb: Remove unused function argument dma, qh, offset, lengthSaurav Girepunje1-7/+2
2021-05-10usb: musb: Remove unused local variable dma, urb, offsetSaurav Girepunje1-5/+4
2021-05-10usb: musb: Remove duplicate declaration of functionsSaurav Girepunje1-4/+0
2021-05-10usb: musb: Fix spelling mistake "tranfer" -> "transfer"Saurav Girepunje1-1/+1
2021-05-10usb: musb: Fix an error messageChristophe JAILLET1-1/+1
2021-04-22usb: musb: musb_core: Add space after that ','Saurav Girepunje1-2/+2
2021-04-09usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui1-1/+1
2021-03-26usb: musb: Fix suspend with devices connected for a64Tony Lindgren1-4/+8
2021-02-05usb: musb: jz4740: Add missing CR to error stringsPaul Cercueil1-9/+9
2021-02-05usb: musb: dma: Remove unused variablePaul Cercueil1-4/+0
2021-02-05usb: musb: Fix NULL check on struct musb_request fieldPaul Cercueil1-1/+1
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