mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 10:15:13 +00:00
These drivers are GPIO drivers, and the do not need to use the legacy header in <linux/gpio.h>, go directly for <linux/gpio/driver.h> instead. Replace any use of GPIOF_* with 0/1, these flags are for consumers, not drivers. Get rid of a few gpio_to_irq() users that was littering around the place, use local callbacks or avoid using it at all. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| pinctrl-plgpio.c | ||
| pinctrl-spear.c | ||
| pinctrl-spear.h | ||
| pinctrl-spear3xx.c | ||
| pinctrl-spear3xx.h | ||
| pinctrl-spear300.c | ||
| pinctrl-spear310.c | ||
| pinctrl-spear320.c | ||
| pinctrl-spear1310.c | ||
| pinctrl-spear1340.c | ||