On Thu, May 17, 2012 at 02:45:14PM +0100, Lee Jones wrote: > 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. Applied, thanks.