android_kernel_xiaomi_sm8450/drivers/pinctrl/samsung
Arnd Bergmann 91d2c740f3 pinctrl: samsung/s3c24xx: add CONFIG_OF dependency
The driver fails to build without CONFIG_OF:

drivers/pinctrl/samsung/pinctrl-samsung.c: In function 'samsung_gpiolib_register':
drivers/pinctrl/samsung/pinctrl-samsung.c:936:5: error: 'struct gpio_chip' has no member named 'of_node'

This configuration is now possible since we can now select the
PINCTRL subsystem on S3C24xx machines other than the device tree
based ones.

Fixes: d219b92461 ("pinctrl: change Kconfig PINCTRL variable to a menuconfig")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2017-11-10 11:40:14 +01:00
..
Kconfig pinctrl: samsung/s3c24xx: add CONFIG_OF dependency 2017-11-10 11:40:14 +01:00
Makefile pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8 2017-06-07 20:40:47 +02:00
pinctrl-exynos5440.c pinctrl: samsung: Clean up modular vs. non-modular distinctions 2017-05-23 16:49:17 +02:00
pinctrl-exynos-arm64.c pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8 2017-06-07 20:40:47 +02:00
pinctrl-exynos-arm.c pinctrl: samsung: Explicitly cast pointer returned by of_iomap() to iomem 2017-06-07 20:40:48 +02:00
pinctrl-exynos.c pinctrl: samsung: Remove unneeded local variable initialization 2017-07-24 06:56:02 +02:00
pinctrl-exynos.h pinctrl: samsung: Use define from dt-bindings for pin mux function 2017-07-18 20:23:12 +02:00
pinctrl-s3c24xx.c pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xx 2017-07-18 18:09:05 +02:00
pinctrl-s3c64xx.c pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xx 2017-07-18 18:09:05 +02:00
pinctrl-samsung.c Samsung pinctrl driver changes for v4.14: 2017-08-14 16:55:01 +02:00
pinctrl-samsung.h pinctrl: samsung: Consistently use unsigned instead of u32 for nr_banks 2017-07-19 07:39:37 +02:00