Searched +full:s500 +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/actions,s500-pinctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Actions Semi S500 SoC pinmux & GPIO controller10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>11 - Cristian Ciocaltea <cristian.ciocaltea@gmail.com>16 pinctrl-bindings.txt in this directory for common binding part and usage.20 const: actions,s500-pinctrl24 - description: GPIO Output + GPIO Input + GPIO Data[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 bool "Actions Semi OWL pinctrl driver"11 Say Y here to enable Actions Semi OWL pinctrl driver14 bool "Actions Semi S500 pinctrl driver"17 Say Y here to enable Actions Semi S500 pinctrl driver20 bool "Actions Semi S700 pinctrl driver"23 Say Y here to enable Actions Semi S700 pinctrl driver26 bool "Actions Semi S900 pinctrl driver"29 Say Y here to enable Actions Semi S900 pinctrl driver
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_PINCTRL_OWL) += pinctrl-owl.o3 obj-$(CONFIG_PINCTRL_S500) += pinctrl-s500.o4 obj-$(CONFIG_PINCTRL_S700) += pinctrl-s700.o5 obj-$(CONFIG_PINCTRL_S900) += pinctrl-s900.o
1 // SPDX-License-Identifier: GPL-2.0+3 * Actions Semi S500 SoC Pinctrl driver12 #include <linux/pinctrl/pinconf-generic.h>13 #include <linux/pinctrl/pinctrl.h>14 #include "pinctrl-owl.h"16 /* Pinctrl registers offset */867 /* Pinctrl groups */1653 return -EOPNOTSUPP; in s500_pad_pinconf_arg2val()1673 return -EOPNOTSUPP; in s500_pad_pinconf_val2arg()1700 { .compatible = "actions,s500-pinctrl", },[all …]