Searched +full:usb +full:- +full:hs +full:- +full:ipq4019 +full:- +full:phy (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/phy/qcom-usb-ipq4019-phy.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Qualcom IPQ40xx Dakota HS/SS USB PHY10 - Robert Marko <robert.marko@sartura.hr>15 - qcom,usb-ss-ipq4019-phy16 - qcom,usb-hs-ipq4019-phy24 reset-names:26 - const: por_rst[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PHY_ATH79_USB) += phy-ath79-usb.o3 obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o4 obj-$(CONFIG_PHY_QCOM_IPQ4019_USB) += phy-qcom-ipq4019-usb.o5 obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o6 obj-$(CONFIG_PHY_QCOM_PCIE2) += phy-qcom-pcie2.o7 obj-$(CONFIG_PHY_QCOM_QMP) += phy-qcom-qmp.o8 obj-$(CONFIG_PHY_QCOM_QUSB2) += phy-qcom-qusb2.o9 obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o10 obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later18 #include <linux/phy/phy.h>24 struct phy *phy; member30 static int ipq4019_ss_phy_power_off(struct phy *_phy) in ipq4019_ss_phy_power_off()32 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy); in ipq4019_ss_phy_power_off() local34 reset_control_assert(phy->por_rst); in ipq4019_ss_phy_power_off()40 static int ipq4019_ss_phy_power_on(struct phy *_phy) in ipq4019_ss_phy_power_on()42 struct ipq4019_usb_phy *phy = phy_get_drvdata(_phy); in ipq4019_ss_phy_power_on() local46 reset_control_deassert(phy->por_rst); in ipq4019_ss_phy_power_on()56 static int ipq4019_hs_phy_power_off(struct phy *_phy) in ipq4019_hs_phy_power_off()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Qualcomm and Atheros platforms6 tristate "Atheros AR71XX/9XXX USB PHY driver"12 Enable this to support the USB PHY on Atheros AR71XX/9XXX SoCs.15 tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"22 tristate "Qualcomm IPQ4019 USB PHY driver"26 Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.29 tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"36 tristate "Qualcomm PCIe Gen2 PHY Driver"40 Enable this to support the Qualcomm PCIe PHY, used with the Synopsys[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]