summaryrefslogtreecommitdiffstats
path: root/drivers/phy/qualcomm
AgeCommit message (Expand)AuthorLines
2020-12-09Merge tag 'phy-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman-20/+300
2020-11-16phy: qualcomm: Fix 28 nm Hi-Speed USB PHY OF dependencyBryan O'Donoghue-1/+1
2020-11-16phy: qualcomm: usb: Fix SuperSpeed PHY OF dependencyBryan O'Donoghue-1/+1
2020-11-16phy: qualcomm: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun-16/+5
2020-11-16phy: qcom-qmp: Add SM8250 PCIe QMP PHYsManivannan Sadhasivam-4/+295
2020-10-28phy: qcom-qmp: Initialize another pointer to NULLStephen Boyd-1/+1
2020-10-02Merge tag 'phy-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman-185/+973
2020-10-01phy: qcom-qmp: initialize the pointer to NULLVinod Koul-3/+3
2020-09-28phy: qcom-qmp: Add support for sc7180 DP phyStephen Boyd-0/+124
2020-09-28phy: qcom-qmp: Add support for DP in USB3+DP combo phyStephen Boyd-90/+775
2020-09-28phy: qcom-qmp: Use devm_platform_ioremap_resource() to simplifyStephen Boyd-8/+3
2020-09-28phy: qcom-qmp: Get dp_com I/O resource by indexStephen Boyd-7/+3
2020-09-28phy: qcom-qmp: Move 'serdes' and 'cfg' into 'struct qcom_phy'Stephen Boyd-57/+56
2020-09-28phy: qcom-qmp: Remove 'initialized' in favor of 'init_count'Stephen Boyd-7/+2
2020-09-28phy: qcom-qmp: Move phy mode into struct qmp_phyStephen Boyd-8/+7
2020-09-08phy: phy-qcom-apq8064-sata: convert to readl_relaxed_poll_timeout()Chunfeng Yun-13/+8
2020-09-04Merge tag 'phy-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Greg Kroah-Hartman-10/+13
2020-08-31phy: qcom-ipq4019-usb: Constify static phy_ops structsRikard Falkeborn-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-23phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY initSivaprakash Murugesan-7/+11
2020-08-17phy: qualcomm: fix return value check in qcom_ipq806x_usb_phy_probe()Wei Yongjun-2/+2
2020-08-17phy: qualcomm: fix platform_no_drv_owner.cocci warningsYueHaibing-1/+0
2020-07-21phy: qualcomm: fix setting of tx_deamp_3_5db when device property read failsColin Ian King-1/+1
2020-07-20phy: qualcomm: add qcom ipq806x dwc usb phy driverAnsuel Smith-0/+582
2020-07-08phy: qcom: remove ufs qmp phy driverVinod Koul-1598/+0
2020-06-29phy: qcom-snps: Add a set mode callbackWesley Cheng-0/+12
2020-06-29phy: qcom-snps: Add runtime suspend and resume handlersWesley Cheng-0/+73
2020-06-29phy: qcom-qmp: Add QMP V4 USB3 PHY support for sm8250Jonathan Marek-0/+208
2020-06-29phy: qcom-qmp: Add QMP V4 USB3 UNIPHYJonathan Marek-0/+155
2020-06-29phy: qcom-qmp: Allow different values for second laneJonathan Marek-12/+40
2020-06-24phy: qcom-qusb2: Add ipq8074 device compatibleSivaprakash Murugesan-0/+3
2020-06-24phy: qcom-qmp: Add USB QMP PHY support for IPQ8074Sivaprakash Murugesan-0/+102
2020-05-22Merge tag 'phy-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Greg Kroah-Hartman-44/+902
2020-05-19phy: qcom-qmp: Add QMP V3 USB3 PHY support for SC7180Sandeep Maheswaram-0/+38
2020-05-18phy: qcom-qmp: Ensure register indirection arrays initializedBjorn Andersson-9/+11
2020-05-05phy: qcom-qmp: Rename UFS PCS QMP v4 registersWesley Cheng-30/+30
2020-05-05phy: qcom-qmp: Use proper PWRDOWN offset for sm8150 USBWesley Cheng-4/+19
2020-05-05phy: qcom-qmp: Add SM8150 QMP USB3 PHY supportJack Pham-2/+348
2020-05-05phy: qcom-snps: Add SNPS USB PHY driver for QCOM based SOCsWesley Cheng-0/+298
2020-05-04phy: add driver for Qualcomm IPQ40xx USB PHYRobert Marko-0/+156
2020-04-30phy: qualcomm: usb-hs-28nm: Prepare clocks in initBjorn Andersson-11/+21
2020-04-28phy: qcom: qmp: Add SM8250 UFS PHYBjorn Andersson-0/+3
2020-04-27phy: qcom-qusb2: Re add "qcom,sdm845-qusb2-phy" compat stringJohn Stultz-0/+7
2020-03-20phy: qcom-qusb2: Add new overriding tuning parameters in QUSB2 V2 PHYSandeep Maheswaram-0/+51
2020-03-20phy: qcom-qusb2: Add support for overriding tuning parameters in QUSB2 V2 PHYSandeep Maheswaram-32/+43
2020-03-20phy: qcom-qusb2: Add generic QUSB2 V2 PHY supportSandeep Maheswaram-9/+9
2020-03-20phy: qualcomm: usb: Add SuperSpeed PHY driverJorge Ramirez-Ortiz-0/+256
2020-03-20phy: qualcomm: Add Synopsys 28nm Hi-Speed USB PHY driverShawn Guo-0/+427
2020-03-20phy: qcom: qmp: Use power_on/off ops for PCIeBjorn Andersson-3/+3
2020-03-20phy: qcom-qmp: Add MSM8996 UFS QMP supportBjorn Andersson-0/+106