Files
linux-apfs/arch/arm/mach-omap2
Kevin Hilman ccd5ca7787 OMAP2+: voltage: split voltage controller (VC) code into dedicated layer
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, each function was given a local 'vc' pointer:

    struct omap_vc_instance_data *vc = voltdm->vdd->vc_data;

and a global replace of s/vdd->vc_data/vc/ was done.

Also vc_init was renamed to vc_init_channel to reflect that this is
per-VC channel initializtion.

Signed-off-by: Kevin Hilman <khilman@ti.com>
2011-09-15 11:39:10 -07:00
..
2011-06-29 01:11:37 -07:00
2011-06-30 12:58:01 +00:00
2011-03-09 18:44:28 -07:00
2011-03-31 11:26:23 -03:00
2011-06-29 01:11:37 -07:00
2011-05-12 02:52:06 -07:00
2011-05-12 02:52:06 -07:00
2011-03-29 14:47:57 +02:00
2011-07-04 04:11:08 -07:00
2011-02-17 09:52:43 -08:00
2011-07-04 15:07:45 +03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-08-10 04:53:28 -07:00
2011-07-04 15:08:06 +03:00
2011-01-27 16:39:40 -08:00
2010-12-21 20:01:54 -07:00
2011-05-12 02:52:06 -07:00
2011-01-06 19:58:28 -08:00