summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)Author
2023-05-24ARM/musb: omap2: Remove global GPIO numbers from TUSB6010Linus Walleij
2023-04-05usb: musb: ux500: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: tusb6010: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: sunxi: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: omap2430: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: musb_dsps: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: musb_core: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: mpfs: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: mediatek: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: jz4740: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-05usb: musb: da8xx: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring
2023-03-16usb: musb: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley
2023-02-02usb: musb: sunxi: Introduce config structAndre Przywara
2023-02-02usb: musb: sunxi: add support for the F1C100s MUSB controllerIcenowy Zheng
2023-02-02usb: musb: mediatek: don't unregister something that wasn't registeredDan Carpenter
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman
2023-01-17usb: musb: fix error return code in omap2430_probe()Yang Yingliang
2023-01-06usb: musb: fix error return code in da8xx_musb_init()Wang Yufen
2022-12-08usb: musb: remove extra check in musb_gadget_vbus_drawIvaylo Dimitrov
2022-11-29usb: musb: Drop old unused am35x glue layerTony Lindgren
2022-11-22usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren
2022-11-09usb: musb: jz4740: Support the generic PHY frameworkPaul Cercueil
2022-11-09usb: musb: jz4740: Don't disable external hubsPaul Cercueil
2022-11-09usb: musb: Support setting OTG mode using generic PHYPaul Cercueil
2022-11-09usb: musb: Allow running without CONFIG_USB_PHYPaul Cercueil
2022-11-09usb: musb: Add and use inline function musb_otg_state_stringPaul Cercueil
2022-11-09usb: musb: Add and use inline functions musb_{get,set}_statePaul Cercueil
2022-11-09usb: musb: remove left-over after USB_TI_CPPI_DMA removalLukas Bulwahn
2022-10-22usb: musb: remove unused davinci supportArnd Bergmann
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