OSDN Git Service

gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callback
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Sep 2018 11:22:15 +0000 (13:22 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Sep 2018 17:55:24 +0000 (10:55 -0700)
commit2ab4a93980e4831ec901d040f792f72f84205c16
tree47e84017016d73d80bf1c4d0b38d6742eb7f282b
parent2abfb31410fa9e742b333b907a1ed86c4aa1ff63
gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callback

This API is not used anywhere in the kernel and has remained
unused for years after being introduced.

Over time, we have developed a subsystem to deal with pin
control and this now managed pull up/down.

Delete the old and unused API. If this platform needs it,
we should implement a proper pin controller for it instead.

Cc: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/mips/include/asm/vr41xx/giu.h
drivers/gpio/gpio-vr41xx.c