diff options
| author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2016-10-21 10:21:31 -0400 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2016-10-24 10:33:11 -0400 |
| commit | 9427ecbed46cc8425338084ae42ce8749566586f (patch) | |
| tree | c5074390bd405e3e28277df09f600ea0a78ecd09 /drivers/gpio/Makefile | |
| parent | c80f1ba75df25837fb76044e06686b6587d33f6a (diff) | |
gpio: Rework of_gpiochip_set_names() to use device property accessors
In order to use "gpio-line-names" property in systems not having DT as
their boot firmware, rework of_gpiochip_set_names() to use device property
accessors. This reworked function is placed in a separate file making it
clear it deals with universal device properties.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
| -rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 145847a4d1d5..bd51ad8b4841 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile | |||
| @@ -5,6 +5,7 @@ ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG | |||
| 5 | obj-$(CONFIG_GPIO_DEVRES) += devres.o | 5 | obj-$(CONFIG_GPIO_DEVRES) += devres.o |
| 6 | obj-$(CONFIG_GPIOLIB) += gpiolib.o | 6 | obj-$(CONFIG_GPIOLIB) += gpiolib.o |
| 7 | obj-$(CONFIG_GPIOLIB) += gpiolib-legacy.o | 7 | obj-$(CONFIG_GPIOLIB) += gpiolib-legacy.o |
| 8 | obj-$(CONFIG_GPIOLIB) += gpiolib-devprop.o | ||
| 8 | obj-$(CONFIG_OF_GPIO) += gpiolib-of.o | 9 | obj-$(CONFIG_OF_GPIO) += gpiolib-of.o |
| 9 | obj-$(CONFIG_GPIO_SYSFS) += gpiolib-sysfs.o | 10 | obj-$(CONFIG_GPIO_SYSFS) += gpiolib-sysfs.o |
| 10 | obj-$(CONFIG_GPIO_ACPI) += gpiolib-acpi.o | 11 | obj-$(CONFIG_GPIO_ACPI) += gpiolib-acpi.o |
