Searched +full:rcu +full:- +full:lgm (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/reset/ |
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-v5.15/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 …]
|
/Linux-v5.15/drivers/reset/ |
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-v5.15/ |
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 …]
|