]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
DM: thermal: Add imx thermal DM driver
authorYe.Li <B37916@freescale.com>
Thu, 20 Nov 2014 13:14:13 +0000 (21:14 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Nov 2014 14:30:01 +0000 (15:30 +0100)
commite3568d2ecadda3e6c24ffab1670b77763df7419f
tree7cf42cfaf1907666407b8ff28cfb6aaaea59fa87
parentcf202d268b5d27b84a8c6df1d749ed3967451be4
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>
drivers/Makefile
drivers/thermal/Makefile [new file with mode: 0644]
drivers/thermal/imx_thermal.c [new file with mode: 0644]
drivers/thermal/thermal-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/imx_thermal.h [new file with mode: 0644]
include/thermal.h [new file with mode: 0644]