Home
last modified time | relevance | path

Searched +full:lgm +full:- +full:usb +full:- +full:phy (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/Documentation/devicetree/bindings/phy/
Dintel,lgm-usb-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/intel,lgm-usb-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intel LGM USB PHY Device Tree Bindings
10 - Vadivel Murugan Ramuthevar <vadivel.muruganx.ramuthevar@linux.intel.com>
14 const: intel,lgm-usb-phy
24 - description: USB PHY and Host controller reset
25 - description: APB BUS reset
26 - description: General Hardware reset
[all …]
/linux-5.10/drivers/phy/
Dphy-lgm-usb.c1 // SPDX-License-Identifier: GPL-2.0
3 * Intel LGM USB PHY driver
16 #include <linux/usb/phy.h>
37 static const char *const PHY_RESETS[] = { "phy31", "phy", };
44 struct usb_phy phy; member
56 ret = extcon_get_property(ta->phy.edev, EXTCON_USB_HOST, in get_flipped()
59 dev_err(ta->phy.dev, "no polarity property from extcon\n"); in get_flipped()
68 static int phy_init(struct usb_phy *phy) in phy_init() argument
70 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); in phy_init()
71 void __iomem *ctrl1 = phy->io_priv + CTRL1_OFFSET; in phy_init()
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the phy drivers.
6 obj-$(CONFIG_GENERIC_PHY) += phy-core.o
7 obj-$(CONFIG_GENERIC_PHY_MIPI_DPHY) += phy-core-mipi-dphy.o
8 obj-$(CONFIG_PHY_LPC18XX_USB_OTG) += phy-lpc18xx-usb-otg.o
9 obj-$(CONFIG_PHY_XGENE) += phy-xgene.o
10 obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o
11 obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o
12 obj-y += allwinner/ \