Home
last modified time | relevance | path

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

/linux-6.12.1/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
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-6.12.1/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_CAN_TRANSCEIVER) += phy-can-transceiver.o
9 obj-$(CONFIG_PHY_LPC18XX_USB_OTG) += phy-lpc18xx-usb-otg.o
10 obj-$(CONFIG_PHY_XGENE) += phy-xgene.o
11 obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o
12 obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o
13 obj-$(CONFIG_PHY_AIROHA_PCIE) += phy-airoha-pcie.o
[all …]
/linux-6.12.1/drivers/phy/intel/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_PHY_INTEL_KEEMBAY_EMMC) += phy-intel-keembay-emmc.o
3 obj-$(CONFIG_PHY_INTEL_KEEMBAY_USB) += phy-intel-keembay-usb.o
4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
5 obj-$(CONFIG_PHY_INTEL_LGM_EMMC) += phy-intel-lgm-emmc.o
/linux-6.12.1/
DMAINTAINERS5 ---------------------------------------------------
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 …]