Searched +full:keembay +full:- +full:usb +full:- +full:phy (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | intel,keembay-phy-usb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/intel,keembay-phy-usb.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Intel Keem Bay USB PHY 10 - Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com> 14 const: intel,keembay-usb-phy 18 - description: USB APB CPR (clock, power, reset) register 19 - description: USB APB slave register 21 reg-names: [all …]
|
| /kernel/linux/linux-6.6/drivers/phy/intel/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 # Phy drivers for Intel platforms 6 tristate "Intel Keem Bay EMMC PHY driver" 15 will be called phy-keembay-emmc.ko. 18 tristate "Intel Keem Bay USB PHY driver" 27 will be called phy-keembay-usb.ko. 44 tristate "Intel Lightning Mountain EMMC PHY driver" 48 Enable this to support the Intel EMMC PHY
|
| 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
|
| D | phy-intel-keembay-usb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Intel Keem Bay USB PHY driver 13 #include <linux/phy/phy.h> 17 /* USS (USB Subsystem) clock control registers */ 76 ret = regmap_update_bits(priv->regmap_cpr, USS_CPR_CLK_SET, in keembay_usb_clocks_on() 79 dev_err(priv->dev, "error clock set: %d\n", ret); in keembay_usb_clocks_on() 83 ret = regmap_update_bits(priv->regmap_cpr, USS_CPR_RST_SET, in keembay_usb_clocks_on() 86 dev_err(priv->dev, "error reset set: %d\n", ret); in keembay_usb_clocks_on() 90 ret = regmap_update_bits(priv->regmap_slv, in keembay_usb_clocks_on() 95 dev_err(priv->dev, "error iddq disable: %d\n", ret); in keembay_usb_clocks_on() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/dwc3/ |
| D | dwc3-of-simple.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * dwc3-of-simple.c - OF glue layer for simple integrations 5 * Copyright (c) 2015 Texas Instruments Incorporated - https://www.ti.com 9 * This is a combination of the old dwc3-qcom.c by Ivan T. Ivanov 10 * <iivanov@mm-sol.com> and the original patch adding support for Xilinx' SoC 18 #include <linux/dma-mapping.h> 36 struct device *dev = &pdev->dev; in dwc3_of_simple_probe() 37 struct device_node *np = dev->of_node; in dwc3_of_simple_probe() 43 return -ENOMEM; in dwc3_of_simple_probe() 46 simple->dev = dev; in dwc3_of_simple_probe() [all …]
|
| /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/linux-5.10/ |
| D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|