memory: omap-gpmc: remove GPIO set() and direction_output() callbacks
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 7 Apr 2025 07:21:20 +0000 (09:21 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 15 Apr 2025 05:43:35 +0000 (07:43 +0200)
commit1f34b5a9f09696eaf464c6ed06a055ed9cde3425
treeb09e8466bf4a0c09444212c0c7a164437d41df24
parenta63f9903a56fabe17a0c71dd0c291499d28214c5
memory: omap-gpmc: remove GPIO set() and direction_output() callbacks

This driver implements an input-only GPIO controller. There's no need to
implement the set() and direction_output() callbacks in this case, the
GPIO core will handle it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20250407-gpiochip-set-rv-memory-v1-2-5ab0282a9da7@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/omap-gpmc.c