summaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorLines
2025-09-01phy: qcom: qmp-pcie: Fix PHY initialization when powered down by firmwareStephan Gerhold-6/+19
2025-09-01phy: ti: gmii-sel: Always write the RGMII ID settingMichael Walle-8/+39
2025-08-12phy: ti-pipe3: fix device leak at unbindJohan Hovold-0/+13
2025-08-12phy: ti: omap-usb2: fix device leak at unbindJohan Hovold-0/+13
2025-08-12phy: tegra: xusb: fix device and OF node leak at probeJohan Hovold-1/+5
2025-08-12phy: qualcomm: phy-qcom-eusb2-repeater: fix override propertiesPengyu Luo-2/+2
2025-08-01Merge tag 'phy-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-287/+1535
2025-07-31Merge tag 'for-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds-1/+1
2025-07-22phy: qcom: phy-qcom-m31: Update IPQ5332 M31 USB phy initialization sequenceKathiravan Thirumoorthy-4/+10
2025-07-22phy: exynos-mipi-video: correct cam0 sysreg property name for exynos7870Kaustabh Chakraborty-1/+1
2025-07-22phy: qcom: phy-qcom-snps-eusb2: Update init sequence per HPG 1.0.2Luca Weiss-1/+1
2025-07-22phy: qcom: phy-qcom-snps-eusb2: Add missing write from init sequenceLuca Weiss-0/+3
2025-07-22phy: rockchip-pcie: Properly disable TEST_WRITE strobe signalGeraldo Nascimento-2/+1
2025-07-22phy: rockchip-pcie: Enable all four lanes if requiredValmantas Paliksa-6/+6
2025-07-15phy: qcom: fix error code in snps_eusb2_hsphy_probe()Harshit Mogalapalli-2/+4
2025-06-26phy: qcom: qmp-combo: Add missing PLL (VCO) configuration on SM8750Krzysztof Kozlowski-0/+3
2025-06-26phy: qcom: m31-eusb2: drop registration printkJohan Hovold-2/+0
2025-06-26phy: qcom: m31-eusb2: fix match data santity checkJohan Hovold-1/+1
2025-06-26phy: qcom: qmp-pcie: Update PHY settings for QCS8300 & SA8775PMrinmay Sarkar-41/+66
2025-06-26phy: qualcomm: phy-qcom-eusb2-repeater: Don't zero-out registersLuca Weiss-55/+32
2025-06-26phy: mediatek: tphy: Cleanup and document slew calibrationAngeloGioacchino Del Regno-18/+27
2025-06-26phy: mediatek: tphy: Clarify and add kerneldoc to mtk_phy_pdataAngeloGioacchino Del Regno-10/+10
2025-06-22power: supply: core: rename power_supply_get_by_phandle to power_supply_get_b...Sebastian Reichel-1/+1
2025-06-17phy: qcom: add linux/bitfield.h header to fix a build errorRandy Dunlap-0/+1
2025-06-16phy: drop probe registration printksJohan Hovold-21/+4
2025-06-16phy: cadence-torrent: Add PCIe multilink + USB with same SSC register config ...Swapnil Jakhade-8/+150
2025-06-16phy: cadence-torrent: Add PCIe multilink configuration for 100 MHz refclkSwapnil Jakhade-1/+129
2025-06-15phy: phy-snps-eusb2: clean up id table sentinelJohan Hovold-1/+3
2025-06-15phy: phy-snps-eusb2: drop unnecessary loop index declarationsJohan Hovold-2/+2
2025-06-15phy: phy-snps-eusb2: fix optional phy lookup parameterJohan Hovold-1/+1
2025-06-15phy: phy-snps-eusb2: clean up error messagesJohan Hovold-7/+7
2025-06-15phy: phy-snps-eusb2: rename phy_init() clock error labelJohan Hovold-4/+4
2025-06-15phy: phy-snps-eusb2: fix repeater imbalance on phy_init() failureJohan Hovold-2/+3
2025-06-15phy: phy-snps-eusb2: fix clock imbalance on phy_exit()Johan Hovold-1/+1
2025-06-15phy: qcom: Add M31 based eUSB2 PHY driverWesley Cheng-0/+336
2025-06-15phy: qcom: Update description for QCOM based eUSB2 repeaterWesley Cheng-3/+3
2025-06-15phy: qcom: qmp-combo: Add new PHY sequences for SM8750Wesley Cheng-0/+428
2025-06-15phy: use per-PHY lockdep keysDmitry Baryshkov-1/+4
2025-06-15phy: qcom-qmp-ufs: refactor qmp_ufs_power_offNitin Rawat-7/+0
2025-06-15phy: qcom-qmp-ufs: Remove qmp_ufs_exit() and Inline qmp_ufs_com_exit()Nitin Rawat-14/+3
2025-06-15phy: qcom-qmp-ufs: Rename qmp_ufs_power_offNitin Rawat-18/+1
2025-06-15phy: qcom-qmp-ufs: Remove qmp_ufs_com_init()Nitin Rawat-26/+15
2025-06-15phy: qcom-qmp-ufs: Refactor UFS PHY resetNitin Rawat-28/+31
2025-06-15phy: qcom-qmp-ufs: Refactor phy_power_on and phy_calibrate callbacksNitin Rawat-20/+6
2025-06-15phy: qcom-qmp-ufs: Rename qmp_ufs_enable and qmp_ufs_power_onNitin Rawat-4/+4
2025-06-15phy: cadence: Sierra: Add PCIe + USB PHY multilink configurationSwapnil Jakhade-0/+180
2025-06-15phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY modeWayne Chang-22/+37
2025-06-15phy: tegra: xusb: Disable periodic tracking on Tegra234Haotien Hsu-1/+1
2025-06-15phy: tegra: xusb: Decouple CYA_TRK_CODE_UPDATE_ON_IDLE from trk_hw_modeWayne Chang-6/+9
2025-06-15phy: exynos-mipi-video: introduce support for exynos7870Kaustabh Chakraborty-0/+52