summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/phy.c
AgeCommit message (Expand)AuthorLines
2026-04-02usb: core: phy: avoid double use of 'usb3-phy'Gabor Juhos-1/+11
2026-03-11usb: core: don't power off roothub PHYs if phy_set_mode() failsGabor Juhos-7/+1
2024-01-27usb: core: add phy notify connect and disconnectStanley Chang-0/+120
2019-09-03usb: core: phy: add support for PHY calibrationMarek Szyprowski-0/+21
2019-01-30usb: core: comply to PHY frameworkMiquel Raynal-0/+28
2018-09-10usb: core: phy: clean up return value check about devm_of_phy_get_by_index()Chunfeng Yun-3/+4
2018-04-22usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabledMartin Blumenstingl-0/+3
2018-04-22usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl-0/+35
2018-04-22usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl-26/+27
2018-04-22usb: core: phy: fix return value of usb_phy_roothub_exit()Martin Blumenstingl-1/+1
2018-03-09usb: core: add a wrapper for the USB PHYs on the HCDMartin Blumenstingl-0/+158