RE: [linux-pm] [PATCH 50/52] Thermal: Make Thermal trip points writeable

2012-07-25 Thread R, Durgadoss
.kernel.org; linux...@lists.linux-foundation.org; Durgadoss > R; linux-kernel@vger.kernel.org; Brown, Len > Subject: Re: [linux-pm] [PATCH 50/52] Thermal: Make Thermal trip points > writeable > > On Wednesday, July 25, 2012, Len Brown wrote: > > From: Durgadoss R > > > > So

Re: [PATCH 50/52] Thermal: Make Thermal trip points writeable

2012-07-25 Thread Rafael J. Wysocki
On Wednesday, July 25, 2012, Len Brown wrote: > From: Durgadoss R > > Some of the thermal drivers using the Generic Thermal Framework > require (all/some) trip points to be writeable. This patch makes > the trip point temperatures writeable on a per-trip point basis, > and modifies the required f

[PATCH 50/52] Thermal: Make Thermal trip points writeable

2012-07-24 Thread Len Brown
From: Durgadoss R Some of the thermal drivers using the Generic Thermal Framework require (all/some) trip points to be writeable. This patch makes the trip point temperatures writeable on a per-trip point basis, and modifies the required function call in thermal.c. This patch also updates the Doc