summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)Author
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2022-07-27usb/musb: fix repeated words in commentsJilin Yuan
2022-07-19usb: musb: tracing: Use the new __vstring() helperSteven Rostedt (Google)
2022-06-29usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove()Yang Yingliang
2022-06-24usb: musb: mpfs: Fix error codes in probe()Dan Carpenter
2022-06-21usb: musb: core: drop redundant checksSergey Shtylyov
2022-06-21usb: musb: Add support for PolarFire SoC's musb controllerConor Dooley
2022-06-10usb: musb: remove schedule work called after flushSaurav Girepunje
2022-04-21usb: musb: mediatek: Use clk_bulk API to simplify clock operationsAngeloGioacchino Del Regno
2022-04-21usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin
2022-03-15partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller
2021-12-21usb: musb: dsps: Use platform_get_irq_byname() to get the interruptLad Prabhakar
2021-12-17usb: musb: Set the DT node on the child deviceRob Herring
2021-12-17usb: musb: Drop unneeded resource copyingRob Herring
2021-10-22usb: musb: Balance list entry in musb_gadget_queueViraj Shah
2021-10-22usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL accessRoman Stratiienko
2021-10-18Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman
2021-10-13usb: musb: dsps: Fix the probe error pathMiquel Raynal
2021-10-13usb: musb: select GENERIC_PHY instead of depending on itRandy Dunlap
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman
2021-09-21usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter
2021-09-21usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang
2021-09-14usb: musb: mediatek: Expose role-switch control to userspaceSungbo Eo
2021-08-26usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova
2021-07-27usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren
2021-06-14usb: musb: Implement tracing for state change eventsTony Lindgren
2021-06-14usb: musb: Simplify cable state handlingTony Lindgren
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman
2021-06-02usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni
2021-05-21usb: musb: Check devctl status again for a spurious session requestTony Lindgren
2021-05-21usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren
2021-05-17Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman
2021-05-10usb: musb: Remove unused function argument dma, qh, offset, lengthSaurav Girepunje
2021-05-10usb: musb: Remove unused local variable dma, urb, offsetSaurav Girepunje
2021-05-10usb: musb: Remove duplicate declaration of functionsSaurav Girepunje
2021-05-10usb: musb: Fix spelling mistake "tranfer" -> "transfer"Saurav Girepunje
2021-05-10usb: musb: Fix an error messageChristophe JAILLET
2021-04-22usb: musb: musb_core: Add space after that ','Saurav Girepunje
2021-04-09usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui
2021-03-26usb: musb: Fix suspend with devices connected for a64Tony Lindgren
2021-02-05usb: musb: jz4740: Add missing CR to error stringsPaul Cercueil
2021-02-05usb: musb: dma: Remove unused variablePaul Cercueil
2021-02-05usb: musb: Fix NULL check on struct musb_request fieldPaul Cercueil
2021-02-05usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-13Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"Geert Uytterhoeven
2020-10-10usb: musb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-07-29usb: musb: convert to devm_platform_ioremap_resource_bynameChunfeng Yun