From: Barry Song Date: Mon, 4 Feb 2013 09:53:34 +0000 (+0800) Subject: pinctrl: sirf: replace of_gpio_simple_xlate by sirf specific of_xlate X-Git-Tag: v3.8-rc7~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228f1ce9b8e9e63c3ffc1b03b64d77277cacb89f;p=pandora-kernel.git pinctrl: sirf: replace of_gpio_simple_xlate by sirf specific of_xlate the default of_gpio_simple_xlate() will make us fail while getting gpios bigger than 32 by of_get_named_gpio() or related APIs. this patch adds a specific of_xlate callback for sirf gpio_chip and fix the problem. Signed-off-by: Barry Song Signed-off-by: Linus Walleij --- Reading git-diff-tree failed