From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rojhalat Ibrahim Subject: Re: [PATCH v2 4/4] leds: no longer use unnamed gpios Date: Thu, 22 Jan 2015 10:32:35 +0100 Message-ID: <2355733.gZvsF3iKWH@pcimr> References: <1421876028-22799-1-git-send-email-o.schinagl@ultimaker.com> <1421876028-22799-5-git-send-email-o.schinagl@ultimaker.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1421876028-22799-5-git-send-email-o.schinagl@ultimaker.com> Sender: linux-leds-owner@vger.kernel.org To: Olliver Schinagl Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Linus Walleij , Alexandre Courbot , Dmitry Torokhov , Bryan Wu , Richard Purdie , Olliver Schinagl , Robin Gong , Mika Westerberg , Aaron Lu , Grant Likely , Jingoo Han , Alexander Shiyan , Wolfram Sang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org List-Id: linux-input@vger.kernel.org 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 using > old-style unnamed gpios, we can update the code first, and update > dts files as time allows. > > Signed-off-by: Olliver Schinagl Where does devm_get_gpiod_from_child() fall back "to using old-style unnamed gpios"? After applying this patch the leds defined in my devicetree do not work anymore. Rojhalat