aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/qualcomm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-17Merge tag 'phy-for-5.6_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman3-6/+5
2020-01-08phy: qcom-qmp: Add SW reset registerVinod Koul1-0/+1
2020-01-08phy: qcom-qmp: remove no_pcs_sw_reset for sm8150Vinod Koul1-1/+0
2020-01-08phy: qcom-qmp: remove duplicate powerdown writeVinod Koul1-1/+0
2020-01-08phy: qcom-qmp: Use register definesVinod Koul1-2/+2
2020-01-08phy: qualcomm: Adjust indentation in read_poll_timeoutNathan Chancellor1-1/+1
2019-12-20phy: qcom-qmp: Increase PHY ready timeoutBjorn Andersson1-1/+1
2019-12-20phy: qcom-qmp: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-10-31phy: qcom-usb-hs: Fix extcon double register after power cycleStephan Gerhold1-2/+5
2019-10-25phy: qcom-qmp: Add SM8150 QMP UFS PHY supportVinod Koul2-0/+216
2019-08-26phy: qcom-qmp: Correct ready status, againBjorn Andersson1-17/+16
2019-08-26phy: qualcomm: phy-qcom-qmp: Add of_node_put() before returnNishka Dasgupta1-4/+7
2019-07-01Merge tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman4-2/+343
2019-07-01Merge tag 'phy-for-5.2-rc_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-1/+1
2019-06-25phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delayMarc Gonzalez1-1/+1
2019-06-21phy: qcom-qmp: Drop useless msm8998_pciephy_cfg settingMarc Gonzalez1-1/+0
2019-06-21phy: qcom-qmp: Correct READY_STATUS poll break conditionBjorn Andersson1-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner8-78/+8
2019-06-03phy: qcom-qusb2: fix missing assignment of ret when calling clk_prepare_enableColin Ian King1-1/+1
2019-05-31phy: qcom: Add Qualcomm PCIe2 PHY driverBjorn Andersson3-0/+340
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-131/+226
2019-04-17phy: qcom-qmp: Add msm8998 PCIe QMP PHY supportMarc Gonzalez2-0/+122
2019-04-17phy: qcom-qusb2: get optional clock by devm_clk_get_optional()Chunfeng Yun1-8/+3
2019-04-17phy: ufs-qcom: Refactor all init steps into phy_poweronEvan Green5-144/+46
2019-04-17phy: qcom: Utilize UFS reset controllerEvan Green5-0/+76
2019-04-17phy: qcom-ufs: Make ufs_qcom_phy_disable_iface_clk staticYueHaibing1-1/+1
2019-02-12phy: qcom-qmp: Add QMP UFS PHY support for msm8998Marc Gonzalez1-0/+3
2019-02-07phy: qcom-qusb2: Add QUSB2 PHY support for msm8998Jeffrey Hugo1-0/+40
2019-02-07phy: qcom-qmp: Add QMP V3 USB3 PHY support for msm8998Jeffrey Hugo2-0/+144
2019-02-07phy: qcom-ufs: Use iopoll.h readl_poll_timeout macroMarc Gonzalez1-18/+1
2019-01-16phy: ath79-usb: Fix the main reset name to match the DT bindingAlban Bedel1-1/+1
2019-01-16phy: ath79-usb: Fix the power on error pathAlban Bedel1-1/+1
2018-12-12phy: qcom-qmp: Expose provided clocks to DTEvan Green1-1/+22
2018-12-12phy: qcom-qmp: Utilize fully-specified DT registersEvan Green1-13/+38
2018-12-12phy: core: rework phy_set_mode to accept phy mode and submodeGrygorii Strashko5-5/+10
2018-11-21phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845Manu Gautam1-0/+1
2018-11-21phy: qcom-qusb2: Use HSTX_TRIM fused value as isManu Gautam1-9/+10
2018-09-26phy: qcom-ufs: Declare 20nm qcom ufs qmp phy as BrokenVivek Gautam2-2/+19
2018-09-26scsi/ufs: qcom: Remove ufs_qcom_phy_*() calls from hostVivek Gautam1-1/+1
2018-09-26phy: qcom-ufs: Remove stale methods that handle ref clkVivek Gautam1-50/+0
2018-09-25phy: Add QMP phy based UFS phy support for sdm845Can Guo2-1/+186
2018-09-25phy: General struct and field cleanupCan Guo1-11/+14
2018-09-25phy: Update PHY power control sequenceCan Guo1-7/+12
2018-09-25phy: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-09-10phy: qcom-qusb2: Quiet -EPROBE_DEFER from qusb2_phy_probe()Douglas Anderson1-1/+3
2018-09-10phy: qcom-qmp: Quiet -EPROBE_DEFER from qcom_qmp_phy_probe()Douglas Anderson1-1/+3
2018-07-10phy: qcom-usb-hs: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-05-20phy: qcom-qusb2: Add QUSB2 PHYs support for sdm845Manu Gautam1-8/+118