Searched +full:keembay +full:- +full:dwc3 (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/usb/ |
D | intel,keembay-dwc3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/intel,keembay-dwc3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Intel Keem Bay DWC3 USB controller 10 - Wan Ahmad Zainie <[email protected]> 14 const: intel,keembay-dwc3 22 clock-names: 24 - const: async_master 25 - const: ref [all …]
|
/linux-6.14.4/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 …]
|
/linux-6.14.4/drivers/phy/intel/ |
D | phy-intel-keembay-usb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 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() 102 ret = regmap_update_bits(priv->regmap_slv, USS_USB_PHY_CFG0, in keembay_usb_clocks_on() 106 dev_err(priv->dev, "error ref clock select: %d\n", ret); in keembay_usb_clocks_on() 115 ret = regmap_update_bits(priv->regmap_slv, USS_USB_CTRL_CFG0, in keembay_usb_core_off() [all …]
|
/linux-6.14.4/ |
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-[email protected] 88 F: drivers/scsi/3w-* [all …]
|