History log of /rk3399_rockchip-uboot/include/power/charge_animation.h (Results 1 – 5 of 5)
Revision Date Author Comments
# d07906f0 10-May-2022 Joseph Chen <chenjh@rock-chips.com>

power: charge animation: Support assign regulator mem state

Vdd_logic is default disabled when kernel system suspend
on some platform, and regulator suspend off is configured
by default in DTS. But

power: charge animation: Support assign regulator mem state

Vdd_logic is default disabled when kernel system suspend
on some platform, and regulator suspend off is configured
by default in DTS. But U-Boot can't support that deep system
suspend. So prividing the prop to assign what we really
want regulators to be in U-Boot system suspend.

Example:
regulator-on-in-mem = <&vcc_ddr>, <&vdda0v9_pmu>,
<&vcca1v8_pmu>, <&vcc3v3_pmu>;
regulator-off-in-mem = <&vdd_logic>, <&vdd_gpu>,
<&vcc_ddr>, <&vcc_3v3>, <&vdda_0v9>;

If not finding these prop, fall through to the DTS configure
in every regulator node.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ie40c232317a98e7621ad1704b14718415f73a35a

show more ...


# 038c1eca 21-Mar-2020 Shunqing Chen <csq@rock-chips.com>

power: charge animation: energy enough auto exit uboot charge

Change-Id: Ifa94783869c7cb35f819f3700c82bac7d00a7b05
Signed-off-by: Shunqing Chen <csq@rock-chips.com>


# ebe3d004 13-Feb-2019 Joseph Chen <chenjh@rock-chips.com>

power: charge animation: clean up code

Change-Id: I0d76d7ad28ef3683bbc78f36d4a0f00d5517e2fa
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# e7f9facb 13-Mar-2018 Joseph Chen <chenjh@rock-chips.com>

power: charge animation: support auto wakeup and auto off screen

Change-Id: I93f97c46e5f08c3ebe4b577355f5e23a9e3659ed
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# ac1dc0c3 03-Feb-2018 Joseph Chen <chenjh@rock-chips.com>

charge animation: export struct charge_animation_pdata

This is the most flexsible way for all fuel gauge driver to get
fdt config info from charge animation platdata.

Change-Id: I33aa52c34f2c62c10b

charge animation: export struct charge_animation_pdata

This is the most flexsible way for all fuel gauge driver to get
fdt config info from charge animation platdata.

Change-Id: I33aa52c34f2c62c10b58003a10e5a8d1d6e5d7d3
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...