History log of /rk3399_rockchip-uboot/include/power-domain.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 5143d286 12-Apr-2022 Marek Vasut <marex@denx.de>

UPSTREAM: power_domain: Add power_domain_get_by_name()

Implement power_domain_get_by_name() convenience function which parses
DT property 'power-domain-names' and looks up power domain by matching
n

UPSTREAM: power_domain: Add power_domain_get_by_name()

Implement power_domain_get_by_name() convenience function which parses
DT property 'power-domain-names' and looks up power domain by matching
name.

Change-Id: Ie127cca6c486bb51d73013f08cb1e916f0afc9eb
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

show more ...


# 83769450 27-Sep-2019 Lokesh Vutla <lokeshvutla@ti.com>

UPSTREAM: power: domain: Introduce dev_power_domain_off

Add dev_power_domain_off() api to disable all the power-domains
corresponding to a device

Change-Id: I2eb48f4280fc48c1a5b2b76dcdb359cfe68e82d

UPSTREAM: power: domain: Introduce dev_power_domain_off

Add dev_power_domain_off() api to disable all the power-domains
corresponding to a device

Change-Id: I2eb48f4280fc48c1a5b2b76dcdb359cfe68e82da
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

show more ...


# f594f5d3 17-Sep-2019 Peng Fan <peng.fan@nxp.com>

UPSTREAM: power: domain: add dev_power_domain_on

Add this new API to power on multiple domains attached
to a device.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Lokesh Vutla <lokeshvutl

UPSTREAM: power: domain: add dev_power_domain_on

Add this new API to power on multiple domains attached
to a device.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Changed to static inline and added a condition into C file:
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: Ic2b3bdecb2f68ad0f257c73687c3f6b2a125fabe

show more ...


# 92ac3df1 27-Aug-2018 Lokesh Vutla <lokeshvutla@ti.com>

UPSTREAM: power domain: Add support for multiple powerdomains per device

There are cases where there are more than one power domain
attached to the device inorder to get the device functional.
So ad

UPSTREAM: power domain: Add support for multiple powerdomains per device

There are cases where there are more than one power domain
attached to the device inorder to get the device functional.
So add support for enabling power domain based on the index.

Change-Id: Ib57957019ab0857b5bc04eeea270adeb0026122b
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

show more ...


# fe34b6a4 28-Jul-2016 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-dm


# 61f5ddcb 13-Jul-2016 Stephen Warren <swarren@nvidia.com>

Add a power domain framework/uclass

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

Add a power domain framework/uclass

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 <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...