summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-05usb: phy: tegra: parametrize PORTSC1 register offsetSvyatoslav Ryhel-11/+6
2026-02-05usb: phy: tegra: parametrize HSIC PTS valueSvyatoslav Ryhel-4/+3
2026-02-05usb: phy: tegra: return error value from utmi_wait_registerSvyatoslav Ryhel-3/+6
2026-02-05usb: phy: tegra: cosmetic fixesSvyatoslav Ryhel-6/+6
2026-01-23usb: phy: tegra: add HSIC supportSvyatoslav Ryhel-11/+238
2026-01-23usb: phy: tegra: use phy type directlySvyatoslav Ryhel-19/+32
2026-01-23usb: phy: generic: Convert to device property APIGeert Uytterhoeven-9/+3
2026-01-23usb: phy: generic: Convert to dev_err_probe()Geert Uytterhoeven-18/+13
2026-01-23usb: phy: generic: Convert to devm_clk_get_optional()Geert Uytterhoeven-19/+9
2026-01-23usb: phy: generic: Always use dev in usb_phy_generic_probe()Geert Uytterhoeven-5/+4
2025-12-23usb: phy: isp1301: fix non-OF device reference imbalanceJohan Hovold-1/+6
2025-12-17usb: phy: fsl-usb: Fix use-after-free in delayed work during device removalDuoming Zhou-0/+1
2025-11-26usb: phy: Initialize struct usb_phy list_headDiogo Ivo-0/+4
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