Searched +full:ls2k +full:- +full:gpio (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/ |
D | loongson,ls2k-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/loongson,ls2k-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson-2 SoC Pinctrl Controller 10 - zhanghongchen <zhanghongchen@loongson.cn> 11 - Yinbo Zhu <zhuyinbo@loongson.cn> 14 - $ref: pinctrl.yaml# 18 const: loongson,ls2k-pinctrl 24 '-pins$': [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/gpio/ |
D | loongson,ls-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/loongson,ls-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Loongson GPIO controller. 10 - Yinbo Zhu <zhuyinbo@loongson.cn> 15 - loongson,ls2k-gpio 16 - loongson,ls7a-gpio 25 "#gpio-cells": 28 gpio-controller: true [all …]
|
/Linux-v6.6/drivers/gpio/ |
D | gpio-loongson-64bit.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Loongson GPIO Support 5 * Copyright (C) 2022-2023 Loongson Technology Corporation Limited 13 #include <linux/gpio/driver.h> 49 writeb(bval, lgpio->reg_base + lgpio->chip_data->conf_offset + pin); in loongson_commit_direction() 56 writeb(bval, lgpio->reg_base + lgpio->chip_data->out_offset + pin); in loongson_commit_level() 64 spin_lock_irqsave(&lgpio->lock, flags); in loongson_gpio_direction_input() 66 spin_unlock_irqrestore(&lgpio->lock, flags); in loongson_gpio_direction_input() 76 spin_lock_irqsave(&lgpio->lock, flags); in loongson_gpio_direction_output() 79 spin_unlock_irqrestore(&lgpio->lock, flags); in loongson_gpio_direction_output() [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | snps,dwmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Torgue <alexandre.torgue@foss.st.com> 11 - Giuseppe Cavallaro <peppe.cavallaro@st.com> 12 - Jose Abreu <joabreu@synopsys.com> 23 - snps,dwmac 24 - snps,dwmac-3.40a 25 - snps,dwmac-3.50a 26 - snps,dwmac-3.610 [all …]
|
/Linux-v6.6/drivers/pinctrl/ |
D | pinctrl-loongson2.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2022-2023 Loongson Technology Corporation Limited 13 #include <linux/pinctrl/pinconf-generic.h> 20 #include "pinctrl-utils.h" 63 #define LOONGSON2_PIN(x) PINCTRL_PIN(x, "gpio"#x) 108 PMX_GROUP(gpio, 0x0, 64), 150 FUNCTION(gpio), 189 seq_printf(s, " %s", dev_name(pcdev->dev)); in loongson2_pin_dbg_show() 205 void __iomem *reg = pctrl->reg_base + in loongson2_pmx_set_mux() 211 spin_lock_irqsave(&pctrl->lock, flags); in loongson2_pmx_set_mux() [all …]
|
/Linux-v6.6/ |
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 …]
|