[PATCH v1 0/4] Let leds use named gpios

From: Olliver Schinagl
Date: Wed Jan 07 2015 - 04:09:25 EST


From: Olliver Schinagl <o.schinagl@xxxxxxxxxxxxx>

The gpio binding docs ask to use named-gpios wherever possible, however 40b73183 probably forgot that. This patch makes the new devm_get_gpiod_from_child use named gpios.

Olliver Schinagl (4):
gpio:gpiolib: use static const char const * for a suffixes array
gpio: add parameter to allow the use named gpios
leds: Let the binding document example for leds-gpio follow the gpio
bindings
leds: no longer use unnamed gpios

Documentation/devicetree/bindings/leds/leds-gpio.txt | 14 ++++++++------
drivers/gpio/devres.c | 16 +++++++++++++++-
drivers/gpio/gpiolib.c | 2 +-
drivers/input/keyboard/gpio_keys_polled.c | 2 +-
drivers/leds/leds-gpio.c | 2 +-
include/linux/gpio/consumer.h | 1 +
6 files changed, 27 insertions(+), 10 deletions(-)

--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/