Searched +full:en7581 +full:- +full:scu (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/arm/ |
H A D | airoha,en7581-chip-scu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/airoha,en7581-chip-scu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Airoha Chip SCU Controller for EN7581 SoC 10 - Lorenzo Bianconi <lorenzo@kernel.org> 13 The airoha chip-scu block provides a configuration interface for clock, 14 io-muxing and other functionalities used by multiple controllers (e.g. clock, 15 pinctrl, ecc) on EN7581 SoC. 20 - enum: [all …]
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | airoha,en7523-scu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/airoha,en7523-scu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Felix Fietkau <nbd@nbd.name> 11 - John Crispin <nbd@nbd.name> 25 [1]: <include/dt-bindings/clock/en7523-clk.h>. 32 - enum: 33 - airoha,en7523-scu 34 - airoha,en7581-scu [all …]
|
/linux/drivers/clk/ |
H A D | clk-en7523.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 #include <linux/clk-provider.h> 10 #include <linux/reset-controller.h> 11 #include <dt-bindings/clock/en7523-clk.h> 12 #include <dt-bindings/reset/airoha,en7581-reset.h> 35 /* EN7581 */ 88 /* EN7581 */ 351 if (!desc->base_bits) in en7523_get_base_rate() 352 return desc->base_value; in en7523_get_base_rate() 354 val >>= desc->base_shift; in en7523_get_base_rate() [all …]
|
/linux/drivers/watchdog/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 on-line as fast as possible after a lock-up. There's both a watchdog 21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source. 51 bool "Update boot-enabled watchdog until userspace takes over" 77 bool "Enable watchdog hrtimer-based pretimeouts" 198 tristate "ChromeOS EC-based watchdog" 252 tristate "Watchdog device controlled through GPIO-line" 257 controlled through GPIO-line. 280 will be called lenovo-se10-wdt. 394 module will be called mlx-wdt. [all …]
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-airoha.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <dt-bindings/pinctrl/mt65xx.h> 23 #include <linux/pinctrl/pinconf-generic.h> 2263 return -EINVAL; in airoha_convert_pin_to_reg_offset() 2265 return pin - range->pin_base; in airoha_convert_pin_to_reg_offset() 2276 regmap_update_bits(pinctrl->regmap, pinctrl->gpiochip.data[index], in airoha_gpio_set() 2287 err = regmap_read(pinctrl->regmap, in airoha_gpio_get() 2288 pinctrl->gpiochip.data[index], &val); in airoha_gpio_get() 2310 u8 offset = data->hwirq % AIROHA_REG_GPIOCTRL_NUM_PIN; in airoha_irq_unmask() 2311 u8 index = data->hwirq / AIROHA_REG_GPIOCTRL_NUM_PIN; in airoha_irq_unmask() [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 …]
|