summaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorLines
2024-12-24phy: mediatek: phy-mtk-hdmi: add regulator dependencyArnd Bergmann-0/+1
2024-12-24phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warningsAdam Ford-2/+1
2024-12-24phy: core: Fix an OF node refcount leakage in of_phy_provider_lookup()Zijun Hu-1/+3
2024-12-24phy: core: Fix an OF node refcount leakage in _of_phy_get()Zijun Hu-2/+5
2024-12-24phy: core: Fix that API devm_phy_destroy() fails to destroy the phyZijun Hu-1/+1
2024-12-24phy: core: Fix that API devm_of_phy_provider_unregister() fails to unregister...Zijun Hu-3/+3
2024-12-24phy: core: Fix that API devm_phy_put() fails to release the phyZijun Hu-1/+1
2024-12-08phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PMCristian Ciocaltea-1/+2
2024-12-04phy: stm32: work around constant-value overflow assertionArnd Bergmann-6/+15
2024-12-04phy: qcom-qmp: Fix register name in RX Lane config of SC8280XPKrishna Kurapati-1/+1
2024-12-04phy: rockchip: naneng-combphy: fix phy resetChukun Pan-1/+1
2024-12-04phy: usb: Toggle the PHY power during initJustin Chen-0/+6
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+4
2024-11-27Merge tag 'phy-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-985/+2652
2024-11-05phy: tegra: xusb: Set fwnode for xusb port devicesSaravana Kannan-1/+1
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman-26/+56
2024-11-04phy: realtek: usb: fix NULL deref in rtk_usb3phy_probeCharles Han-0/+2
2024-11-04phy: realtek: usb: fix NULL deref in rtk_usb2phy_probeCharles Han-0/+2
2024-10-22phy: qcom: qmp: Fix lecacy-legacy typoKonrad Dybcio-4/+4
2024-10-22phy: lan969x-serdes: add support for lan969x serdes driverDaniel Machon-0/+90
2024-10-22phy: sparx5-serdes: add support for branching on chip typeDaniel Machon-11/+23
2024-10-22phy: sparx5-serdes: add indirection layer to register macrosDaniel Machon-254/+507
2024-10-22phy: sparx5-serdes: add function for getting the CMU indexDaniel Machon-9/+11
2024-10-22phy: sparx5-serdes: add ops to match dataDaniel Machon-21/+35
2024-10-22phy: sparx5-serdes: add constant for the number of CMU'sDaniel Machon-3/+3
2024-10-22phy: sparx5-serdes: add constants to match dataDaniel Machon-2/+10
2024-10-22phy: sparx5-serdes: add support for private match dataDaniel Machon-3/+19
2024-10-21phy: bcm-ns-usb2: drop support for old binding variantRafał Miłecki-39/+15
2024-10-21phy: tegra: xusb: Add error pointer check in xusb.cDipendra Khadka-0/+2
2024-10-21phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock checkRichard Zhu-5/+5
2024-10-17phy: airoha: Fix REG_CSR_2L_RX{0,1}_REV0 definitionsLorenzo Bianconi-3/+3
2024-10-17phy: airoha: Fix REG_CSR_2L_JCPLL_SDM_HREN config in airoha_pcie_phy_init_ssc...Lorenzo Bianconi-1/+1
2024-10-17phy: airoha: Fix REG_PCIE_PMA_TX_RESET config in airoha_pcie_phy_init_csr_2l()Lorenzo Bianconi-2/+2
2024-10-17phy: airoha: Fix REG_CSR_2L_PLL_CMN_RESERVE0 config in airoha_pcie_phy_init_c...Lorenzo Bianconi-1/+1
2024-10-17phy: phy-rockchip-samsung-hdptx: Don't request RST_PHY/RST_ROPLL/RST_LCPLLAndy Yan-16/+1
2024-10-17phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLKCristian Ciocaltea-0/+1
2024-10-17phy: add NXP PTN3222 eUSB2 to USB2 redriverDmitry Baryshkov-0/+135
2024-10-17phy: Switch back to struct platform_driver::remove()Uwe Kleine-König-59/+59
2024-10-17phy: ti: phy-j721e-wiz: fix usxgmii configurationSiddharth Vadapalli-2/+2
2024-10-17phy: starfive: jh7110-usb: Fix link configuration to controllerJan Kiszka-0/+16
2024-10-17phy: qcom: edp: Add support for eDP PHY on SA8775PSoutrik Mukhopadhyay-0/+33
2024-10-17phy: qcom: edp: Introduce aux_cfg array for version specific aux settingsSoutrik Mukhopadhyay-24/+17
2024-10-17phy: qcom: qmp-pcie: drop bogus x1e80100 qref suppliesJohan Hovold-4/+4
2024-10-17phy: rockchip: usbdp: add rk3576 device match dataFrank Wang-0/+41
2024-10-17phy: freescale: fsl-samsung-hdmi: Remove unnecessary LUT entriesAdam Ford-70/+13
2024-10-17phy: freescale: fsl-samsung-hdmi: Use closest dividerAdam Ford-11/+29
2024-10-17phy: freescale: fsl-samsung-hdmi: Support dynamic integerAdam Ford-107/+270
2024-10-17phy: freescale: fsl-samsung-hdmi: Simplify REG21_PMS_S_MASK lookupAdam Ford-35/+4
2024-10-17phy: freescale: fsl-samsung-hdmi: Replace register defines with macroAdam Ford-90/+43