From: Lee Jones Date: Thu, 17 May 2012 13:45:14 +0000 (+0100) Subject: regulator: ab8500: Split up probe() into manageable pieces X-Git-Tag: v3.5-rc1~177^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ac1d9e4eac7e4ca5f7c76ea98421a0f6af671b;p=pandora-kernel.git regulator: ab8500: Split up probe() into manageable pieces ab8500's probe() function is becoming quite large, so in the lead up to Device Tree enablement which will fork the thread of execution this patch splits it into 3 main areas; basic error checking will remain in probe(), but regulator register initialisation and regulator registration have been moved to their own functions which will be called in sequence by probe() and the DT equivalent. Signed-off-by: Lee Jones Signed-off-by: Mark Brown --- Reading git-diff-tree failed