History log of /rk3399_rockchip-uboot/drivers/thermal/Kconfig (Results 1 – 13 of 13)
Revision Date Author Comments
# 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 ...


# 51645701 02-Jan-2017 Tom Rini <trini@konsulko.com>

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


# 5a25b712 02-Dec-2016 Peng Fan <peng.fan@nxp.com>

imx: thermal: Kconfig: add MX7

The thermal drivers support i.MX6 and i.MX7, add MX7 in Kconfig file.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>


# 4f892924 28-Oct-2016 Tom Rini <trini@konsulko.com>

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

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

Conflicts:
common/Kconfig
configs/dms-ba16_defconfig


# e28e1492 08-Oct-2016 Jagan Teki <jagan@amarulasolutions.com>

thermal: Kconfig: Add IMX_THERMAL entry

Added kconfig for IMX_THERMAL driver.

Cc: Simon Glass <sjg@chromium.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Pen

thermal: Kconfig: Add IMX_THERMAL entry

Added kconfig for IMX_THERMAL driver.

Cc: Simon Glass <sjg@chromium.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

show more ...


# 52b1eaf9 17-May-2016 Stefano Babic <sbabic@denx.de>

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


# 1cc0a9f4 04-May-2016 Robert P. J. Day <rpjday@crashcourse.ca>

Fix various typos, scattered over the code.

Spelling corrections for (among other things):

* environment
* override
* variable
* ftd (should be "fdt", for flattened device tree)
* embedded
* FTDI
*

Fix various typos, scattered over the code.

Spelling corrections for (among other things):

* environment
* override
* variable
* ftd (should be "fdt", for flattened device tree)
* embedded
* FTDI
* emulation
* controller

show more ...


# b9cb6482 02-Mar-2015 Stefano Babic <sbabic@denx.de>

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


# e1cc4d31 24-Feb-2015 Albert ARIBAUD <albert.u.boot@aribaud.net>

Merge remote-tracking branch 'u-boot/master' into 'u-boot-arm/master'


# 757566d1 13-Feb-2015 Tom Rini <trini@ti.com>

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


# f94a1bed 06-Feb-2015 Simon Glass <sjg@chromium.org>

dm: Expand and complete Kconfig in drivers/

Expand the help messages for each driver. Add missing Kconfig for I2C,
SPI flash and thermal.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by:

dm: Expand and complete Kconfig in drivers/

Expand the help messages for each driver. Add missing Kconfig for I2C,
SPI flash and thermal.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

show more ...