summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: remove extra check in musb_gadget_vbus_drawIvaylo Dimitrov2022-12-081-2/+0
* usb: musb: Drop old unused am35x glue layerTony Lindgren2022-11-293-616/+0
* usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren2022-11-221-0/+54
* usb: musb: jz4740: Support the generic PHY frameworkPaul Cercueil2022-11-091-8/+54
* usb: musb: jz4740: Don't disable external hubsPaul Cercueil2022-11-091-1/+0
* usb: musb: Support setting OTG mode using generic PHYPaul Cercueil2022-11-092-0/+6
* usb: musb: Allow running without CONFIG_USB_PHYPaul Cercueil2022-11-095-19/+35
* usb: musb: Add and use inline function musb_otg_state_stringPaul Cercueil2022-11-095-31/+31
* usb: musb: Add and use inline functions musb_{get,set}_statePaul Cercueil2022-11-096-60/+71
* usb: musb: remove left-over after USB_TI_CPPI_DMA removalLukas Bulwahn2022-11-091-10/+3
* usb: musb: remove unused davinci supportArnd Bergmann2022-10-225-2270/+0
* usb: musb: sunxi: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-20/+9
* usb: musb: jz4740: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-7/+3
* usb: musb: cppi41: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-4/+2
* usb: musb: da8xx: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-5/+3
* usb: musb: core: Switch to use dev_err_probe() helperYang Yingliang2022-09-271-3/+1
* usb: musb: Fix musb_gadget.c rxstate overflow bugRobin Guo2022-09-221-0/+3
* musb: fix USB_MUSB_TUSB6010 dependencyArnd Bergmann2022-08-181-1/+1
* Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-2/+2
|\
| * usb: musb: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-191-2/+2
* | usb/musb: fix repeated words in commentsJilin Yuan2022-07-272-2/+2
* | usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove()Yang Yingliang2022-06-291-0/+1
* | usb: musb: mpfs: Fix error codes in probe()Dan Carpenter2022-06-241-1/+4
* | usb: musb: core: drop redundant checksSergey Shtylyov2022-06-211-14/+2
* | usb: musb: Add support for PolarFire SoC's musb controllerConor Dooley2022-06-213-1/+278
* | usb: musb: remove schedule work called after flushSaurav Girepunje2022-06-101-2/+0
|/
* usb: musb: mediatek: Use clk_bulk API to simplify clock operationsAngeloGioacchino Del Regno2022-04-211-63/+10
* usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin2022-04-211-0/+1
* partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller2022-03-151-1/+0
* usb: musb: dsps: Use platform_get_irq_byname() to get the interruptLad Prabhakar2021-12-211-6/+9
* usb: musb: Set the DT node on the child deviceRob Herring2021-12-176-0/+9
* usb: musb: Drop unneeded resource copyingRob Herring2021-12-173-53/+4
* usb: musb: Balance list entry in musb_gadget_queueViraj Shah2021-10-221-1/+3
* usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL accessRoman Stratiienko2021-10-221-0/+8
* Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman2021-10-181-1/+3
|\
| * usb: musb: dsps: Fix the probe error pathMiquel Raynal2021-10-131-1/+3
* | usb: musb: select GENERIC_PHY instead of depending on itRandy Dunlap2021-10-131-1/+1
* | Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-271-0/+1
|\|
| * usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter2021-09-211-0/+1
* | usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang2021-09-211-0/+5
* | usb: musb: mediatek: Expose role-switch control to userspaceSungbo Eo2021-09-141-0/+1
|/
* usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova2021-08-261-7/+6
* usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren2021-07-271-5/+38
* usb: musb: Implement tracing for state change eventsTony Lindgren2021-06-142-16/+35
* usb: musb: Simplify cable state handlingTony Lindgren2021-06-141-20/+20
* Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2021-06-141-2/+1
|\
| * usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni2021-06-021-2/+1
* | usb: musb: Check devctl status again for a spurious session requestTony Lindgren2021-05-211-0/+9
* | usb: musb: Add missing PM suspend and resume functions for 2430 glueTony Lindgren2021-05-211-0/+32
* | Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman2021-05-171-1/+1
|\|