Searched +full:lgm +full:- +full:usb +full:- +full:phy (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | intel,lgm-usb-phy.yaml | 1 # 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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | intel,lgm-usb-phy.yaml | 1 # 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 …]
|
| /kernel/linux/linux-5.10/drivers/phy/ |
| D | phy-lgm-usb.c | 1 // 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 …]
|
| D | Makefile | 1 # 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/ \
|
| /kernel/linux/linux-6.6/drivers/phy/ |
| D | phy-lgm-usb.c | 1 // 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 …]
|
| D | Makefile | 1 # 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-y += allwinner/ \
|
| /kernel/linux/linux-6.6/drivers/phy/intel/ |
| D | Makefile | 1 # 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
|
| /kernel/linux/linux-6.6/ |
| 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 …]
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 1 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig 3 --- a/arch/arm/Kconfig 5 @@ -322,7 +322,7 @@ config ARCH_MULTIPLATFORM 9 - select AUTO_ZRELADDR 14 @@ -650,6 +650,8 @@ source "arch/arm/mach-highbank/Kconfig" 16 source "arch/arm/mach-hisi/Kconfig" 18 +source "arch/arm/mach-hibvt/Kconfig" 20 source "arch/arm/mach-imx/Kconfig" 22 source "arch/arm/mach-integrator/Kconfig" 23 diff --git a/arch/arm/Makefile b/arch/arm/Makefile [all …]
|