1
0
Fork 0
alistair23-linux/drivers/pinctrl/spear
Linus Walleij 1c5fb66afa pinctrl: Include <linux/gpio/driver.h> nothing else
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>
2018-09-14 15:10:57 +02:00
..
Kconfig pinctrl: spear: switch plgpio to irqchip helpers 2014-06-19 09:35:12 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pinctrl-plgpio.c treewide: devm_kzalloc() -> devm_kcalloc() 2018-06-12 16:19:22 -07:00
pinctrl-spear.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
pinctrl-spear.h pinctrl: Include <linux/gpio/driver.h> nothing else 2018-09-14 15:10:57 +02:00
pinctrl-spear3xx.c Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
pinctrl-spear3xx.h Update Viresh Kumar's email address 2015-07-17 16:39:53 -07:00
pinctrl-spear300.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear310.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear320.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear1310.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00
pinctrl-spear1340.c pinctrl: spear: make bool drivers explicitly non-modular 2017-02-13 14:25:55 +01:00