Re: [PATCH v2 1/1] of: Pass GPIO label down to gpiod_request when using get_gpiod_from_child
From: Linus Walleij <hidden>
Date: 2017-01-17 15:07:07
Also in:
linux-fbdev, linux-gpio, linux-leds
From: Linus Walleij <hidden>
Date: 2017-01-17 15:07:07
Also in:
linux-fbdev, linux-gpio, linux-leds
On Thu, Jan 12, 2017 at 5:39 PM, Alexander Stein [off-list ref] wrote:
Currently all users of fwnode_get_named_gpiod() have no way to specify a label for the GPIO. So GPIOs listed in debugfs are shown with label "?". With this change a proper label is used. Also adjust all users so they can pass a label, properly retrieved from device tree properties. Signed-off-by: Alexander Stein <redacted> CC: Andy Shevchenko <andriy.shevchenko@linux.intel.com> CC: Jacek Anaszewski <jacek.anaszewski@gmail.com> --- v2: * Non-RFC * This patch is rebased on gpio/for-next branch and cherry-picked commit 2715bbe from https://bitbucket.org/andy-shev/linux.git
Patch applied on top of Andy's patch. Let's see if this all builds and works :) Yours, Linus Walleij