From: Tomasz Figa Date: Tue, 20 Aug 2013 16:16:21 +0000 (+0200) Subject: pinctrl: samsung: Parse pin groups before calling pinctrl_register() X-Git-Tag: v3.12-rc1~151^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529301c19cbc315929e1b39ee71859061910b652;p=pandora-kernel.git pinctrl: samsung: Parse pin groups before calling pinctrl_register() Calling pinctrl_register() means that the driver is fully initialized and might accept pinmux/pinconf requests, so pin groups must be parsed before. This patch fixes this problem by moving device tree parsing before call to pinctrl_register(). In addition, this fixes support for hogs on pin controllers handled by pinctrl-samsung driver. Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park Signed-off-by: Linus Walleij --- Reading git-diff-tree failed