From: John Bonesio Date: Mon, 27 Jun 2011 23:49:57 +0000 (-0700) Subject: of/gpio: Add new method for getting gpios under different property names X-Git-Tag: v3.1-rc1~313^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b0919140b49e0871584362ae0cf1d18c476058;p=pandora-kernel.git of/gpio: Add new method for getting gpios under different property names This patch adds a new routine, of_get_named_gpio_flags(), which takes the property name as a parameter rather than assuming "gpios". of_get_gpio_flags() is modified to call of_get_named_gpio_flags() with "gpios" as the property parameter. Signed-off-by: John Bonesio [grant.likely: Tidied up whitespace and tweaked kerneldoc comments.] Signed-off-by: Grant Likely --- Reading git-diff-tree failed