Searched +full:mt7621 +full:- +full:pci +full:- +full:phy (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | mediatek,mt7621-pci-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/phy/mediatek,mt7621-pci-phy.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 7 title: Mediatek Mt7621 PCIe PHY 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 14 const: mediatek,mt7621-pci-phy 22 "#phy-cells": 24 description: selects if the phy is dual-ported 27 - compatible [all …]
|
/Linux-v6.1/arch/mips/boot/dts/ralink/ |
D | mt7621.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 #include <dt-bindings/interrupt-controller/mips-gic.h> 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/clock/mt7621-clk.h> 5 #include <dt-bindings/reset/mt7621-reset.h> 8 #address-cells = <1>; 9 #size-cells = <1>; 10 compatible = "mediatek,mt7621-soc"; 13 #address-cells = <1>; 14 #size-cells = <0>; [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | mediatek,mt7621-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/mediatek,mt7621-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek MT7621 PCIe controller 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 13 MediaTek MT7621 PCIe subsys supports a single Root Complex (RC) 14 with 3 Root Ports. Each Root Port supports a Gen1 1-lane Link 17 - $ref: /schemas/pci/pci-bus.yaml# 21 const: mediatek,mt7621-pci [all …]
|
/Linux-v6.1/drivers/phy/ralink/ |
D | phy-mt7621-pci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Mediatek MT7621 PCI PHY Driver 7 #include <dt-bindings/phy/phy.h> 14 #include <linux/phy/phy.h> 67 * struct mt7621_pci_phy - Mt7621 Pcie PHY core 70 * @phy: pointer to the kernel PHY device 73 * @has_dual_port: if the phy has dual ports. 80 struct phy *phy; member 87 static inline void mt7621_phy_rmw(struct mt7621_pci_phy *phy, in mt7621_phy_rmw() argument 96 * pci setup. Avoid to mask 'set' before set value to 'val' in mt7621_phy_rmw() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # PHY drivers for Ralink platforms. 6 tristate "MediaTek MT7621 PCI PHY Driver" 11 Say 'Y' here to add support for MediaTek MT7621 PCI PHY driver, 14 tristate "Ralink USB PHY driver" 20 This option enables support for the Ralink USB PHY found inside
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-$(CONFIG_PHY_MT7621_PCI) += phy-mt7621-pci.o 3 obj-$(CONFIG_PHY_RALINK_USB) += phy-ralink-usb.o
|
/Linux-v6.1/drivers/pci/controller/ |
D | pcie-mt7621.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * PCI init for Ralink RT2880 solution 27 #include <linux/pci.h> 28 #include <linux/phy/phy.h> 33 #include "../pci.h" 35 /* MediaTek-specific configuration registers */ 40 /* Host-PCI bridge registers */ 66 * struct mt7621_pcie_port - PCIe port information 71 * @phy: pointer to PHY control block 82 struct phy *phy; member [all …]
|
/Linux-v6.1/drivers/gpio/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 57 non-sleeping contexts. They can make bitbanged serial protocols 116 tristate "GPIO driver for 74xx-ICs with MMIO access" 120 Say yes here to support GPIO functionality for 74xx-compatible ICs 136 If driver is built as a module it will be called gpio-altera. 297 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 300 Say yes here to support basic platform_device memory-mapped GPIO controllers. 319 This GPIO controller supports double-edge interrupt and multi-core 338 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8 379 bool "Loongson-2/3 GPIO support" [all …]
|
/Linux-v6.1/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 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 this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|