| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-21 | usb: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 5 | -16/+0 |
| 2025-09-06 | usb: musb: dsps: use platform_get_irq_byname_optional() for vbus IRQ | Matthias Schiffer | 1 | -1/+1 |
| 2025-07-25 | usb: musb: omap2430: clean up probe error handling | Johan Hovold | 1 | -13/+10 |
| 2025-07-25 | usb: musb: omap2430: fix device leak at unbind | Johan Hovold | 1 | -5/+9 |
| 2025-07-25 | usb: musb: omap2430: enable compile testing | Johan Hovold | 1 | -1/+2 |
| 2025-07-07 | usb: musb: fix gadget state on disconnect | Drew Hamilton | 1 | -0/+2 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 5 | -5/+7 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 5 | -15/+15 |
| 2025-04-02 | Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 5 | -13/+13 |
| 2025-02-18 | usb: musb: cppi41: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+2 |
| 2025-02-03 | usb: musb: Constify struct musb_fifo_cfg | Christophe JAILLET | 5 | -13/+13 |
| 2025-01-15 | USB: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 5 | -5/+10 |
| 2024-11-30 | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-29 | Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 13 | -18/+24 |
| 2024-11-13 | drivers/usb/musb: refactor min/max with min_t/max_t | Sabyrzhan Tasbolatov | 3 | -5/+4 |
| 2024-11-12 | usb: musb: Fix hardware lockup on first Rx endpoint request | Hubert Wiśniewski | 1 | -3/+10 |
| 2024-11-05 | usb: musb: sunxi: Fix accessing an released usb phy | Zijun Hu | 1 | -2/+0 |
| 2024-11-04 | usb: use "prompt" instead of "bool" for choice prompts | Masahiro Yamada | 1 | -1/+1 |
| 2024-10-14 | Merge 6.12-rc3 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-10-04 | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 10 | -10/+10 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-11 | usb: musb: mediatek: Simplify code with dev_err_probe() | Lin Ruifeng | 1 | -16/+11 |
| 2024-08-13 | usb: musb: poll ID pin status in dual-role mode in mpfs glue layer | Valentina Fernandez | 1 | -24/+136 |
| 2024-07-01 | Merge 6.10-rc6 into usb-next | Greg Kroah-Hartman | 1 | -2/+6 |
| 2024-06-20 | usb: musb: da8xx: fix a resource leak in probe() | Dan Carpenter | 1 | -2/+6 |
| 2024-06-04 | usb: musb: da8xx: Implement BABBLE recovery | Bastien Curutchet | 1 | -0/+8 |
| 2024-06-04 | usb: musb: da8xx: Remove try_idle implementation from host-only mode | Bastien Curutchet | 1 | -1/+4 |
| 2024-06-04 | Revert "usb: musb: da8xx: Set phy in OTG mode by default" | Bastien Curutchet | 1 | -7/+0 |
| 2024-06-04 | usb: musb: mpfs: detect UPLI external vbus control requirement from DT | Conor Dooley | 1 | -0/+2 |
| 2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -6/+6 |
| 2024-05-10 | usb: musc: Remove unused list 'buffers' | Dr. David Alan Gilbert | 1 | -9/+0 |
| 2024-03-05 | usb: musb: remove unused variable 'count' | Colin Ian King | 1 | -4/+0 |
| 2023-10-16 | Merge 6.6-rc6 into usb-next | Greg Kroah-Hartman | 2 | -2/+9 |
| 2023-10-10 | usb: musb: Add missing of.h include | Rob Herring | 1 | -0/+1 |
| 2023-10-02 | usb: musb: dsps: Fix vbus vs tps65217-charger irq conflict | Grant B Adams | 1 | -1/+1 |
| 2023-10-02 | usb: musb: Get the musb_qh poniter after musb_giveback | Xingxing Luo | 1 | -1/+8 |
| 2023-10-02 | usb: musb: Modify the "HWVers" register address | Xingxing Luo | 1 | -1/+1 |
| 2023-08-08 | usb: musb: Remove unused function declarations | Yue Haibing | 2 | -7/+0 |
| 2023-08-04 | usb: musb: Remove an unnecessary NULL value | Ruan Jinjie | 1 | -1/+1 |
| 2023-08-04 | usb: musb: Fix deferred probing | Zhu Wang | 1 | -2/+2 |
| 2023-07-25 | usb: Explicitly include correct DT includes | Rob Herring | 5 | -4/+3 |
| 2023-07-25 | usb: musb: Use read_poll_timeout() | Andy Shevchenko | 1 | -10/+7 |
| 2023-05-24 | ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 | Linus Walleij | 3 | -17/+39 |
| 2023-04-05 | usb: musb: ux500: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | usb: musb: tusb6010: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | usb: musb: sunxi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | usb: musb: omap2430: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | usb: musb: musb_dsps: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | usb: musb: musb_core: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-04-05 | usb: musb: mpfs: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | usb: musb: mediatek: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | usb: musb: jz4740: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-04-05 | usb: musb: da8xx: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-16 | usb: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -1/+1 |
| 2023-03-16 | usb: musb: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE | Conor Dooley | 1 | -1/+1 |
| 2023-02-02 | usb: musb: sunxi: Introduce config struct | Andre Przywara | 1 | -33/+70 |
| 2023-02-02 | usb: musb: sunxi: add support for the F1C100s MUSB controller | Icenowy Zheng | 1 | -2/+6 |
| 2023-02-02 | usb: musb: mediatek: don't unregister something that wasn't registered | Dan Carpenter | 1 | -1/+2 |
| 2023-01-23 | Merge 6.2-rc5 into usb-next | Greg Kroah-Hartman | 1 | -1/+3 |
| 2023-01-17 | usb: musb: fix error return code in omap2430_probe() | Yang Yingliang | 1 | -1/+3 |
| 2023-01-06 | usb: musb: fix error return code in da8xx_musb_init() | Wang Yufen | 1 | -1/+3 |
| 2022-12-08 | usb: musb: remove extra check in musb_gadget_vbus_draw | Ivaylo Dimitrov | 1 | -2/+0 |
| 2022-11-29 | usb: musb: Drop old unused am35x glue layer | Tony Lindgren | 3 | -616/+0 |
| 2022-11-22 | usb: musb: omap2430: Fix probe regression for missing resources | Tony Lindgren | 1 | -0/+54 |
| 2022-11-09 | usb: musb: jz4740: Support the generic PHY framework | Paul Cercueil | 1 | -8/+54 |
| 2022-11-09 | usb: musb: jz4740: Don't disable external hubs | Paul Cercueil | 1 | -1/+0 |
| 2022-11-09 | usb: musb: Support setting OTG mode using generic PHY | Paul Cercueil | 2 | -0/+6 |
| 2022-11-09 | usb: musb: Allow running without CONFIG_USB_PHY | Paul Cercueil | 5 | -19/+35 |
| 2022-11-09 | usb: musb: Add and use inline function musb_otg_state_string | Paul Cercueil | 5 | -31/+31 |
| 2022-11-09 | usb: musb: Add and use inline functions musb_{get,set}_state | Paul Cercueil | 6 | -60/+71 |
| 2022-11-09 | usb: musb: remove left-over after USB_TI_CPPI_DMA removal | Lukas Bulwahn | 1 | -10/+3 |
| 2022-10-22 | usb: musb: remove unused davinci support | Arnd Bergmann | 5 | -2270/+0 |
| 2022-09-27 | usb: musb: sunxi: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -20/+9 |
| 2022-09-27 | usb: musb: jz4740: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -7/+3 |
| 2022-09-27 | usb: musb: cppi41: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -4/+2 |
| 2022-09-27 | usb: musb: da8xx: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -5/+3 |
| 2022-09-27 | usb: musb: core: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -3/+1 |
| 2022-09-22 | usb: musb: Fix musb_gadget.c rxstate overflow bug | Robin Guo | 1 | -0/+3 |
| 2022-08-18 | musb: fix USB_MUSB_TUSB6010 dependency | Arnd Bergmann | 1 | -1/+1 |
| 2022-08-05 | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -2/+2 |
| 2022-07-27 | usb/musb: fix repeated words in comments | Jilin Yuan | 2 | -2/+2 |
| 2022-07-19 | usb: musb: tracing: Use the new __vstring() helper | Steven Rostedt (Google) | 1 | -2/+2 |
| 2022-06-29 | usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove() | Yang Yingliang | 1 | -0/+1 |
| 2022-06-24 | usb: musb: mpfs: Fix error codes in probe() | Dan Carpenter | 1 | -1/+4 |
| 2022-06-21 | usb: musb: core: drop redundant checks | Sergey Shtylyov | 1 | -14/+2 |
| 2022-06-21 | usb: musb: Add support for PolarFire SoC's musb controller | Conor Dooley | 3 | -1/+278 |
| 2022-06-10 | usb: musb: remove schedule work called after flush | Saurav Girepunje | 1 | -2/+0 |
| 2022-04-21 | usb: musb: mediatek: Use clk_bulk API to simplify clock operations | AngeloGioacchino Del Regno | 1 | -63/+10 |
| 2022-04-21 | usb: musb: Fix missing of_node_put() in omap2430_probe | Miaoqian Lin | 1 | -0/+1 |
| 2022-03-15 | partially Revert "usb: musb: Set the DT node on the child device" | H. Nikolaus Schaller | 1 | -1/+0 |
| 2021-12-21 | usb: musb: dsps: Use platform_get_irq_byname() to get the interrupt | Lad Prabhakar | 1 | -6/+9 |
| 2021-12-17 | usb: musb: Set the DT node on the child device | Rob Herring | 6 | -0/+9 |
| 2021-12-17 | usb: musb: Drop unneeded resource copying | Rob Herring | 3 | -53/+4 |
| 2021-10-22 | usb: musb: Balance list entry in musb_gadget_queue | Viraj Shah | 1 | -1/+3 |
| 2021-10-22 | usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL access | Roman Stratiienko | 1 | -0/+8 |
| 2021-10-18 | Merge 5.15-rc6 into usb-next | Greg Kroah-Hartman | 1 | -1/+3 |
| 2021-10-13 | usb: musb: dsps: Fix the probe error path | Miquel Raynal | 1 | -1/+3 |
| 2021-10-13 | usb: musb: select GENERIC_PHY instead of depending on it | Randy Dunlap | 1 | -1/+1 |
| 2021-09-27 | Merge 5.15-rc3 into usb-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2021-09-21 | usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned() | Dan Carpenter | 1 | -0/+1 |
| 2021-09-21 | usb: musb: tusb6010: check return value after calling platform_get_resource() | Yang Yingliang | 1 | -0/+5 |
| 2021-09-14 | usb: musb: mediatek: Expose role-switch control to userspace | Sungbo Eo | 1 | -0/+1 |
| 2021-08-26 | usb: musb: musb_dsps: request_irq() after initializing musb | Nadezda Lutovinova | 1 | -7/+6 |
| 2021-07-27 | usb: musb: Fix suspend and resume issues for PHYs on I2C and SPI | Tony Lindgren | 1 | -5/+38 |
| 2021-06-14 | usb: musb: Implement tracing for state change events | Tony Lindgren | 2 | -16/+35 |
| 2021-06-14 | usb: musb: Simplify cable state handling | Tony Lindgren | 1 | -20/+20 |
| 2021-06-14 | Merge tag 'v5.13-rc6' into usb-next | Greg Kroah-Hartman | 1 | -2/+1 |
| 2021-06-02 | usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling | Thomas Petazzoni | 1 | -2/+1 |
| 2021-05-21 | usb: musb: Check devctl status again for a spurious session request | Tony Lindgren | 1 | -0/+9 |
| 2021-05-21 | usb: musb: Add missing PM suspend and resume functions for 2430 glue | Tony Lindgren | 1 | -0/+32 |
| 2021-05-17 | Merge 5.13-rc2 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2021-05-10 | usb: musb: Remove unused function argument dma, qh, offset, length | Saurav Girepunje | 1 | -7/+2 |
| 2021-05-10 | usb: musb: Remove unused local variable dma, urb, offset | Saurav Girepunje | 1 | -5/+4 |
| 2021-05-10 | usb: musb: Remove duplicate declaration of functions | Saurav Girepunje | 1 | -4/+0 |
| 2021-05-10 | usb: musb: Fix spelling mistake "tranfer" -> "transfer" | Saurav Girepunje | 1 | -1/+1 |
| 2021-05-10 | usb: musb: Fix an error message | Christophe JAILLET | 1 | -1/+1 |
| 2021-04-22 | usb: musb: musb_core: Add space after that ',' | Saurav Girepunje | 1 | -2/+2 |
| 2021-04-09 | usb: musb: fix PM reference leak in musb_irq_work() | Bixuan Cui | 1 | -1/+1 |
| 2021-03-26 | usb: musb: Fix suspend with devices connected for a64 | Tony Lindgren | 1 | -4/+8 |
| 2021-02-05 | usb: musb: jz4740: Add missing CR to error strings | Paul Cercueil | 1 | -9/+9 |
| 2021-02-05 | usb: musb: dma: Remove unused variable | Paul Cercueil | 1 | -4/+0 |
| 2021-02-05 | usb: musb: Fix NULL check on struct musb_request field | Paul Cercueil | 1 | -1/+1 |
| 2021-02-05 | usb: musb: Fix runtime PM race in musb_queue_resume_work | Paul Cercueil | 1 | -14/+17 |
| 2020-11-23 | usb: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2020-11-13 | Revert "usb: musb: convert to devm_platform_ioremap_resource_byname" | Geert Uytterhoeven | 1 | -1/+3 |
| 2020-10-10 | usb: musb: gadget: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 8 | -19/+18 |
| 2020-08-05 | Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 6 | -33/+26 |
| 2020-07-29 | usb: musb: convert to devm_platform_ioremap_resource_byname | Chunfeng Yun | 1 | -3/+1 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
| 2020-07-15 | USB: musb: Remove unused inline function | YueHaibing | 1 | -1/+0 |
| 2020-07-09 | usb: musb: musb_dsps: Demote obvious misuse of kerneldoc to standard comment ... | Lee Jones | 1 | -4/+4 |
| 2020-06-24 | USB: ch9: add "USB_" prefix in front of TEST defines | Greg Kroah-Hartman | 2 | -22/+18 |
| 2020-06-19 | USB: rename USB OTG hub configuration option | Greg Kroah-Hartman | 2 | -3/+3 |
| 2020-05-25 | usb: musb: Fix runtime PM imbalance on error | Dinghao Liu | 1 | -5/+5 |
| 2020-05-25 | usb: musb: jz4740: Prevent lockup when CONFIG_SMP is set | Paul Cercueil | 1 | -2/+2 |
| 2020-05-25 | usb: musb: mediatek: add reset FADDR to zero in reset interrupt handle | Macpaul Lin | 1 | -0/+6 |
| 2020-05-25 | usb: musb: use true for 'use_dma' | Jason Yan | 1 | -1/+1 |
| 2020-05-25 | usb: musb: start session in resume for host port | Bin Liu | 1 | -0/+7 |
| 2020-05-25 | usb: musb: return -ESHUTDOWN in urb when three-strikes error happened | Bin Liu | 1 | -2/+8 |
| 2020-04-16 | USB: musb: Use the correct style for SPDX License Identifier | Nishad Kamdar | 11 | -11/+11 |
| 2020-03-17 | usb: musb: tusb6010: fix a possible missing data type replacement | Macpaul Lin | 1 | -1/+1 |
| 2020-03-17 | usb: musb: fix crash with highmen PIO and usbmon | Mans Rullgard | 1 | -12/+5 |
| 2020-03-17 | usb: musb: jz4740: Add support for the JZ4770 | Paul Cercueil | 1 | -0/+28 |
| 2020-03-17 | usb: musb: jz4740: Unconditionally depend on devicetree | Paul Cercueil | 2 | -5/+10 |
| 2020-03-17 | usb: musb: jz4740: Register USB role switch | Paul Cercueil | 2 | -0/+49 |
| 2020-03-17 | usb: musb: jz4740: Add support for DMA | Paul Cercueil | 2 | -7/+15 |
| 2020-03-17 | usb: musb: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
| 2020-03-04 | usb: roles: Provide the switch drivers handle to the switch in the API | Heikki Krogerus | 1 | -6/+10 |
| 2020-02-19 | usb: musb: core: remove useless cast for driver.name | Corentin Labbe | 1 | -1/+1 |
| 2020-02-14 | USB: musb: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-01-21 | usb: musb: fix spelling mistake: "periperal" -> "peripheral" | Colin Ian King | 1 | -1/+1 |
| 2020-01-15 | usb: musb: remove dummy driver musb_am335x.c | Bin Liu | 3 | -51/+0 |
| 2020-01-15 | usb: musb: davinci: Convert to use GPIO descriptor | Linus Walleij | 1 | -24/+33 |
| 2020-01-15 | usb: musb: Add support for MediaTek musb controller | Min Guo | 3 | -1/+591 |
| 2020-01-15 | usb: musb: Add musb_clearb/w() interface | Min Guo | 6 | -28/+48 |
| 2020-01-15 | usb: musb: Add noirq type of dma create interface | Min Guo | 2 | -17/+46 |
| 2020-01-15 | usb: musb: Add get/set toggle hooks | Min Guo | 4 | -36/+61 |
| 2020-01-15 | usb: musb/ux500: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 1 | -2/+2 |
| 2020-01-15 | USB: musb: fix __iomem in trace functions | Ben Dooks (Codethink) | 1 | -12/+21 |
| 2020-01-15 | usb: musb: jz4740: Whitespace and indentation fixes | Paul Cercueil | 1 | -14/+14 |
| 2020-01-15 | usb: musb: jz4740: Comments fix | Paul Cercueil | 1 | -2/+3 |
| 2020-01-15 | usb: musb: jz4740: Rename platform_device field in priv struct | Paul Cercueil | 1 | -3/+3 |
| 2020-01-15 | usb: musb: jz4740: Constify jz4740_musb_pdata struct | Paul Cercueil | 1 | -8/+7 |
| 2020-01-15 | usb: musb: jz4740: Add local dev variable to clean up probe | Paul Cercueil | 1 | -9/+10 |
| 2020-01-15 | usb: musb: jz4740: Suppress useless field in priv structure | Paul Cercueil | 1 | -2/+0 |
| 2020-01-15 | usb: musb: Get rid of omap2430_musb_set_vbus() | Tony Lindgren | 1 | -48/+23 |
| 2020-01-15 | usb: musb: omap2430: Idle musb on init | Tony Lindgren | 1 | -17/+3 |
| 2020-01-15 | usb: musb: omap2430: Clean up enable and remove devctl tinkering | Tony Lindgren | 1 | -20/+0 |
| 2020-01-15 | usb: musb: Add musb_set_host and peripheral and use them for omap2430 | Tony Lindgren | 3 | -49/+128 |
| 2020-01-15 | usb: musb: omap2430: Handle multiple ID ground interrupts | Tony Lindgren | 1 | -6/+19 |
| 2020-01-15 | usb: musb: omap2430: Wait on enable to avoid babble | Tony Lindgren | 1 | -0/+3 |
| 2020-01-15 | usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue | Tony Lindgren | 1 | -2/+0 |
| 2020-01-15 | usb: musb: jz4740: Drop dependency on NOP_USB_XCEIV | Paul Cercueil | 1 | -1/+0 |
| 2020-01-15 | usb: musb: sunxi: propagate devicetree node to glue pdev | Mans Rullgard | 1 | -0/+2 |
| 2020-01-15 | usb: musb: core: Update the function description | Saurav Girepunje | 1 | -1/+0 |
| 2020-01-08 | usb: musb: Disable pullup at init | Paul Cercueil | 1 | -0/+3 |
| 2020-01-08 | usb: musb: fix idling for suspend after disconnect interrupt | Tony Lindgren | 1 | -0/+8 |
| 2019-12-30 | usb: musb: dma: Correct parameter passed to IRQ handler | Paul Cercueil | 1 | -1/+1 |
| 2019-12-30 | usb: musb: jz4740: Silence error if code is -EPROBE_DEFER | Paul Cercueil | 1 | -2/+5 |
| 2019-11-21 | usb: musb: create debugfs directory under usb root | Chunfeng Yun | 1 | -1/+1 |
| 2019-11-14 | usb: musb: dsps: create debugfs directory under usb root | Chunfeng Yun | 1 | -1/+1 |
| 2019-11-04 | usb: Spelling s/enpoint/endpoint/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2019-10-04 | usb: musb: musb_gadget.c: Remove unused variable | Saurav Girepunje | 1 | -2/+1 |
| 2019-10-04 | USB: musb: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-08-21 | usb: add a HCD_DMA flag instead of guestimating DMA capabilities | Christoph Hellwig | 1 | -1/+1 |
| 2019-08-08 | USB: musb: convert platform driver to use dev_groups | Greg Kroah-Hartman | 1 | -19/+3 |
| 2019-08-01 | usb: musb: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
| 2019-04-30 | usb: musb: dsps: Use dev_get_drvdata() | Kefeng Wang | 1 | -4/+2 |
| 2019-04-30 | usb: musb: jz4740: obtain USB PHY from devicetree | Paul Cercueil | 1 | -10/+7 |
| 2019-04-30 | usb: musb: jz4740: Let the platform probe the PHY | Paul Cercueil | 1 | -2/+0 |
| 2019-04-30 | soc: sunxi: Fix missing dependency on REGMAP_MMIO | Samuel Holland | 1 | -1/+1 |
| 2019-04-30 | usb: musb: omap2430: Add support for idling phy when musb is idle | Tony Lindgren | 1 | -0/+6 |
| 2019-04-30 | usb: musb: Silence error about blacklisting hubs if !CONFIG_USB | Paul Cercueil | 1 | -4/+5 |
| 2019-02-13 | USB: musb: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-02-12 | usb: musb: Kconfig: Drop dependency on CONFIG_USB for jz4740 | Paul Cercueil | 1 | -1/+1 |
| 2019-02-12 | usb: musb: Kconfig: Drop dependency on MACH_JZ4740 for jz4740 | Paul Cercueil | 1 | -1/+1 |
| 2019-02-12 | usb: musb: jz4740: Add support for devicetree | Paul Cercueil | 1 | -0/+10 |
| 2019-02-12 | USB: musb: fix indentation issue on a return statement | Colin Ian King | 1 | -1/+1 |
| 2019-02-11 | Merge 5.0-rc6 into usb-next | Greg Kroah-Hartman | 2 | -22/+12 |