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-07-28 15:25:46 +00:00
2011-07-29 23:35:05 -07:00
2011-07-26 17:41:04 -07:00
2011-07-29 23:35:05 -07:00
2011-08-26 15:09:58 -07:00
2011-08-07 14:07:03 -07:00
2011-07-29 23:32:53 -07:00
2011-07-26 17:12:10 -07:00
2011-07-29 23:35:05 -07:00
2011-07-26 17:41:04 -07:00
2011-07-29 23:35:05 -07:00
2011-07-26 17:12:10 -07:00
2011-07-26 17:41:04 -07:00
2011-07-29 23:35:05 -07:00
2011-07-22 23:09:07 +01:00
2011-08-08 08:22:41 +02:00
2011-07-29 23:35:05 -07:00
2011-07-29 23:35:05 -07:00
2011-07-29 23:35:05 -07:00
2011-07-29 23:35:05 -07:00
2011-07-29 23:35:05 -07:00
2011-07-29 23:35:05 -07:00
2011-07-29 23:35:05 -07:00
2011-07-29 23:35:05 -07:00
2011-07-29 23:35:05 -07:00
2011-07-26 17:41:04 -07:00
2011-08-11 10:10:46 +08:00
2011-08-01 15:16:05 +01:00
2011-07-29 23:35:05 -07:00
2011-08-08 08:24:16 +02:00
2011-07-26 17:41:04 -07:00
2011-07-19 18:09:45 +02:00
2011-07-26 17:12:10 -07:00
2011-07-26 17:12:10 -07:00
2011-09-15 11:39:10 -07:00
2011-07-29 23:35:05 -07:00
2011-07-26 17:12:10 -07:00
2011-07-09 07:21:53 +08:00
2011-07-29 23:35:05 -07:00
2011-07-22 23:09:07 +01:00
2011-08-08 14:30:37 +09:00
2011-07-18 10:59:26 -04:00
2011-07-26 17:41:04 -07:00
2011-07-25 12:43:28 -07:00
2011-07-25 12:38:42 -07:00
2011-07-26 16:49:47 -07:00
2011-07-20 19:11:29 +09:00
2011-07-26 17:41:04 -07:00
2011-07-21 17:28:23 +09:00
2011-07-26 17:41:04 -07:00
2011-08-10 16:00:48 +00:00
2011-07-29 23:35:05 -07:00
2011-08-27 14:21:00 +02:00
2011-07-19 18:09:45 +02:00
2011-07-19 18:09:45 +02:00
2011-07-29 23:35:05 -07:00
2011-07-26 17:41:04 -07:00
2011-07-26 17:41:04 -07:00
2011-07-29 23:35:05 -07:00
2011-07-22 23:08:48 +01:00
2011-07-07 14:35:25 +00:00
2011-07-19 18:09:45 +02:00
2011-07-28 16:02:53 +00:00
2011-08-09 08:42:39 +01:00
2011-07-12 11:19:29 -05:00
2011-08-08 08:38:45 +02:00
2011-06-21 19:17:20 -07:00
2011-09-15 11:39:09 -07:00
2011-07-07 16:02:26 +00:00
2011-07-20 17:20:52 -04:00
2011-07-25 12:43:28 -07:00
2011-07-26 17:41:04 -07:00
2011-07-26 17:41:04 -07:00
2011-07-26 17:12:10 -07:00
2011-07-19 18:09:45 +02:00
2011-08-10 03:41:05 -07:00
2011-07-22 23:09:07 +01:00
2011-08-10 10:33:29 +01:00
2011-07-28 15:25:46 +00:00