Searched +full:aw9523 +full:- +full:pinctrl (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/pinctrl/awinic,aw9523-pinctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Awinic AW9523/AW9523B I2C GPIO Expander10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>13 The Awinic AW9523/AW9523B I2C GPIO Expander featuring 16 multi-function18 const: awinic,aw9523-pinctrl23 '#gpio-cells':26 include/dt-bindings/gpio/gpio.h[all …]
1 // SPDX-License-Identifier: GPL-2.0-only22 #include <linux/pinctrl/pinconf-generic.h>23 #include <linux/pinctrl/pinconf.h>24 #include <linux/pinctrl/pinctrl.h>25 #include <linux/pinctrl/pinmux.h>32 * HW needs at least 20uS for reset and at least 1-2uS to recover from40 /* Port 0: P0_0...P0_7 - Port 1: P1_0...P1_7 */58 * struct aw9523_irq - Interrupt controller structure68 * struct aw9523 - Main driver structure74 * @pctl: pinctrl handle for current device[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # PINCTRL infrastructure and drivers6 menuconfig PINCTRL config9 if PINCTRL29 bool "Debug PINCTRL calls"32 Say Y here to add some extra checks and diagnostics to PINCTRL calls.66 will be called pinctrl-apple-gpio.69 bool "Axis ARTPEC-6 pin controller driver"74 This is the driver for the Axis ARTPEC-6 pin controller. This driver77 found in Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt[all …]
1 # SPDX-License-Identifier: GPL-2.04 subdir-ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG6 obj-y += core.o pinctrl-utils.o7 obj-$(CONFIG_PINMUX) += pinmux.o8 obj-$(CONFIG_PINCONF) += pinconf.o9 obj-$(CONFIG_GENERIC_PINCONF) += pinconf-generic.o10 obj-$(CONFIG_OF) += devicetree.o12 obj-$(CONFIG_PINCTRL_AMD) += pinctrl-amd.o13 obj-$(CONFIG_PINCTRL_APPLE_GPIO) += pinctrl-apple-gpio.o14 obj-$(CONFIG_PINCTRL_ARTPEC6) += pinctrl-artpec6.o[all …]