Searched +full:armada +full:- +full:375 +full:- +full:usb +full:- +full:cluster (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/phy/ |
H A D | marvell,armada-375-usb-cluster.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/marvell,armada-375-usb-cluster.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Armada 375 USB Cluster 10 - Andrew Lunn <andrew@lunn.ch> 11 - Gregory Clement <gregory.clement@bootlin.com> 14 Control register for the Armada 375 USB cluster, managing USB2 and USB3 features. 18 const: marvell,armada-375-usb-cluster 23 '#phy-cells': [all …]
|
/linux/drivers/phy/marvell/ |
H A D | phy-armada375-usb2.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * USB cluster support for Armada 375 platform. 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 * Armada 375 comes with an USB2 host and device controller and an 10 * USB3 controller. The USB cluster control register allows to manage 11 * common features of both USB controllers. 14 #include <dt-bindings/phy/phy.h> 38 return -ENODEV; in armada375_usb_phy_init() 40 reg = readl(cluster_phy->reg); in armada375_usb_phy_init() 41 if (cluster_phy->use_usb3) in armada375_usb_phy_init() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 bool "Armada 375 USB cluster PHY support" if COMPILE_TEST 20 tristate "Marvell Berlin USB PHY Driver" 25 Enable this to support the USB PHY on Marvell Berlin SoCs. 36 shared serdes PHYs on Marvell Armada 3700. Its serdes lanes can be 49 tristate "Marvell Armada 38x comphy driver" 55 shared serdes PHYs on Marvell Armada 38x. Its serdes lanes can be 56 used by various controllers (Ethernet, sata, usb, PCIe...). 66 shared serdes PHYs on Marvell Armada 7k/8k (in the CP110). Its serdes 67 lanes can be used by various controllers (Ethernet, sata, usb, [all …]
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-375.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Include file for Marvell Armada 375 family SoC 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/phy/phy.h> 18 #address-cells = <1>; 19 #size-cells = <1>; 21 model = "Marvell Armada 375 family SoC"; [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|