Searched +full:ma35d1 +full:- +full:usb2 +full:- +full:phy (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/phy/ |
H A D | nuvoton,ma35d1-usb2-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/nuvoton,ma35d1-usb2-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Nuvoton MA35D1 USB2 phy 10 - Hui-Ping Chen <hpchen0nvt@gmail.com> 15 - nuvoton,ma35d1-usb2-phy 17 "#phy-cells": 26 phandle to syscon for checking the PHY clock status. 29 - compatible [all …]
|
/linux/drivers/phy/nuvoton/ |
H A D | phy-ma35d1-usb2.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/phy/phy.h> 17 /* USB PHY Miscellaneous Control Register */ 19 #define PHY0POR BIT(0) /* PHY Power-On Reset Control Bit */ 20 #define PHY0SUSPEND BIT(1) /* PHY Suspend; 0: suspend, 1: operaion */ 21 #define PHY0COMN BIT(2) /* PHY Common Block Power-Down Control */ 22 #define PHY0DEVCKSTB BIT(10) /* PHY 60 MHz UTMI clock stable bit */ 30 static int ma35_usb_phy_power_on(struct phy *phy) in ma35_usb_phy_power_on() argument 32 struct ma35_usb_phy *p_phy = phy_get_drvdata(phy); in ma35_usb_phy_power_on() 36 ret = clk_prepare_enable(p_phy->clk); in ma35_usb_phy_power_on() [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_PHY_MA35_USB) += phy-ma35d1-usb2.o
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | syscon.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 represent as any specific type of device. The typical use-case is 13 for some other node's driver, or platform-specific code, to acquire 20 - Lee Jones <lee@kernel.org> 30 - al,alpine-sysfabric-servic 31 - allwinner,sun8i-a83t-system-controller 32 - allwinner,sun8i-h3-system-controller 33 - allwinner,sun8i-v3s-system-controller [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 …]
|