Re: [PATCH/RFC 14/19] OMAP2+: voltage: split voltage controller (VC) code into dedicated layer

2011-03-25 Thread Jean Pihet
On Thu, Mar 24, 2011 at 1:00 AM, Kevin Hilman khil...@ti.com wrote: As part of the voltage layer cleanup, split out VC specific code into a dedicated VC layer.  This patch primarily just moves VC code from voltage.c into vc.c, and adds prototypes to vc.h. No functional changes. For

[PATCH/RFC 14/19] OMAP2+: voltage: split voltage controller (VC) code into dedicated layer

2011-03-23 Thread Kevin Hilman
As part of the voltage layer cleanup, split out VC specific code into a dedicated VC layer. This patch primarily just moves VC code from voltage.c into vc.c, and adds prototypes to vc.h. No functional changes. For readability, cach function was given a local 'vc' pointer: struct