History log of /rk3399_rockchip-uboot/drivers/power/regulator/rk860x_regulator.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 4474bc1d 26-Apr-2022 shengfei Xu <xsf@rock-chips.com>

power: regulator: rk860x: fix the rk860x_reg_read function

convert the "int rk860x_reg_read(struct udevice *dev, uint reg)"
into the "static int rk860x_reg_read(struct udevice *dev, uint reg, u8 *va

power: regulator: rk860x: fix the rk860x_reg_read function

convert the "int rk860x_reg_read(struct udevice *dev, uint reg)"
into the "static int rk860x_reg_read(struct udevice *dev, uint reg, u8 *val)"

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

show more ...


# 17d678b9 16-Nov-2021 shengfei Xu <xsf@rock-chips.com>

power: regulator: update rk860 compatible

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


# a09f237b 14-Oct-2021 Elaine Zhang <zhangqing@rock-chips.com>

power: regulator: add rk860x regulator

add driver support for rk8600/01/02/03 dcdc.

Change-Id: I9b849386b2eaa2aec34247cc4fa50679978e47c0
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>