aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/st/phy-stm32-usbphyc.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-17phy: stm32: fix an error code in probeGravatar Dan Carpenter 1-0/+2
2022-07-15phy: stm32: fix error return in stm32_usbphyc_phy_initGravatar Fabrice Gasnier 1-1/+3
2022-01-27phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()Gravatar Dan Carpenter 1-1/+1
2021-12-30Merge tag 'phy-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Gravatar Greg Kroah-Hartman 1-6/+4
2021-11-26phy: stm32: adopt dev_err_probe for regulatorsGravatar Fabrice Gasnier 1-6/+4
2021-11-16phy: stm32: fix st,slow-hs-slew-rate with st,decrease-hs-slew-rateGravatar Amelie Delaunay 1-1/+1
2021-10-26phy: stm32: add phy tuning supportGravatar Amelie Delaunay 1-0/+190
2021-10-26phy: stm32: restore utmi switch on resumeGravatar Amelie Delaunay 1-0/+13
2021-09-08phy/drivers/stm32: use HZ macrosGravatar Daniel Lezcano 1-1/+1
2021-05-31phy: stm32: manage optional vbus regulator on phy_power_on/offGravatar Amelie Delaunay 1-0/+31
2021-03-15phy: stm32: register usbphyc as clock provider of ck_usbo_48m clockGravatar Amelie Delaunay 1-0/+65
2021-01-13phy: stm32: rework PLL Lock detectionGravatar Amelie Delaunay 1-34/+54
2021-01-13phy: stm32: ensure phy are no more active when removing the driverGravatar Amelie Delaunay 1-0/+6
2021-01-13phy: stm32: ensure pll is disabled before phys creationGravatar Amelie Delaunay 1-2/+15
2021-01-13phy: stm32: replace regulator_bulk* by multiple regulator_*Gravatar Amelie Delaunay 1-17/+52
2021-01-13phy: stm32: manage 1v1 and 1v8 supplies at pll activation/deactivationGravatar Amelie Delaunay 1-56/+46
2020-11-16phy: stm32: defer probe for reset controllerGravatar Amelie Delaunay 1-0/+4
2020-11-16phy: stm32: don't print an error on probe deferralGravatar Amelie Delaunay 1-5/+2
2020-11-16phy: phy-stm32-usbphyc: convert to devm_platform_ioremap_resourceGravatar Chunfeng Yun 1-3/+1
2020-07-13phy: stm32: use NULL instead of zeroGravatar Vinod Koul 1-2/+2
2019-06-01treewide: fix typos of SPDX-License-IdentifierGravatar Masahiro Yamada 1-1/+1
2018-05-20phy: stm32: fix usbphyc static checker and checkpatch warningsGravatar Amelie Delaunay 1-5/+4
2018-03-16phy: stm32: add support for STM32 USB PHY Controller (USBPHYC)Gravatar Amelie Delaunay 1-0/+461