summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
AgeCommit message (Expand)AuthorLines
2025-09-06usb: phy: twl6030: Fix incorrect type for retXichao Zhao-2/+1
2025-06-19usb: phy: tegra: Remove unused functionsDr. David Alan Gilbert-89/+0
2025-04-11usb: Remove orphaned UDC driversRob Herring (Arm)-894/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-03usb: ulpi: Remove unused otg_ulpi_createDr. David Alan Gilbert-23/+0
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman-1/+1
2025-02-03usb: phy: generic: Use proper helper for property detectionAlexander Stein-1/+1
2025-02-03usb: phy: mxs: silence EPROBE_DEFER error on bootDominique Martinet-5/+3
2025-01-15USB: phy: Use str_enable_disable-like helpersKrzysztof Kozlowski-3/+6
2025-01-13usb: phy: Remove API devm_usb_put_phy()Zijun Hu-26/+0
2024-11-05usb: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)-1/+1
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman-1/+1
2024-10-29usb: phy: Fix API devm_usb_put_phy() can not release the phyZijun Hu-1/+1
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman-1/+1
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König-11/+11
2024-10-04usb: phy: isp1301:: Drop explicit initialization of struct i2c_device_id::dri...Uwe Kleine-König-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-08-25usb: phy: phy-gpio-vbus-usb: fix module autoloadingLiao Chen-0/+1
2024-08-13usb: phy: mxs: enable weak 1p1 regulator for imx6ul during suspendXu Yang-4/+28
2024-08-13usb: phy: mxs: add wakeup enable for imx7ulpXu Yang-2/+39
2024-08-13usb: phy: mxs: keep USBPHY2's clk always onXu Yang-7/+26
2024-08-13usb: phy: mxs: enable regulator phy-3p0 to improve signal qualiltyXu Yang-0/+26
2024-06-20usb: phy: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-04-09usb: phy-generic: add short delay after pulling the reset pinMichael Grzeschik-0/+1
2024-04-04usb: phy: fsl-usb: drop driver owner assignmentKrzysztof Kozlowski-1/+0
2024-03-26Revert "usb: phy: generic: Get the vbus supply"Alexander Stein-7/+0
2024-02-19usb: phy: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-01-27usb: phy: generic: Disable vbus on removalSean Anderson-0/+3
2024-01-27usb: phy: generic: Implement otg->set_vbusSean Anderson-28/+17
2024-01-27usb: phy: generic: Get the vbus supplySean Anderson-0/+7
2024-01-04usb: phy: mxs: remove CONFIG_USB_OTG condition for mxs_phy_is_otg_host()Xu Yang-2/+1
2023-12-15usb: phy: twl6030: Remove snprintf() from sysfs call-backs and replace with s...Lee Jones-4/+4
2023-11-23usb: phy: generic: add suspend support for regulatorStefan Eichenberger-4/+10
2023-07-25usb: phy: mxs: disconnect line when USB charger is attachedXu Yang-1/+3
2023-07-25usb: phy: mxs: fix getting wrong state with mxs_phy_is_otg_host()Xu Yang-8/+2
2023-07-25usb: Explicitly include correct DT includesRob Herring-2/+2
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2023-05-29usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()Li Yang-1/+1
2023-03-23usb: phy: twl6030: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: tegra: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: tahvo: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: mxs: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: mv: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: keystone: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: gpio-vbus: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: generic: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: fsl: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-23usb: phy: am335x: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-03-23usb: phy: ab8500: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring-2/+2