summaryrefslogtreecommitdiffstats
path: root/drivers/phy/st
AgeCommit message (Expand)AuthorLines
2024-12-04phy: stm32: work around constant-value overflow assertionArnd Bergmann-6/+15
2024-10-17phy: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-17phy: stm32: Remove unneeded semicolonYang Li-1/+1
2024-10-07phy: stm32: Add support for STM32MP25 COMBOPHY.Christian Bruel-0/+610
2024-06-03phy: miphy28lp: remove unused struct 'miphy_initval'Dr. David Alan Gilbert-5/+0
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski-4/+4
2023-07-17phy: Explicitly include correct DT includesRob Herring-3/+6
2023-03-31phy: stm32-usphyc: add 200 to 300 us delay to fix timeout on some machinesMichael Grzeschik-0/+3
2023-03-20phy: st: miphy28lp: use _poll_timeout functions for waitsAlain Volmat-32/+10
2023-03-20phy: st: spear: drop of_match_ptr for ID tableKrzysztof Kozlowski-2/+2
2023-03-20phy: st: phy-stm32-usbphyc: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-10-17phy: stm32: fix an error code in probeDan Carpenter-0/+2
2022-07-15phy: stm32: fix error return in stm32_usbphyc_phy_initFabrice Gasnier-1/+3
2022-01-27phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()Dan Carpenter-1/+1
2021-12-30Merge tag 'phy-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman-6/+4
2021-11-26phy: stm32: adopt dev_err_probe for regulatorsFabrice Gasnier-6/+4
2021-11-16phy: stm32: fix st,slow-hs-slew-rate with st,decrease-hs-slew-rateAmelie Delaunay-1/+1
2021-10-26phy: stm32: add phy tuning supportAmelie Delaunay-0/+190
2021-10-26phy: stm32: restore utmi switch on resumeAmelie Delaunay-0/+13
2021-09-08phy/drivers/stm32: use HZ macrosDaniel Lezcano-1/+1
2021-05-31phy: stm32: manage optional vbus regulator on phy_power_on/offAmelie Delaunay-0/+31
2021-03-15phy: stm32: register usbphyc as clock provider of ck_usbo_48m clockAmelie Delaunay-0/+66
2021-01-13phy: stm32: rework PLL Lock detectionAmelie Delaunay-34/+54
2021-01-13phy: stm32: ensure phy are no more active when removing the driverAmelie Delaunay-0/+6
2021-01-13phy: stm32: ensure pll is disabled before phys creationAmelie Delaunay-2/+15
2021-01-13phy: stm32: replace regulator_bulk* by multiple regulator_*Amelie Delaunay-17/+52
2021-01-13phy: stm32: manage 1v1 and 1v8 supplies at pll activation/deactivationAmelie Delaunay-56/+46
2020-11-16phy: stm32: defer probe for reset controllerAmelie Delaunay-0/+4
2020-11-16phy: stm32: don't print an error on probe deferralAmelie Delaunay-5/+2
2020-11-16phy: phy-stm32-usbphyc: convert to devm_platform_ioremap_resourceChunfeng Yun-3/+1
2020-07-13phy: stm32: use NULL instead of zeroVinod Koul-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-20/+4
2019-06-01treewide: fix typos of SPDX-License-IdentifierMasahiro Yamada-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-05-20phy: stm32: fix usbphyc static checker and checkpatch warningsAmelie Delaunay-5/+4
2018-03-16phy: stm32: add support for STM32 USB PHY Controller (USBPHYC)Amelie Delaunay-0/+476
2017-06-01phy: Group vendor specific phy driversVivek Gautam-0/+2058