Re: [PATCH 1/3] thermal: of: support writable trips via dt

2014-11-27 Thread Eduardo Valentin
Hello Navneet On Wed, Nov 26, 2014 at 05:16:27PM -0800, Navneet Kumar wrote: > From: navneet kumar > > Support writable trip points configuration from the > device tree. 'OF' reads this configuration and adjusts > the 'trips' mask accordingly to allow the 'set_trip_xxx' > calls to be effective.

[PATCH 1/3] thermal: of: support writable trips via dt

2014-11-26 Thread Navneet Kumar
From: navneet kumar Support writable trip points configuration from the device tree. 'OF' reads this configuration and adjusts the 'trips' mask accordingly to allow the 'set_trip_xxx' calls to be effective. Signed-off-by: Diwakar Tundlam --- drivers/thermal/of-thermal.c | 14 -- 1