From: Olliver Schinagl Date: Wed, 21 Jan 2015 21:33:46 +0000 (+0100) Subject: gpio: add parameter to allow the use named gpios X-Git-Tag: omap-for-v4.2/o2_dc~94^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1feb57a245a4910b03202a814ffc51a900bd4aca;p=pandora-kernel.git gpio: add parameter to allow the use named gpios The gpio binding document says that new code should always use named gpios. Patch 40b73183 added support to parse a list of gpios from child nodes, but does not make it possible to use named gpios. This patch adds the con_id property and implements it is done in gpiolib.c, where the old-style of using unnamed gpios still works. Signed-off-by: Olliver Schinagl Acked-by: Bryan Wu Acked-by: Dmitry Torokhov Reviewed-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed