Re: [PATCH v2 4/4] leds: no longer use unnamed gpios

2015-01-22 Thread Dmitry Torokhov
Hi Olliver, On Wed, Jan 21, 2015 at 10:33:48PM +0100, Olliver Schinagl wrote: > diff --git a/drivers/input/keyboard/gpio_keys_polled.c > b/drivers/input/keyboard/gpio_keys_polled.c > index 097d721..eadb472 100644 > --- a/drivers/input/keyboard/gpio_keys_polled.c > +++ b/drivers/input/keyboard/gpi

Re: [PATCH v2 4/4] leds: no longer use unnamed gpios

2015-01-22 Thread Olliver Schinagl
Hey Rojhalat, On 22-01-15 10:32, Rojhalat Ibrahim wrote: On Wednesday 21 January 2015 22:33:48 Olliver Schinagl wrote: From: Olliver Schinagl The gpio document says we should not use unnamed bindings for gpios. This patch uses the 'led-' prefix to the gpios and updates code and documents. Bec

Re: [PATCH v2 4/4] leds: no longer use unnamed gpios

2015-01-22 Thread Rojhalat Ibrahim
On Wednesday 21 January 2015 22:33:48 Olliver Schinagl wrote: > From: Olliver Schinagl > > The gpio document says we should not use unnamed bindings for gpios. > This patch uses the 'led-' prefix to the gpios and updates code and > documents. Because the devm_get_gpiod_from_child() falls back to

[PATCH v2 4/4] leds: no longer use unnamed gpios

2015-01-21 Thread Olliver Schinagl
From: Olliver Schinagl The gpio document says we should not use unnamed bindings for gpios. This patch uses the 'led-' prefix to the gpios and updates code and documents. Because the devm_get_gpiod_from_child() falls back to using old-style unnamed gpios, we can update the code first, and update