Searched +full:mt7621 +full:- +full:pci +full:- +full:phy (Results 1 – 8 of 8) sorted by relevance
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 Device Tree Bindings10 - Sergio Paracuellos <sergio.paracuellos@gmail.com>14 const: mediatek,mt7621-pci-phy22 "#phy-cells":24 description: selects if the phy is dual-ported27 - compatible[all …]
1 #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 …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Mediatek MT7621 PCI PHY Driver7 #include <dt-bindings/phy/phy.h>14 #include <linux/phy/phy.h>67 * struct mt7621_pci_phy - Mt7621 Pcie PHY core70 * @phy: pointer to the kernel PHY device73 * @has_dual_port: if the phy has dual ports.80 struct phy *phy; member87 static inline void mt7621_phy_rmw(struct mt7621_pci_phy *phy, in mt7621_phy_rmw() argument96 * pci setup. Avoid to mask 'set' before set value to 'val' in mt7621_phy_rmw()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # 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
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_PHY_MT7621_PCI) += phy-mt7621-pci.o3 obj-$(CONFIG_PHY_RALINK_USB) += phy-ralink-usb.o
1 // SPDX-License-Identifier: GPL-2.0+4 * PCI init for Ralink RT2880 solution27 #include <linux/pci.h>28 #include <linux/phy/phy.h>38 /* Host-PCI bridge registers */64 * struct mt7621_pcie_port - PCIe port information69 * @phy: pointer to PHY control block80 struct phy *phy; member88 * struct mt7621_pcie - PCIe host information104 return readl_relaxed(pcie->base + reg); in pcie_read()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only57 non-sleeping contexts. They can make bitbanged serial protocols116 tristate "GPIO driver for 74xx-ICs with MMIO access"120 Say yes here to support GPIO functionality for 74xx-compatible ICs136 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-core328 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8346 depends on ARM # For <asm/mach-types.h>[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 …]