Home
last modified time | relevance | path

Searched +full:mt7621 +full:- +full:pci +full:- +full:phy (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/phy/
Dmediatek,mt7621-pci-phy.yaml1 # 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 Device Tree Bindings
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-v5.15/drivers/staging/mt7621-dts/
Dmt7621.dtsi1 #include <dt-bindings/interrupt-controller/mips-gic.h>
2 #include <dt-bindings/gpio/gpio.h>
3 #include <dt-bindings/clock/mt7621-clk.h>
6 #address-cells = <1>;
7 #size-cells = <1>;
8 compatible = "mediatek,mt7621-soc";
21 #address-cells = <0>;
22 #interrupt-cells = <1>;
23 interrupt-controller;
24 compatible = "mti,cpu-interrupt-controller";
[all …]
/Linux-v5.15/drivers/phy/ralink/
Dphy-mt7621-pci.c1 // 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 …]
DKconfig1 # 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
DMakefile1 # 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-v5.15/drivers/staging/mt7621-pci/
Dpci-mt7621.c1 // SPDX-License-Identifier: GPL-2.0+
4 * PCI init for Ralink RT2880 solution
27 #include <linux/pci.h>
28 #include <linux/phy/phy.h>
38 /* Host-PCI bridge registers */
64 * struct mt7621_pcie_port - PCIe port information
69 * @phy: pointer to PHY control block
80 struct phy *phy; member
88 * struct mt7621_pcie - PCIe host information
104 return readl_relaxed(pcie->base + reg); in pcie_read()
[all …]
/Linux-v5.15/drivers/gpio/
DKconfig1 # 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.
287 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"
290 Say yes here to support basic platform_device memory-mapped GPIO controllers.
309 This GPIO controller support double-edge interrupt and multi-core
328 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8
346 depends on ARM # For <asm/mach-types.h>
[all …]
/Linux-v5.15/
DMAINTAINERS9 -------------------------
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 …]