RE: [PATCH 2/4] RFC Thermal: Introduce fair-share thermal governor
From: R, Durgadoss <hidden>
Date: 2012-06-12 14:49:51
From: R, Durgadoss <hidden>
Date: 2012-06-12 14:49:51
Hi Eduardo,
quoted
+ int cur_trip_level = get_trip_level(tz); + + /* Do not throttle: + * if there are no parameters defined for this zone + * if current trip level is 0 (for performance reasons) + */Nip: I suppose the kernel coding for comments should be:
Missed it here :-) Will fix.. Surprised checkpatch did not complain !!
I think, while merging your work with Rui's, you need to take care of the cooling state range bound to the trip point..
Yes Sure. I have not started looking into them yet. I will Sync up before sending my next set. Thanks, Durga