summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2023-09-13phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg writeJonas Karlman1-2/+4
2023-09-13phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rateZheng Yang1-3/+5
2023-09-13phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328Jonas Karlman1-2/+2
2023-09-13phy: qcom-snps-femto-v2: use qcom_snps_hsphy_suspend/resume error codeAdrien Thierry1-4/+2
2023-08-03phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()Harshit Mogalapalli1-1/+1
2023-08-03phy: qcom-snps-femto-v2: properly enable ref clockAdrien Thierry1-15/+48
2023-08-03phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspendAdrien Thierry1-9/+0
2023-08-03phy: qcom-snps: correct struct qcom_snps_hsphy kerneldocKrzysztof Kozlowski1-1/+1
2023-08-03phy: phy-mtk-dp: Fix an error code in probe()Dan Carpenter1-1/+1
2023-07-19phy: tegra: xusb: check return value of devm_kzalloc()Claudiu Beznea1-0/+3
2023-07-19phy: tegra: xusb: Clear the driver reference in usb-phy devEJ Hsu1-0/+1
2023-06-09phy: qcom-qmp-pcie-msm8996: fix init-count imbalanceJohan Hovold1-2/+3
2023-06-09phy: qcom-qmp-combo: fix init-count imbalanceJohan Hovold1-2/+3
2023-06-09phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 valueNeil Armstrong1-1/+1
2023-05-24phy: st: miphy28lp: use _poll_timeout functions for waitsAlain Volmat1-32/+10
2023-05-11phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select()Siddharth Vadapalli1-6/+5
2023-05-11phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ul...Gaosheng Cui1-0/+2
2023-05-11phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanesDmitry Baryshkov1-1/+1
2023-05-01phy: phy-brcm-usb: Utilize platform_get_irq_byname_optional()Florian Fainelli1-2/+2
2023-03-11phy: rockchip-typec: Fix unsigned comparison with less than zeroJiapeng Chong1-2/+1
2023-03-10phy: rockchip-typec: fix tcphy_get_mode error caseNeill Kapron1-2/+2
2023-03-10phy: mediatek: remove temporary variable @mask_Chunfeng Yun1-2/+2
2023-02-09phy: qcom-qmp-combo: fix runtime suspendJohan Hovold1-10/+2
2023-02-01phy: phy-can-transceiver: Skip warning if no "max-bitrate"Geert Uytterhoeven1-2/+3
2023-02-01phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2...Shang XiaoJing1-1/+3
2023-02-01phy: usb: sunplus: Fix potential null-ptr-deref in sp_usb_phy_probe()Shang XiaoJing1-0/+3
2023-02-01phy: ti: fix Kconfig warning and operator precedenceRandy Dunlap1-2/+2
2023-01-12phy: qcom-qmp-combo: fix broken power onJohan Hovold1-7/+13
2023-01-07phy: qcom-qmp-combo: fix sc8180x resetJohan Hovold1-2/+2
2023-01-07phy: qcom-qmp-combo: fix sdm845 resetJohan Hovold1-1/+38
2023-01-07phy: qcom-qmp-combo: fix out-of-bounds clock accessJohan Hovold1-2/+2
2023-01-04phy: sun4i-usb: Add support for the H616 USB PHYAndre Przywara1-0/+12
2023-01-04phy: sun4i-usb: Introduce port2 SIDDQ quirkAndre Przywara1-0/+59
2022-12-31phy: qcom-qmp-pcie: Fix sm8450_qmp_gen4x2_pcie_pcs_tbl[] register namesManivannan Sadhasivam3-4/+19
2022-12-31phy: qcom-qmp-pcie: Fix high latency with 4x2 PHY when ASPM is enabledManivannan Sadhasivam2-0/+2
2022-12-31phy: qcom-qmp-pcie: Support SM8450 PCIe1 PHY in EP modeDmitry Baryshkov2-15/+64
2022-12-31phy: qcom-qmp-pcie: support separate tables for EP modeDmitry Baryshkov1-6/+40
2022-12-31phy: qcom-qmp-pcie: split pcs_misc init cfg for ipq8074 pcs tableChristian Marangi1-4/+9
2022-12-31phy: qcom-qmp-pcie: split register tables into common and extra partsDmitry Baryshkov1-184/+222
2022-12-31phy: usb: Fix clock imbalance for suspend/resumeJustin Chen3-6/+5
2022-12-31phy: usb: Use slow clock for wake enabled suspendJustin Chen1-4/+3
2022-12-31phy: usb: s2 WoL wakeup_count not incremented for USB->Eth devicesAl Cooper1-3/+3
2022-12-31phy: qcom-qmp-usb: fix sc8280xp PCS_USB offsetJohan Hovold1-0/+1
2022-12-31phy: qcom-qmp-usb: correct registers layout for IPQ8074 USB3 PHYDmitry Baryshkov1-1/+1
2022-12-31phy: qcom-qmp-usb: drop start and pwrdn-ctrl abstractionJohan Hovold1-56/+5
2022-12-31phy: qcom-qmp-usb: clean up status pollingJohan Hovold1-23/+2
2022-12-31phy: qcom-qmp-usb: drop power-down delay configJohan Hovold1-34/+1
2022-12-31phy: qcom-qmp-usb: drop sc8280xp power-down delayJohan Hovold1-4/+0
2022-12-31phy: qcom-qmp-usb: clean up power-down handlingJohan Hovold1-14/+6
2022-12-31phy: qcom-qmp-pcie: fix ipq6018 initialisationJohan Hovold1-0/+1