summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2025-04-10phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-idHeiko Stuebner1-6/+44
2025-03-22phy: ti: gmii-sel: Do not use syscon helper to build regmapAndrew Davis1-1/+14
2025-03-07phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit()André Draszik1-5/+8
2025-03-07phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclkKaustabh Chakraborty1-6/+6
2025-03-07phy: tegra: xusb: reset VBUS & ID OVERRIDEBH Hsieh1-0/+11
2025-03-07phy: stm32: Fix constant-value overflow assertionChristian Bruel1-20/+18
2025-03-07phy: rockchip: naneng-combphy: compatible reset with old DTChukun Pan1-1/+4
2025-03-07phy: rockchip: fix Kconfig dependency moreArnd Bergmann1-0/+1
2024-12-24phy: mediatek: phy-mtk-hdmi: add regulator dependencyArnd Bergmann1-0/+1
2024-12-24phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warningsAdam Ford1-2/+1
2024-12-24phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()Zijun Hu1-1/+3
2024-12-24phy: core: Fix an OF node refcount leakage in _of_phy_get()Zijun Hu1-2/+5
2024-12-24phy: core: Fix that API devm_phy_destroy() fails to destroy the phyZijun Hu1-1/+1
2024-12-24phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister...Zijun Hu1-3/+3
2024-12-24phy: core: Fix that API devm_phy_put() fails to release the phyZijun Hu1-1/+1
2024-12-08phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PMCristian Ciocaltea1-1/+2
2024-12-04phy: stm32: work around constant-value overflow assertionArnd Bergmann1-6/+15
2024-12-04phy: qcom-qmp: Fix register name in RX Lane config of SC8280XPKrishna Kurapati1-1/+1
2024-12-04phy: rockchip: naneng-combphy: fix phy resetChukun Pan1-1/+1
2024-12-04phy: usb: Toggle the PHY power during initJustin Chen1-0/+6
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+4
2024-11-27Merge tag 'phy-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds59-985/+2652
2024-11-05phy: tegra: xusb: Set fwnode for xusb port devicesSaravana Kannan1-1/+1
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman13-26/+56
2024-11-04phy: realtek: usb: fix NULL deref in rtk_usb3phy_probeCharles Han1-0/+2
2024-11-04phy: realtek: usb: fix NULL deref in rtk_usb2phy_probeCharles Han1-0/+2
2024-10-22phy: qcom: qmp: Fix lecacy-legacy typoKonrad Dybcio1-4/+4
2024-10-22phy: lan969x-serdes: add support for lan969x serdes driverDaniel Machon2-0/+90
2024-10-22phy: sparx5-serdes: add support for branching on chip typeDaniel Machon2-11/+23
2024-10-22phy: sparx5-serdes: add indirection layer to register macrosDaniel Machon3-254/+507
2024-10-22phy: sparx5-serdes: add function for getting the CMU indexDaniel Machon2-9/+11
2024-10-22phy: sparx5-serdes: add ops to match dataDaniel Machon2-21/+35
2024-10-22phy: sparx5-serdes: add constant for the number of CMU'sDaniel Machon2-3/+3
2024-10-22phy: sparx5-serdes: add constants to match dataDaniel Machon2-2/+10
2024-10-22phy: sparx5-serdes: add support for private match dataDaniel Machon2-3/+19
2024-10-21phy: bcm-ns-usb2: drop support for old binding variantRafał Miłecki1-39/+15
2024-10-21phy: tegra: xusb: Add error pointer check in xusb.cDipendra Khadka1-0/+2
2024-10-21phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock checkRichard Zhu1-5/+5
2024-10-17phy: airoha: Fix REG_CSR_2L_RX{0,1}_REV0 definitionsLorenzo Bianconi1-3/+3
2024-10-17phy: airoha: Fix REG_CSR_2L_JCPLL_SDM_HREN config in airoha_pcie_phy_init_ssc...Lorenzo Bianconi1-1/+1
2024-10-17phy: airoha: Fix REG_PCIE_PMA_TX_RESET config in airoha_pcie_phy_init_csr_2l()Lorenzo Bianconi1-2/+2
2024-10-17phy: airoha: Fix REG_CSR_2L_PLL_CMN_RESERVE0 config in airoha_pcie_phy_init_c...Lorenzo Bianconi1-1/+1
2024-10-17phy: phy-rockchip-samsung-hdptx: Don't request RST_PHY/RST_ROPLL/RST_LCPLLAndy Yan1-16/+1
2024-10-17phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLKCristian Ciocaltea1-0/+1
2024-10-17phy: add NXP PTN3222 eUSB2 to USB2 redriverDmitry Baryshkov3-0/+135
2024-10-17phy: Switch back to struct platform_driver::remove()Uwe Kleine-König35-59/+59
2024-10-17phy: ti: phy-j721e-wiz: fix usxgmii configurationSiddharth Vadapalli1-2/+2
2024-10-17phy: starfive: jh7110-usb: Fix link configuration to controllerJan Kiszka1-0/+16
2024-10-17phy: qcom: edp: Add support for eDP PHY on SA8775PSoutrik Mukhopadhyay1-0/+33