Searched +full:rcu +full:- +full:lgm (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/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 …]
|
| /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-5.10/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 …]
|
| /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 …]
|