History log of /rk3399_rockchip-uboot/drivers/thermal/rockchip_thermal.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 08c89849 22-Feb-2024 Ye Zhang <ye.zhang@rock-chips.com>

thermal: rockchip: Support RK3576 SoC in the thermal driver

Change-Id: I5b32e809bc9fbdcf61c936ef83a09782f82c7221
Signed-off-by: Ye Zhang <ye.zhang@rock-chips.com>


# 850ecf33 01-Mar-2023 Elaine Zhang <zhangqing@rock-chips.com>

thermal: rockchip: The temperature ranges from -60 to 180°C

-40 to 125°C reliable, outside the range existed unreliability.

Change-Id: Ib22dc421034ae3d8148fa1eb9cb9bbb1517f84af
Signed-off-by: Elain

thermal: rockchip: The temperature ranges from -60 to 180°C

-40 to 125°C reliable, outside the range existed unreliability.

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

show more ...


# 71dcb579 16-Feb-2023 Elaine Zhang <zhangqing@rock-chips.com>

thermal: rockchip: Support RK3562 SoC in the thermal driver

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


# 55f74c72 03-Jan-2023 Shaohan Yao <shaohan.yao@rock-chips.com>

thermal: rockchip: Support RK3528 SoC in the thermal driver

Signed-off-by: Shaohan Yao <shaohan.yao@rock-chips.com>
Change-Id: Ia37f081148816dba6175a48481ed83ddd948dd6e


# 1e168e01 09-Oct-2022 Elaine Zhang <zhangqing@rock-chips.com>

thermal: rockchip: fix up the iomux default value

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


# 31f36c58 26-Oct-2021 Finley Xiao <finley.xiao@rock-chips.com>

thermal: rockchip: Add support for px30s

Change-Id: I626c546d68dfb56171d165c6c2af85eaa441eb12
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>


# 198f0697 12-Jul-2021 Finley Xiao <finley.xiao@rock-chips.com>

thermal: rockchip: Support RK3588 SoC in the thermal driver

The RK3588 SoC has seven channels TS-ADC(TOP, BIG_CORE0, BIG_CORE1,
LITTEL_CORE, CENTER, GPU, and NPU).

Change-Id: Ia13d3bf6677337d5b025d

thermal: rockchip: Support RK3588 SoC in the thermal driver

The RK3588 SoC has seven channels TS-ADC(TOP, BIG_CORE0, BIG_CORE1,
LITTEL_CORE, CENTER, GPU, and NPU).

Change-Id: Ia13d3bf6677337d5b025d05722ba265b37b838df
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>

show more ...


# 082f45b4 12-Jul-2021 Finley Xiao <finley.xiao@rock-chips.com>

thermal: rockchip: Add support for rk3308bs

Change-Id: Ifa68843a7fe34ffd5b95f61f45649627de38b1a0
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>


# 2f5dff11 06-Jan-2021 Elaine Zhang <zhangqing@rock-chips.com>

thermal: rockchip: support rk3568

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


# 4585497a 20-Dec-2018 Elaine Zhang <zhangqing@rock-chips.com>

thermal: rockchip: get "rockchip,hw-tshut-polarity" form dts node

setting tshut-polarity base on the dts node parameter.

Change-Id: Ie85ffd5e15676984d77d280f589c3748d74419a2
Signed-off-by: Elaine Z

thermal: rockchip: get "rockchip,hw-tshut-polarity" form dts node

setting tshut-polarity base on the dts node parameter.

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

show more ...


# ba09f836 11-Oct-2018 Elaine Zhang <zhangqing@rock-chips.com>

thermal: rockchip: Use incremental code table for rk1808

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


# aeed442f 19-Sep-2018 Elaine Zhang <zhangqing@rock-chips.com>

thermal: support rockchip thermal drivers

Create driver to support all Rockchip SoCs tsadc get temp.
Example of usage:
struct udevice *thermal;
int *temp = 0;

ret = uclass_get_device(UCLASS_THER

thermal: support rockchip thermal drivers

Create driver to support all Rockchip SoCs tsadc get temp.
Example of usage:
struct udevice *thermal;
int *temp = 0;

ret = uclass_get_device(UCLASS_THERMAL, 0, &thermal);
thermal_get_temp(thermal, temp);

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

show more ...