summaryrefslogtreecommitdiffstats
path: root/drivers/phy/qualcomm
AgeCommit message (Expand)AuthorLines
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+34
2021-06-24phy: qcom-qusb2: Add configuration for SM4250 and SM6115Iskren Chernev-0/+34
2021-05-31phy: qcom-qmp: remove redundant error of clock bulkChunfeng Yun-6/+2
2021-05-31phy: qcom-qmp: Add support for SDX55 QMP PCIe PHYManivannan Sadhasivam-1/+187
2021-05-31phy: qcom-qmp: Use phy_status field for the status bit offsetManivannan Sadhasivam-1/+28
2021-05-14phy: qcom-qmp: add QMP V2 PCIe PHY support for ipq60xxSelvam Sathappan Periakaruppan-0/+279
2021-03-31phy: qcom-qmp: add support for sm8250-usb3-dp phyDmitry Baryshkov-22/+412
2021-03-31phy: qcom-qmp: rename common registersDmitry Baryshkov-43/+44
2021-03-31phy: qcom-qmp: move DP functions to callbacksDmitry Baryshkov-22/+51
2021-03-30phy: qcom-qmp: add hbr3_hbr2 voltage and premphasis swing tableKuogee Hsieh-2/+21
2021-03-25phy: qualcomm: remove duplicate argumentZhang Yunkai-2/+2
2021-03-15phy: qcom-usb-hs: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2021-02-06phy: qcom-qmp: make a const array static, makes object smallerColin Ian King-1/+1
2021-02-06phy: qcom-qmp: Add support for SM8350 UFS phyVinod Koul-0/+127
2021-02-06phy: qcom-qmp: Add UFS V5 registers found in SM8350Vinod Koul-0/+47
2021-02-04phy: qualcomm: usb28nm: Add MDM9607 init sequenceKonrad Dybcio-0/+13
2021-02-04phy: qcom-qusb2: add QUSB2 support for IPQ6018Kathiravan T-0/+44
2021-02-04phy: qcom-qmp: Add SC8180X USB phyBjorn Andersson-0/+3
2021-02-04phy: qcom-qmp: Add SC8180X UFS phyBjorn Andersson-0/+3
2021-01-19phy: qcom-qusb2: Add configuration for SDM660AngeloGioacchino Del Regno-0/+15
2021-01-19phy: qcom-qusb2: Allow specifying default clock schemeAngeloGioacchino Del Regno-2/+13
2021-01-19phy: qcom-qmp: Add SM8350 USB QMP PHYsJack Pham-0/+312
2021-01-17phy: qcom-qmp: Add support for SDX55 QMP PHYManivannan Sadhasivam-0/+83
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