Searched hist:aeed442f965911ae61129982d7bb5f34b2bde1cf (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/thermal/ |
| H A D | Makefile | aeed442f965911ae61129982d7bb5f34b2bde1cf Wed Sep 19 09:37:03 UTC 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_THERMAL, 0, &thermal); thermal_get_temp(thermal, temp);
Change-Id: Ie63d3832c2186b4197215a670903d49046ed722a Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|
| H A D | Kconfig | aeed442f965911ae61129982d7bb5f34b2bde1cf Wed Sep 19 09:37:03 UTC 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_THERMAL, 0, &thermal); thermal_get_temp(thermal, temp);
Change-Id: Ie63d3832c2186b4197215a670903d49046ed722a Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|
| H A D | rockchip_thermal.c | aeed442f965911ae61129982d7bb5f34b2bde1cf Wed Sep 19 09:37:03 UTC 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_THERMAL, 0, &thermal); thermal_get_temp(thermal, temp);
Change-Id: Ie63d3832c2186b4197215a670903d49046ed722a Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|