Searched +full:phy +full:- +full:cadence +full:- +full:sierra (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/phy/phy-cadence-sierra.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Cadence Sierra PHY binding10 This binding describes the Cadence Sierra PHY. Sierra PHY supports multilink14 - Swapnil Jakhade <sjakhade@cadence.com>15 - Yuti Amonkar <yamonkar@cadence.com>20 - cdns,sierra-phy-t021 - ti,sierra-phy-t0[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/4 ---5 $id: "http://devicetree.org/schemas/phy/ti,phy-j721e-wiz.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"11 - Kishon Vijay Abraham I <kishon@ti.com>16 - ti,j721e-wiz-16g17 - ti,j721e-wiz-10g18 - ti,am64-wiz-10g19 - ti,j7200-wiz-10g[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Cadence PHYs7 tristate "Cadence Torrent PHY driver"13 Support for Cadence Torrent PHY.16 tristate "Cadence D-PHY Support"21 Choose this option if you have a Cadence D-PHY in your23 cdns-dphy.26 tristate "Cadence D-PHY Rx Support"31 Support for Cadence D-PHY in Rx configuration.34 tristate "Cadence Sierra PHY Driver"[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o3 obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o4 obj-$(CONFIG_PHY_CADENCE_DPHY_RX) += cdns-dphy-rx.o5 obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o6 obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o
1 // SPDX-License-Identifier: GPL-2.03 * Cadence Sierra PHY Driver5 * Copyright (c) 2018 Cadence Design Systems6 * Author: Alan Douglas <adouglas@cadence.com>10 #include <linux/clk-provider.h>15 #include <linux/phy/phy.h>23 #include <dt-bindings/phy/phy.h>24 #include <dt-bindings/phy/phy-cadence.h>29 /* PHY register offsets */179 /* PHY PCS common registers */[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 …]