Skip to content

Commit 8efe124

Browse files
andy-shevBartosz Golaszewski
authored andcommitted
gpio: delay: Remove duplicative functionality
Now that GPIO aggregator supports a delay line, drop the duplicative functionality, i.e. the entire gpio-delay driver. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 81674be commit 8efe124

3 files changed

Lines changed: 0 additions & 174 deletions

File tree

drivers/gpio/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,15 +1749,6 @@ config GPIO_AGGREGATOR
17491749
industrial control context, to be operated from userspace using
17501750
the GPIO chardev interface.
17511751

1752-
config GPIO_DELAY
1753-
tristate "GPIO delay"
1754-
depends on OF_GPIO
1755-
help
1756-
Say yes here to enable the GPIO delay, which provides a way to
1757-
configure platform specific delays for GPIO ramp-up or ramp-down
1758-
delays. This can serve the following purposes:
1759-
- Open-drain output using an RC filter
1760-
17611752
config GPIO_LATCH
17621753
tristate "GPIO latch driver"
17631754
help

drivers/gpio/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ obj-$(CONFIG_GPIO_DA9052) += gpio-da9052.o
5252
obj-$(CONFIG_GPIO_DA9055) += gpio-da9055.o
5353
obj-$(CONFIG_GPIO_DAVINCI) += gpio-davinci.o
5454
obj-$(CONFIG_GPIO_DLN2) += gpio-dln2.o
55-
obj-$(CONFIG_GPIO_DELAY) += gpio-delay.o
5655
obj-$(CONFIG_GPIO_DWAPB) += gpio-dwapb.o
5756
obj-$(CONFIG_GPIO_EIC_SPRD) += gpio-eic-sprd.o
5857
obj-$(CONFIG_GPIO_ELKHARTLAKE) += gpio-elkhartlake.o

drivers/gpio/gpio-delay.c

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)