Searched +full:ar7100 +full:- +full:gpio (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | qca,ar7100-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/qca,ar7100-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Atheros AR7xxx/AR9xxx GPIO controller 10 - Alban Bedel <albeu@free.fr> 15 - items: 16 - const: qca,ar9132-gpio 17 - const: qca,ar7100-gpio 18 - enum: [all …]
|
/linux/drivers/gpio/ |
H A D | gpio-ath79.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Atheros AR71XX/AR724X/AR913X GPIO API support 6 * Copyright (C) 2010-2011 Jaiganesh Narayanan <jnarayanan@atheros.com> 7 * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> 12 #include <linux/gpio/driver.h> 46 return readl(ctrl->base + reg); in ath79_gpio_read() 52 writel(val, ctrl->base + reg); in ath79_gpio_write() 75 gpiochip_enable_irq(&ctrl->gc, irqd_to_hwirq(data)); in ath79_gpio_irq_unmask() 76 raw_spin_lock_irqsave(&ctrl->lock, flags); in ath79_gpio_irq_unmask() 78 raw_spin_unlock_irqrestore(&ctrl->lock, flags); in ath79_gpio_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 …]
|