summaryrefslogtreecommitdiffstats
path: root/drivers/phy/qualcomm
Commit message (Expand)AuthorAgeFilesLines
* phy: qcom-qmp: add sc8280xp UFS PHYBjorn Andersson2022-03-021-0/+3
* phy: qcom-snps: Add sc8280xp supportBjorn Andersson2022-03-021-0/+5
* phy: qcom: Program SSC only if supported by sinkSankeerth Billakanti2022-02-081-3/+5
* phy: qcom: Add support for eDP PHY on sc7280Sankeerth Billakanti2022-02-081-0/+1
* phy: qcom-qusb2: Add compatible for MSM8953Luca Weiss2022-01-271-0/+3
* drivers: phy: qcom: ipq806x-usb: conver latch function to pool macroAnsuel Smith2022-01-241-12/+5
* drivers: phy: qcom: ipq806x-usb: convert to BITFIELD macroAnsuel Smith2022-01-241-5/+6
* Merge tag 'phy-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2021-12-305-0/+1102
|\
| * phy: qcom-qmp: Add SM8450 PCIe1 PHY supportDmitry Baryshkov2021-12-242-0/+223
| * phy: qcom-qmp: Add SM8450 PCIe0 PHY supportDmitry Baryshkov2021-12-182-0/+158
| * phy: qcom-qmp: Add SM8450 USB QMP PHYsVinod Koul2021-12-161-0/+3
| * phy: qcom: use struct_size instead of sizeofGuo Zhengkui2021-12-091-1/+1
| * phy: qcom-qmp: Add SM8450 UFS QMP PhyVinod Koul2021-12-071-0/+32
| * phy: qcom: Introduce new eDP PHY driverBjorn Andersson2021-11-234-0/+686
* | phy: qualcomm: ipq806x-usb: Fix kernel-doc styleVinod Koul2021-11-231-12/+14
* | phy: qualcomm: usb-hsic: Fix the kernel-doc warnVinod Koul2021-11-201-1/+1
* | phy: qualcomm: qmp: Add missing struct documentationVinod Koul2021-11-201-0/+3
|/
* phy: qcom-snps: Correct the FSEL_MASKSandeep Maheswaram2021-10-261-1/+1
* phy: qcom-qmp: another fix for the sc8180x PCIe definitionDmitry Baryshkov2021-10-261-1/+1
* phy: qcom-qusb2: Fix a memory leak on probeVladimir Zapolskiy2021-10-261-6/+10
* phy: qcom-qmp: Add QCM2290 USB3 PHY supportShawn Guo2021-10-262-0/+145
* phy: qcom-qusb2: Add missing vdd supplyShawn Guo2021-10-051-1/+1
* phy: qcom-qmp: Make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-10-011-10/+2
* phy: qcom-qusb2: Add compatible for QCM2290Shawn Guo2021-10-011-0/+3
* phy: qcom-qmp: Add support for SM6115 UFS phyIskren Chernev2021-08-232-0/+142
* phy: qmp: Provide unique clock names for DP clocksBjorn Andersson2021-08-201-2/+5
* phy: qcom-qmp: add USB3 PHY support for IPQ6018Baruch Siach2021-08-061-0/+3
* phy: qcom: qmp: Add SC8180x USB/DP comboBjorn Andersson2021-08-061-0/+47
* phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc commentRandy Dunlap2021-08-061-1/+1
* phy: qcom-qmp: Fix sc8180x PCIe definitionBjorn Andersson2021-07-221-1/+1
* phy: qcom-qmp: Add sc8180x PCIe supportBjorn Andersson2021-07-201-0/+140
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-0/+34
|\
| * phy: qcom-qusb2: Add configuration for SM4250 and SM6115Iskren Chernev2021-06-241-0/+34
* | phy: qcom-qmp: remove redundant error of clock bulkChunfeng Yun2021-05-311-6/+2
* | phy: qcom-qmp: Add support for SDX55 QMP PCIe PHYManivannan Sadhasivam2021-05-312-1/+187
* | phy: qcom-qmp: Use phy_status field for the status bit offsetManivannan Sadhasivam2021-05-311-1/+28
* | phy: qcom-qmp: add QMP V2 PCIe PHY support for ipq60xxSelvam Sathappan Periakaruppan2021-05-142-0/+279
|/
* phy: qcom-qmp: add support for sm8250-usb3-dp phyDmitry Baryshkov2021-03-312-22/+412
* phy: qcom-qmp: rename common registersDmitry Baryshkov2021-03-312-43/+44
* phy: qcom-qmp: move DP functions to callbacksDmitry Baryshkov2021-03-311-22/+51
* phy: qcom-qmp: add hbr3_hbr2 voltage and premphasis swing tableKuogee Hsieh2021-03-301-2/+21
* phy: qualcomm: remove duplicate argumentZhang Yunkai2021-03-251-2/+2
* phy: qcom-usb-hs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-151-0/+1
* phy: qcom-qmp: make a const array static, makes object smallerColin Ian King2021-02-061-1/+1
* phy: qcom-qmp: Add support for SM8350 UFS phyVinod Koul2021-02-061-0/+127
* phy: qcom-qmp: Add UFS V5 registers found in SM8350Vinod Koul2021-02-061-0/+47
* phy: qualcomm: usb28nm: Add MDM9607 init sequenceKonrad Dybcio2021-02-041-0/+13
* phy: qcom-qusb2: add QUSB2 support for IPQ6018Kathiravan T2021-02-041-0/+44
* phy: qcom-qmp: Add SC8180X USB phyBjorn Andersson2021-02-041-0/+3
* phy: qcom-qmp: Add SC8180X UFS phyBjorn Andersson2021-02-041-0/+3