]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00274056-3 thermal: imx: binding device cooling to thermal
authorAnson Huang <b20788@freescale.com>
Thu, 8 Aug 2013 17:57:23 +0000 (13:57 -0400)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:28 +0000 (09:54 +0800)
commitf9c34b6d73cb42ee94e15df441414066b37f20a2
tree2cdca2a0507f3c5d549daedb79d93605e4e5232d
parentab4b13b354e8a5b78ee8bab1477c0172a6762a49
ENGR00274056-3 thermal: imx: binding device cooling to thermal

1. imx thermal depends on device cooling config, as only cpu
cooling is not enough for cooling down SOC;

2. binding device cooling to imx thermal driver.

3. add temperature buffer for passive trip, which means when
temperature cross passive trip, cooling devices will be triggered,
but only when temperature drop to more than the number we defined(10 C)
lower than passive trip, cooling devices will be canceled. this
is to avoid triggering/canceling cooling device back and forth when
temperature is around passive trip.

Signed-off-by: Anson Huang <b20788@freescale.com>
drivers/thermal/imx_thermal.c