summaryrefslogtreecommitdiff
path: root/drivers/phy/qualcomm
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'phy-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds14-995/+926
2026-06-11phy: qcom: qmp-pcie: Add QMP PCIe PHY support for ElizaKrishna Chaitanya Chundru2-0/+140
2026-05-19phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing configXiangxu Yin1-1/+1
2026-05-19phy: qcom: qmp-combo: Move pipe_clk on/off to commonVal Packett1-8/+10
2026-05-14phy: qcom-usb-hs: use flexible array memberRosen Penev1-9/+6
2026-05-10phy: qcom: m31-eusb2: Make USB repeater optionalWesley Cheng1-1/+1
2026-05-10phy: qcom-qmp-ufs: Fix kaanapali PHY PLL lock failure after SM8650 G4 fixNitin Rawat1-0/+1
2026-05-10phy: qcom-qmp: Make QSERDES TXRX v2 registers explicitShawn Guo7-311/+310
2026-05-10phy: qcom-qmp: Drop unused register headersShawn Guo3-210/+0
2026-05-10phy: qcom-qmp-usbc: Rename QCS615 DP PHY variables and functionsShawn Guo1-33/+33
2026-05-10phy: qcom-qmp-usbc: Use register definitions in qserdes-txrx-v3Shawn Guo1-32/+32
2026-05-10phy: qcom-qmp: Use explicit QSERDES COM v2 register definitionsShawn Guo5-405/+405
2026-05-10phy: qcom-qmp: Add missing QSERDES COM v2 registersShawn Guo1-0/+3
2026-05-03phy: qcom: edp: Add PHY-specific LDO config for eDP low vdiffYongxing Mou1-11/+77
2026-05-03phy: qcom: edp: Fix AUX_CFG8 programming for DP modeYongxing Mou1-6/+1
2026-05-03phy: qcom: edp: Add SC7280/SC8180X swing/pre-emphasis tablesYongxing Mou1-4/+80
2026-05-03phy: qcom: edp: Add eDP/DP mode switch supportYongxing Mou1-12/+34
2026-05-03phy: qcom: edp: Unify generic DP/eDP swing and pre-emphasis tablesYongxing Mou1-31/+10
2026-04-17Merge tag 'phy-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2-4/+4
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2026-03-06phy: qcom-sgmii-eth: relax order of .power_on() vs .set_mode*()Russell King (Oracle)1-1/+13
2026-03-06phy: qcom-sgmii-eth: remove qcom_dwmac_sgmii_phy_interface()Russell King (Oracle)1-17/+10
2026-03-06phy: qcom-sgmii-eth: use PHY interface mode for SerDes settingsRussell King (Oracle)1-20/+21
2026-03-06phy: qcom-sgmii-eth: remove .set_speed() implementationRussell King (Oracle)1-11/+0
2026-03-03phy: qcom-sgmii-eth: add .set_mode() and .validate() methodsRussell King (Oracle)1-0/+43
2026-02-27phy: qcom: qmp-ufs: Fix SM8650 PCS table for Gear 4Abel Vesa1-2/+1
2026-02-27phy: qcom: m31-eusb2: clear PLL_EN during initElson Serrao1-1/+1
2026-02-27phy: qcom: qmp-usbc: Simplify check for non-NULL pointerKrzysztof Kozlowski1-3/+3
2026-02-17Merge tag 'phy-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds24-137/+3796
2026-01-14phy: qcom: edp: Fix NULL pointer dereference for phy v6 (x1e80100)Val Packett1-0/+1
2026-01-14phy: qcom: qmp-combo: Add polarity inversion support for SAR2130PKrishna Kurapati1-0/+7
2026-01-14phy: qcom-qmp-ufs: Add Milos supportLuca Weiss1-0/+96
2026-01-01phy: qcom: edp: Add Glymur platform supportAbel Vesa1-8/+219
2026-01-01phy: qcom-qmp: qserdes-com: Add v8 DP-specific qserdes register offsetsAbel Vesa1-0/+52
2026-01-01phy: qcom: edp: Fix the DP_PHY_AUX_CFG registers countAbel Vesa1-1/+1
2026-01-01phy: qcom: edp: Make the number of clocks flexibleAbel Vesa1-8/+8
2026-01-01phy: qcom: qmp-pcie: Add support for Glymur PCIe Gen4x2 PHYAbel Vesa1-0/+19
2025-12-24phy: qualcomm: phy-qcom-eusb2-repeater: Add squelch detect param updateKrishna Kurapati1-0/+22
2025-12-23phy: qualcomm: qmp-combo: Add DP offsets and settings for Glymur platformsAbel Vesa3-4/+428
2025-12-23phy: qualcomm: qmp-combo: Update QMP PHY with Glymur settingsWesley Cheng7-0/+1212
2025-12-23phy: qualcomm: Update the QMP clamp register for V6Wesley Cheng3-5/+57
2025-12-23phy: qualcomm: qmp-usb: Add support for Glymur USB UNI PHYWesley Cheng1-0/+163
2025-12-23phy: qualcomm: eusb2-repeater: Add SMB2370 eUSB2 repeater supportWesley Cheng1-0/+18
2025-12-23phy: qcom: qmp-usbc: Add QCS615 USB/DP PHY config and DP mode supportXiangxu Yin1-0/+413
2025-12-23phy: qcom: qmp: Add DP v2 PHY register definitionsXiangxu Yin4-0/+198
2025-12-23phy: qcom: qmp-usbc: Add USB/DP exclude handlingXiangxu Yin1-0/+21
2025-12-23phy: qcom: qmp-usbc: Add DP PHY ops for USB/DP switchable Type-C PHYsXiangxu Yin1-1/+193
2025-12-23phy: qcom: qmp-usbc: Add TCSR parsing and PHY mode settingXiangxu Yin1-6/+19
2025-12-23phy: qcom: qmp-usbc: Move USB-only init to usb_power_onXiangxu Yin1-12/+10
2025-12-23phy: qcom: qmp-usbc: add DP link and vco_div clocks for DP PHYXiangxu Yin1-6/+203