forked from Minki/linux
aa9083faa1
*) Add a new PHY driver for Qualcomm PCIe2 PHY *) Add a new PHY driver for Mixel DPHY present in i.MX8 *) Fix Qualcomm QMP UFS PHY driver from incorrectly reporting that PHY enable failed *) Fix _BUG_ on Amlogic G12A USB3 + PCIE Combo PHY Driver due to calling a sleeping function from invalid context *) Fix WARN_ON dump on rcar-gen3-usb2 PHY driver caused due to imbalance powered flag *) Fix .cocci and sparse warnings Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> -----BEGIN PGP SIGNATURE----- iQJCBAABCgAsFiEEUXMr/TfP2p4suIY5Dlx4XIBNgtkFAl0Z3rAOHGtpc2hvbkB0 aS5jb20ACgkQDlx4XIBNgtlvxBAAppuQXXioXA4+HSwhTTTGOfGwR4C9J+fLpfzH 7uzFCTIG/nJnGWDyI5c093XXvvnPggh2zkRRAoy2iGDUmOtFJX3olOmDnmsyYtPW gMOArOCaIuTu9kDUmkes9N19QvkC11y4rQKvtbR+HhpQa96ucOaeDDMuedWlnqmB EeDN8tzhPSDdkkkuHnrJCfL4Mp6ZNFdTxZcEaU2vnx9pra3xq0Q7b90mm3Iyzy6E cTuQqWr9sClFMmL1cCZwfQlRHTFIeh2+/kBzycOnLUCsF6gQ7IVVYNyIu44qlmCM B0dtlvkB/z4qPj6kTh/2P6cMxf3sd8ZmW/cCXTPacpHio4gO9shRXp+yFamMC05i +yoL3pCQyp0t+1NjNal1N7jVEHmB+MwBhlQNiqwCYxEtBeTNMh/wVPr7cXHfO19a DrSUkrB0n5nYhv1adWCNEmzx4/ZA48j7hDLIVY/PFDddn1czz+5Lw6X+XR46o1tt qe6PodUa5nRPKoVXVnfA/0jHrjU9x4fE4OSxpBo7MbbQxWoU8LwibDuWMdWaooc9 JlJBaTDPv4yXQg1EvHLvRvp/7S/dNRTKZgcY6E0YDYWH8ki+v3gRm5wP8eVlbGG5 WKpChsxj6d53TdFnGs0Ngi3FOdqBHE8RXWXd0mCoDTh5SLgoF6eWmGwBr02rdX7x uNJTVGo= =5mPE -----END PGP SIGNATURE----- Merge tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next phy: for 5.3 *) Add a new PHY driver for Qualcomm PCIe2 PHY *) Add a new PHY driver for Mixel DPHY present in i.MX8 *) Fix Qualcomm QMP UFS PHY driver from incorrectly reporting that PHY enable failed *) Fix _BUG_ on Amlogic G12A USB3 + PCIE Combo PHY Driver due to calling a sleeping function from invalid context *) Fix WARN_ON dump on rcar-gen3-usb2 PHY driver caused due to imbalance powered flag *) Fix .cocci and sparse warnings Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> * tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy: phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay phy: meson-g12a-usb3-pcie: disable locking for cr_regmap phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs dt-bindings: phy: Add documentation for mixel dphy dt-bindings: phy-pxa-usb: add bindings phy: renesas: rcar-gen3-usb2: fix imbalance powered flag phy: qcom-qmp: Drop useless msm8998_pciephy_cfg setting phy: qcom-qmp: Correct READY_STATUS poll break condition phy: ti: am654-serdes: Make serdes_am654_xlate() static phy: usb: phy-brcm-usb: Fix platform_no_drv_owner.cocci warnings phy: samsung: Use struct_size() in devm_kzalloc() phy: qcom: Add Qualcomm PCIe2 PHY driver dt-bindings: phy: Add binding for Qualcomm PCIe2 PHY
94 lines
2.5 KiB
Plaintext
94 lines
2.5 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Phy drivers for Qualcomm and Atheros platforms
|
|
#
|
|
config PHY_ATH79_USB
|
|
tristate "Atheros AR71XX/9XXX USB PHY driver"
|
|
depends on OF && (ATH79 || COMPILE_TEST)
|
|
default y if USB_EHCI_HCD_PLATFORM || USB_OHCI_HCD_PLATFORM
|
|
select RESET_CONTROLLER
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the USB PHY on Atheros AR71XX/9XXX SoCs.
|
|
|
|
config PHY_QCOM_APQ8064_SATA
|
|
tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
|
|
depends on ARCH_QCOM
|
|
depends on HAS_IOMEM
|
|
depends on OF
|
|
select GENERIC_PHY
|
|
|
|
config PHY_QCOM_IPQ806X_SATA
|
|
tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
|
|
depends on ARCH_QCOM
|
|
depends on HAS_IOMEM
|
|
depends on OF
|
|
select GENERIC_PHY
|
|
|
|
config PHY_QCOM_PCIE2
|
|
tristate "Qualcomm PCIe Gen2 PHY Driver"
|
|
depends on OF && COMMON_CLK && (ARCH_QCOM || COMPILE_TEST)
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the Qualcomm PCIe PHY, used with the Synopsys
|
|
based PCIe controller.
|
|
|
|
config PHY_QCOM_QMP
|
|
tristate "Qualcomm QMP PHY Driver"
|
|
depends on OF && COMMON_CLK && (ARCH_QCOM || COMPILE_TEST)
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the QMP PHY transceiver that is used
|
|
with controllers such as PCIe, UFS, and USB on Qualcomm chips.
|
|
|
|
config PHY_QCOM_QUSB2
|
|
tristate "Qualcomm QUSB2 PHY Driver"
|
|
depends on OF && (ARCH_QCOM || COMPILE_TEST)
|
|
depends on NVMEM || !NVMEM
|
|
select GENERIC_PHY
|
|
help
|
|
Enable this to support the HighSpeed QUSB2 PHY transceiver for USB
|
|
controllers on Qualcomm chips. This driver supports the high-speed
|
|
PHY which is usually paired with either the ChipIdea or Synopsys DWC3
|
|
USB IPs on MSM SOCs.
|
|
|
|
config PHY_QCOM_UFS
|
|
tristate "Qualcomm UFS PHY driver"
|
|
depends on OF && ARCH_QCOM
|
|
select GENERIC_PHY
|
|
help
|
|
Support for UFS PHY on QCOM chipsets.
|
|
|
|
if PHY_QCOM_UFS
|
|
|
|
config PHY_QCOM_UFS_14NM
|
|
tristate
|
|
default PHY_QCOM_UFS
|
|
help
|
|
Support for 14nm UFS QMP phy present on QCOM chipsets.
|
|
|
|
config PHY_QCOM_UFS_20NM
|
|
tristate
|
|
default PHY_QCOM_UFS
|
|
depends on BROKEN
|
|
help
|
|
Support for 20nm UFS QMP phy present on QCOM chipsets.
|
|
|
|
endif
|
|
|
|
config PHY_QCOM_USB_HS
|
|
tristate "Qualcomm USB HS PHY module"
|
|
depends on USB_ULPI_BUS
|
|
depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in
|
|
select GENERIC_PHY
|
|
help
|
|
Support for the USB high-speed ULPI compliant phy on Qualcomm
|
|
chipsets.
|
|
|
|
config PHY_QCOM_USB_HSIC
|
|
tristate "Qualcomm USB HSIC ULPI PHY module"
|
|
depends on USB_ULPI_BUS
|
|
select GENERIC_PHY
|
|
help
|
|
Support for the USB HSIC ULPI compliant PHY on QCOM chipsets.
|