Searched +full:rcu +full:- +full:lgm (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/reset/ |
H A D | intel,rcu-gw.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/intel,rcu-gw.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dilip Kota <eswara.kota@linux.intel.com> 15 - intel,rcu-lgm 16 - intel,rcu-xrx200 22 intel,global-reset: 24 $ref: /schemas/types.yaml#/definitions/uint32-array 26 - description: Register offset [all …]
|
/linux/Documentation/devicetree/bindings/phy/ |
H A 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 …]
|
/linux/drivers/reset/ |
H A D | reset-intel-gw.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/reset-controller.h> 39 .name = "intel-reset", 57 if (data->soc_data->legacy) in id_to_reg_and_bit_offsets() 62 if (data->soc_data->legacy && *rst_req == RCU_RST_REQ) in id_to_reg_and_bit_offsets() 78 ret = regmap_update_bits(data->regmap, rst_req, BIT(req_bit), val); in intel_set_clr_bits() 82 return regmap_read_poll_timeout(data->regmap, rst_stat, val, in intel_set_clr_bits() 95 dev_err(data->dev, "Reset assert failed %d\n", ret); in intel_assert_device() 108 dev_err(data->dev, "Reset deassert failed %d\n", ret); in intel_deassert_device() 122 ret = regmap_read(data->regmap, rst_stat, &val); in intel_reset_status() [all …]
|
/linux/ |
H A 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 …]
|