From: Stephen Warren Date: Mon, 20 Feb 2012 06:45:51 +0000 (-0700) Subject: pinctrl: downgrade pinctrl_get warning when no maps are found X-Git-Tag: v3.4-rc1~128^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f026fe3d102e9d7f0d040109353ef5a97b5ef92c;p=pandora-kernel.git pinctrl: downgrade pinctrl_get warning when no maps are found This may be perfectly legitimate. An IP block may get re-used across SoCs. Not all of those SoCs may need pinmux settings for the IP block, e.g. if one SoC dedicates pins to that function but another doesn't. The driver won't know this, and will always attempt to set up the pinmux. The mapping table defines whether any HW programming is actually needed. Acked-by: Shawn Guo Signed-off-by: Stephen Warren [rebased to fit the applied patch series] Signed-off-by: Linus Walleij --- Reading git-diff-tree failed