• Kevin Hilman's avatar
    OMAP1: PM: add simple runtime PM layer to manage clocks · e933ec7c
    Kevin Hilman authored
    On OMAP1, we do not have omap_device + omap_hwmod to manage the
    device-specific idle, enable and shutdown.  Instead, just
    enable/disable device clocks automatically at the runtime PM level.
    
    This allows drivers to not have any OMAP1 specific clock management
    and allows them to simply use the runtime PM API to manage clocks.
    
    OMAP1 compile fixes Manjunatha GK <manjugk@ti.com>
    
    Cc: Manjunatha GK <manjugk@ti.com>
    Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
    e933ec7c
pm_bus.c 1.96 KB