summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
AgeCommit message (Expand)AuthorLines
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
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-3/+3
2023-01-12usb: phy: remove phy-isp1301-omap driverArnd Bergmann-1568/+0
2023-01-12ARM: omap1: remove dead codeArnd Bergmann-90/+1
2022-11-22usb: isp1301-omap: Convert to i2c's .probe_new()Uwe Kleine-König-2/+2
2022-11-22usb: phy: isp1301: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-09usb: phy: jz4770: Remove driverPaul Cercueil-362/+0
2022-11-09usb: phy: generic: Add wakeup capabilityLi Jun-0/+4
2022-11-08usb: phy: phy-gpio-vbus-usb: Add device tree probingLinus Walleij-1/+17
2022-10-23usb: phy: generic: make vcc regulator optionalSascha Hauer-9/+5