| #
d1489196 |
| 17-Jul-2024 |
Chaoyi Chen <chaoyi.chen@rock-chips.com> |
thermal: Add support for fp9931 thermal drivers
Change-Id: I6d94c59e2c56de4ed15f1ae29d7e9be830414064 Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
|
| #
32713238 |
| 02-Feb-2024 |
Chaoyi Chen <chaoyi.chen@rock-chips.com> |
thermal: Add support for sy7636a thermal drivers
Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com> Change-Id: I6070e4fd4ebe56b2ad6ff945767b80738245e021
|
| #
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 ...
|
| #
13a39725 |
| 14-Oct-2015 |
Albert ARIBAUD <albert.u.boot@aribaud.net> |
Merge remote-tracking branch 'u-boot/master'
|
| #
1368f993 |
| 02-Sep-2015 |
Adrian Alonso <aalonso@freescale.com> |
thermal: imx_thermal: rework driver to be reused
Rework imx_thermal driver to be used across i.MX processor that support thermal sensor
Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-o
thermal: imx_thermal: rework driver to be reused
Rework imx_thermal driver to be used across i.MX processor that support thermal sensor
Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
show more ...
|
| #
dee332ff |
| 24-Nov-2014 |
Tom Rini <trini@ti.com> |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
|
| #
e3568d2e |
| 20-Nov-2014 |
Ye.Li <B37916@freescale.com> |
DM: thermal: Add imx thermal DM driver
Add a new thermal uclass for thermal sensor and implement the imx thermal driver basing on this uclass.
Signed-off-by: Ye.Li <B37916@freescale.com> Acked-by:
DM: thermal: Add imx thermal DM driver
Add a new thermal uclass for thermal sensor and implement the imx thermal driver basing on this uclass.
Signed-off-by: Ye.Li <B37916@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
show more ...
|