History log of /rk3399_rockchip-uboot/drivers/power/Kconfig (Results 1 – 25 of 65)
Revision Date Author Comments
# a2c81616 05-Jan-2022 Wang Jie <dave.wang@rock-chips.com>

drivers: power: add pd chip driver

This temporary patch is to solve the problem that the rk3588s
tablet can be turned on when the battery is out of power.
This Type-C PD driver only supports PD fast

drivers: power: add pd chip driver

This temporary patch is to solve the problem that the rk3588s
tablet can be turned on when the battery is out of power.
This Type-C PD driver only supports PD fast charging function,
compatible with PD fusb302 and husb311 chip. If DFP/UFP detection
and dp altmode functions are added later, we will revert this patch.

Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
Change-Id: Ic3411725ef6d9bcc4ca48b272ef67c4c9975077f

show more ...


# d19b8cd2 16-May-2019 Shunqing Chen <csq@rock-chips.com>

power: charge: add bq25700 support

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


# 3415d4eb 17-May-2019 Joseph Chen <chenjh@rock-chips.com>

power: charge animation: select CONFIG_ARM_CPU_SUSPEND

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


# 4f43646e 14-Dec-2018 Jianqun Xu <jay.xu@rock-chips.com>

power: rockchip: add io-domain driver

The io-domains on Rockchip SoCs will be supplied with 1.8V or 3.3V(3.0V)
depends on hardware design. The driver needs to config them through grf
register.

Chan

power: rockchip: add io-domain driver

The io-domains on Rockchip SoCs will be supplied with 1.8V or 3.3V(3.0V)
depends on hardware design. The driver needs to config them through grf
register.

Change-Id: Ic896b94bfadd0b808da54992e58e2cf4a8fee950
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

show more ...


# 0eea0d25 19-Nov-2018 Joseph Chen <chenjh@rock-chips.com>

dm: add dvfs uclass and wide temperature dvfs support

- add dvfs uclass;
- add dvfs command;
- add a simple wide temperature dvfs driver.

About wide temperature dvfs driver policy, see description

dm: add dvfs uclass and wide temperature dvfs support

- add dvfs uclass;
- add dvfs command;
- add a simple wide temperature dvfs driver.

About wide temperature dvfs driver policy, see description in:
drivers/power/dvfs/rockchip_wtemp_dvfs.c

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

show more ...


# 2146330a 14-Aug-2018 Joseph Chen <chenjh@rock-chips.com>

power: charge animaition doesn't depends on ROCKCHIP_DRM_ROCKCHIP

at some time, we need virtual power mode supported by fuel gauge to
set a static adapter input current, which don't reall want charg

power: charge animaition doesn't depends on ROCKCHIP_DRM_ROCKCHIP

at some time, we need virtual power mode supported by fuel gauge to
set a static adapter input current, which don't reall want charge
animation images show.

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

show more ...


# 88949342 25-Feb-2018 Joseph Chen <chenjh@rock-chips.com>

power: add rockchip_pm.c for devices low power control

during system suspend in charge animation, we may need add
power manage control for some devices low power. Since U-Boot
don't provide standard

power: add rockchip_pm.c for devices low power control

during system suspend in charge animation, we may need add
power manage control for some devices low power. Since U-Boot
don't provide standard suspend/resume callback for device. We
have to add rockchip_pm.c to write hard code to achieve this
for different platforms or boards.

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

show more ...


# 3d29ee38 06-Feb-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: power: charge animation depends on DRM_ROCKCHIP

charge animation need display provided by DRM_ROCKCHIP.

Change-Id: I58113e81dd2899c969d1e748548a498eb04db550
Signed-off-by: Kever Yang <kev

rockchip: power: charge animation depends on DRM_ROCKCHIP

charge animation need display provided by DRM_ROCKCHIP.

Change-Id: I58113e81dd2899c969d1e748548a498eb04db550
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# f1c8ecce 31-Oct-2017 Joseph Chen <chenjh@rock-chips.com>

power: add charge animation support

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


# 55b6f88e 31-Oct-2017 Joseph Chen <chenjh@rock-chips.com>

dm: add charge display uclass

This is mainly used for charge animation.

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


# a7ca45e8 19-Sep-2017 Joseph Chen <chenjh@rock-chips.com>

dm: power: add implementation of driver model fuel gauge uclass

Change-Id: I48fa0340d49cc1bc39c91223ac04e98790e0bee2
Signed-off-by: shengfei Xu <xsf@rock-chips.com>


# df7fafd1 13-May-2017 Adam Ford <aford173@gmail.com>

power: twl4030: Add imply CMD_POWEROFF when TWL4030 is enabled

Now that CMD_POWEROFF can turn off the twl4030, let's imply that
just incase someone wants to disable it.

Signed-off-by: Adam Ford <af

power: twl4030: Add imply CMD_POWEROFF when TWL4030 is enabled

Now that CMD_POWEROFF can turn off the twl4030, let's imply that
just incase someone wants to disable it.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

show more ...


# 7815c709 26-Apr-2017 Adam Ford <aford173@gmail.com>

power: twl4030: Move CONFIG_TWL4030_POWER to Kconfig

As requested, I added the CONFIG_TWL4030_POWER to Kconfig and made it
the implied default when selecting OMAP34XX as a platform.

Signed-off-by:

power: twl4030: Move CONFIG_TWL4030_POWER to Kconfig

As requested, I added the CONFIG_TWL4030_POWER to Kconfig and made it
the implied default when selecting OMAP34XX as a platform.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


# 4f66e09b 09-May-2017 Stefano Babic <sbabic@denx.de>

Merge branch 'master' of git://git.denx.de/u-boot

Signed-off-by: Stefano Babic <sbabic@denx.de>


# 6f008a2e 25-Apr-2017 Tom Rini <trini@konsulko.com>

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


# 409677ec 30-Nov-2016 Chen-Yu Tsai <wens@csie.org>

sunxi: Enable AXP221s in I2C mode with the R40 SoC

The R40 SoC uses the AXP221s in I2C mode to supply power.

Some regulator's common usages have changed, and also the recommended
voltage for existi

sunxi: Enable AXP221s in I2C mode with the R40 SoC

The R40 SoC uses the AXP221s in I2C mode to supply power.

Some regulator's common usages have changed, and also the recommended
voltage for existing usages have changed. Update the defaults to match.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

show more ...


# d53ecad9 06-Apr-2017 Tom Rini <trini@konsulko.com>

Merge branch 'master' of git://git.denx.de/u-boot-sunxi

trini: Disable CONFIG_SPL_USE_ARCH_MEMSET on orangepi_2

Signed-off-by: Tom Rini <trini@konsulko.com>


# 7b82a229 16-Feb-2017 Andre Przywara <andre.przywara@arm.com>

sunxi: prepare for sharing MACH_SUN8I_H3 config symbol

The Allwinner H5 is very close to the H3 SoC, but has ARMv8 cores.
To allow sharing the clocks, GPIO and driver code easily, create an
architec

sunxi: prepare for sharing MACH_SUN8I_H3 config symbol

The Allwinner H5 is very close to the H3 SoC, but has ARMv8 cores.
To allow sharing the clocks, GPIO and driver code easily, create an
architecture agnostic MACH_SUNXI_H3_H5 Kconfig symbol.
Rename the existing symbol to MACH_SUNXI_H3_H5 where code is shared and
let it be selected by a new shared Kconfig option.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

show more ...


# ab65006b 12-Aug-2016 Masahiro Yamada <yamada.masahiro@socionext.com>

kconfig: use bool instead of boolean for type definition attributes

Linux stopped the use of keyword 'boolean' in Kconfig.

Refer to commit 6341e62b212a2541efb0160c470e90bd226d5496 ("kconfig:
use bo

kconfig: use bool instead of boolean for type definition attributes

Linux stopped the use of keyword 'boolean' in Kconfig.

Refer to commit 6341e62b212a2541efb0160c470e90bd226d5496 ("kconfig:
use bool instead of boolean for type definition attributes")
in Linux Kernel.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.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 ...


# dc557e9a 18-Jun-2016 Stefano Babic <sbabic@denx.de>

Merge branch 'master' of git://git.denx.de/u-boot

Signed-off-by: Stefano Babic <sbabic@denx.de>


# 82f2a144 25-May-2016 Tom Rini <trini@konsulko.com>

Merge branch 'master' of http://git.denx.de/u-boot-sunxi


# 795857df 02-May-2016 Chen-Yu Tsai <wens@csie.org>

sunxi: power: add AXP809 support

The A80 uses the AXP809 as its primary PMIC.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goe

sunxi: power: add AXP809 support

The A80 uses the AXP809 as its primary PMIC.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

show more ...


# 51199269 02-May-2016 Chen-Yu Tsai <wens@csie.org>

sunxi: Implement poweroff support for axp818 pmic

Adds poweroff support for axp818 pmic.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by:

sunxi: Implement poweroff support for axp818 pmic

Adds poweroff support for axp818 pmic.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

show more ...


123