• Kevin Hilman's avatar
    OMAP2+: voltage: split voltage controller (VC) code into dedicated layer · ccd5ca77
    Kevin Hilman authored
    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: default avatarKevin Hilman <khilman@ti.com>
    ccd5ca77
vc.h 3.16 KB