aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)Author
2023-03-10usb: musb: mediatek: don't unregister something that wasn't registeredDan Carpenter
2023-01-24usb: musb: fix error return code in omap2430_probe()Yang Yingliang
2022-12-31usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren
2022-12-31usb: musb: remove extra check in musb_gadget_vbus_drawIvaylo Dimitrov
2022-09-27usb: musb: sunxi: Switch to use dev_err_probe() helperYang Yingliang
2022-09-27usb: musb: jz4740: Switch to use dev_err_probe() helperYang Yingliang
2022-09-27usb: musb: cppi41: Switch to use dev_err_probe() helperYang Yingliang
2022-09-27usb: musb: da8xx: Switch to use dev_err_probe() helperYang Yingliang
2022-09-27usb: musb: core: Switch to use dev_err_probe() helperYang Yingliang
2022-09-22usb: musb: Fix musb_gadget.c rxstate overflow bugRobin Guo
2022-08-18musb: fix USB_MUSB_TUSB6010 dependencyArnd Bergmann
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