linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] memory: omap-gpmc: improve the GPIO chip implementation
@ 2025-04-07  7:21 Bartosz Golaszewski
  2025-04-07  7:21 ` [PATCH 1/2] memory: omap-gpmc: use the dedicated define for GPIO direction Bartosz Golaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2025-04-07  7:21 UTC (permalink / raw)
  To: Roger Quadros, Tony Lindgren, Krzysztof Kozlowski, Linus Walleij,
	Bartosz Golaszewski
  Cc: linux-omap, linux-kernel, linux-gpio, Bartosz Golaszewski

struct gpio_chip now has callbacks for setting line values that return
an integer, allowing to indicate failures. We're in the process of
converting all GPIO drivers to using the new API. However, this
driver doesn't even need the set() callback so let's remove it
altogether.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (2):
      memory: omap-gpmc: use the dedicated define for GPIO direction
      memory: omap-gpmc: remove GPIO set() and direction_output() callbacks

 drivers/memory/omap-gpmc.c | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250327-gpiochip-set-rv-memory-87bf23c66b7a

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-15  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07  7:21 [PATCH 0/2] memory: omap-gpmc: improve the GPIO chip implementation Bartosz Golaszewski
2025-04-07  7:21 ` [PATCH 1/2] memory: omap-gpmc: use the dedicated define for GPIO direction Bartosz Golaszewski
2025-04-07  7:21 ` [PATCH 2/2] memory: omap-gpmc: remove GPIO set() and direction_output() callbacks Bartosz Golaszewski
2025-04-15  6:20 ` [PATCH 0/2] memory: omap-gpmc: improve the GPIO chip implementation Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).