Home
last modified time | relevance | path

Searched +full:ascend910 +full:- +full:gpio (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dhisilicon,ascend910-gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/hisilicon,ascend910-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: HiSilicon common GPIO controller
10 - Jay Fang <f.fangjian@huawei.com>
13 The HiSilicon common GPIO controller can be used for many different
18 const: hisilicon,ascend910-gpio
26 gpio-controller: true
28 "#gpio-cells":
[all …]
/linux-6.12.1/drivers/gpio/
Dgpio-hisi.c1 // SPDX-License-Identifier: GPL-2.0-only
3 #include <linux/gpio/driver.h>
33 #define HISI_GPIO_DRIVER_NAME "gpio-hisi"
48 void __iomem *reg = hisi_gpio->reg_base + off; in hisi_gpio_read_reg()
58 void __iomem *reg = hisi_gpio->reg_base + off; in hisi_gpio_write_reg()
84 return -ENOTSUPP; in hisi_gpio_set_config()
139 return -EINVAL; in hisi_gpio_irq_set_type()
143 * The dual-edge interrupt and other interrupt's registers do not in hisi_gpio_irq_set_type()
144 * take effect at the same time. The registers of the two-edge in hisi_gpio_irq_set_type()
146 * the dual-edge interrupts must be disabled before the configuration in hisi_gpio_irq_set_type()
[all …]
/linux-6.12.1/
DMAINTAINERS5 ---------------------------------------------------
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 …]