aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27usb: musb: sunxi: Switch to use dev_err_probe() helperYang Yingliang1-20/+9
2022-09-27usb: musb: jz4740: Switch to use dev_err_probe() helperYang Yingliang1-7/+3
2022-09-27usb: musb: cppi41: Switch to use dev_err_probe() helperYang Yingliang1-4/+2
2022-09-27usb: musb: da8xx: Switch to use dev_err_probe() helperYang Yingliang1-5/+3
2022-09-27usb: musb: core: Switch to use dev_err_probe() helperYang Yingliang1-3/+1
2022-09-22usb: musb: Fix musb_gadget.c rxstate overflow bugRobin Guo1-0/+3
2022-08-18musb: fix USB_MUSB_TUSB6010 dependencyArnd Bergmann1-1/+1
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2022-07-27usb/musb: fix repeated words in commentsJilin Yuan2-2/+2
2022-07-19usb: musb: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-2/+2
2022-06-29usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove()Yang Yingliang1-0/+1
2022-06-24usb: musb: mpfs: Fix error codes in probe()Dan Carpenter1-1/+4
2022-06-21usb: musb: core: drop redundant checksSergey Shtylyov1-14/+2
2022-06-21usb: musb: Add support for PolarFire SoC's musb controllerConor Dooley3-1/+278
2022-06-10usb: musb: remove schedule work called after flushSaurav Girepunje1-2/+0
2022-04-21usb: musb: mediatek: Use clk_bulk API to simplify clock operationsAngeloGioacchino Del Regno1-63/+10
2022-04-21usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin1-0/+1
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