27 Apr, 2018

1 commit

  • Add power_domain_lookup_name interface to power domain uclass to find
    a power domain device by its DTB node name, not using its associated
    client device.

    Through this interface, we can operate the power domain devices directly.
    This is needed for non-DM drivers.

    Reviewed-by: Peng Fan
    Signed-off-by: Ye Li
    (cherry picked from commit f5fcb1903d935c2e1037b6a1fc61f1c290818727)

    Ye Li
     

28 Jul, 2016

1 commit

  • Many SoCs allow power to be applied to or removed from portions of the SoC
    (power domains). This may be used to save power. This API provides the
    means to control such power management hardware.

    Signed-off-by: Stephen Warren
    Acked-by: Simon Glass

    Stephen Warren