All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio: Add the devm_fwnode_get_index_gpiod_from_child() helper
@ 2017-01-30 15:41 ` Boris Brezillon
  0 siblings, 0 replies; 40+ messages in thread
From: Boris Brezillon @ 2017-01-30 15:41 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot, linux-gpio
  Cc: Dmitry Torokhov, linux-input, Bryan Wu, Richard Purdie,
	Jacek Anaszewski, linux-leds, Tomi Valkeinen, linux-fbdev,
	linux-kernel, Russell King, Boris Brezillon

Hello Linus,

I send these 2 patches separately from the Atmel NAND driver rework
since these are self-contained and do not have any external
dependencies.

Feel free to apply them in your tree if you are happy with this
version and once other subsystem maintainers have acked patch 1.

Thanks,

Boris

---
Changes since v1:
- Rename the devm_get_gpiod_from_child() helper into
  devm_fwnode_get_gpiod_from_child()
- Define as a static inline wrapper around
  devm_fwnode_get_gpiod_from_child()

Boris Brezillon (2):
  gpio: Rename devm_get_gpiod_from_child()
  gpio: Add the devm_fwnode_get_index_gpiod_from_child() helper

 drivers/gpio/devres.c                     | 14 ++++++++------
 drivers/gpio/gpiolib.c                    |  9 +++++----
 drivers/input/keyboard/gpio_keys.c        |  3 ++-
 drivers/input/keyboard/gpio_keys_polled.c |  5 +++--
 drivers/leds/leds-gpio.c                  |  2 +-
 drivers/video/fbdev/amba-clcd-nomadik.c   |  8 ++++----
 include/linux/gpio/consumer.h             | 23 ++++++++++++++++-------
 7 files changed, 39 insertions(+), 25 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-02-02 11:53 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-30 15:41 [PATCH 0/2] gpio: Add the devm_fwnode_get_index_gpiod_from_child() helper Boris Brezillon
2017-01-30 15:41 ` Boris Brezillon
2017-01-30 15:41 ` [PATCH 1/2] gpio: Rename devm_get_gpiod_from_child() Boris Brezillon
2017-01-30 15:41   ` Boris Brezillon
2017-01-30 19:57   ` Jacek Anaszewski
2017-01-30 19:57     ` Jacek Anaszewski
2017-01-31  1:06   ` Dmitry Torokhov
2017-01-31  1:06     ` Dmitry Torokhov
2017-01-31  8:04     ` Boris Brezillon
2017-01-31  8:04       ` Boris Brezillon
2017-01-31  8:44       ` Dmitry Torokhov
2017-01-31  8:44         ` Dmitry Torokhov
2017-01-31  9:07         ` Boris Brezillon
2017-01-31  9:07           ` Boris Brezillon
2017-01-31  9:11           ` Dmitry Torokhov
2017-01-31  9:11             ` Dmitry Torokhov
2017-01-31  9:24             ` Boris Brezillon
2017-01-31  9:24               ` Boris Brezillon
2017-01-31 18:39               ` Dmitry Torokhov
2017-01-31 18:39                 ` Dmitry Torokhov
2017-01-31 19:42                 ` Boris Brezillon
2017-01-31 19:42                   ` Boris Brezillon
2017-02-01 13:05                   ` Linus Walleij
2017-02-01 13:05                     ` Linus Walleij
2017-02-01 13:22                     ` Boris Brezillon
2017-02-01 13:22                       ` Boris Brezillon
2017-02-01 14:51                       ` Linus Walleij
2017-02-01 14:51                         ` Linus Walleij
2017-02-01 17:18                         ` Dmitry Torokhov
2017-02-01 17:18                           ` Dmitry Torokhov
2017-02-02 10:07                         ` Mika Westerberg
2017-02-02 10:07                           ` Mika Westerberg
2017-02-01 17:17   ` Dmitry Torokhov
2017-02-01 17:17     ` Dmitry Torokhov
2017-02-02 10:53   ` Linus Walleij
2017-02-02 10:53     ` Linus Walleij
2017-02-02 11:53     ` Boris Brezillon
2017-02-02 11:53       ` Boris Brezillon
2017-01-30 15:41 ` [PATCH 2/2] gpio: Add the devm_fwnode_get_index_gpiod_from_child() helper Boris Brezillon
2017-01-30 15:41   ` Boris Brezillon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.