From: Lee Jones Date: Fri, 14 Sep 2012 15:16:08 +0000 (+0100) Subject: ASoC: Ux500: Move MSP pinctrl setup into the MSP driver X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~61^2~5^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ca032ee21cdabd08fb368ce3f02fa8906b0ef5f;p=pandora-kernel.git ASoC: Ux500: Move MSP pinctrl setup into the MSP driver In the initial submission of the MSP driver msp1 and msp3's associated pinctrl mechanism was passed back to platform code using a plat_init() call-back routine, but it has no place in platform code. The MSP driver should set this up for the appropriate ports. Instead we use a use_pinctrl identifier which is passed from platform_data/Device Tree which indicates which ports should use pinctrl. Acked-by: Ola Lilja Acked-by: Linus Walleij Signed-off-by: Lee Jones --- Reading git-diff-tree failed