Re: [PATCH 7/9] Thermal: Make PER_ZONE values configurable

2013-01-10 Thread Greg KH
nux...@vger.kernel.org; linux-kernel@vger.kernel.org; > > eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com > > Subject: Re: [PATCH 7/9] Thermal: Make PER_ZONE values configurable > > > > On Wed, Jan 09, 2013 at 09:12:29AM +, R, Durgadoss wrote: > > > Hi

RE: [PATCH 7/9] Thermal: Make PER_ZONE values configurable

2013-01-10 Thread R, Durgadoss
g; w...@nvidia.com > Subject: Re: [PATCH 7/9] Thermal: Make PER_ZONE values configurable > > On Wed, Jan 09, 2013 at 09:12:29AM +, R, Durgadoss wrote: > > Hi Greg, > > > > > -Original Message- > > > From: Greg KH [mailto:gre...@linuxfoundation.org] &

Re: [PATCH 7/9] Thermal: Make PER_ZONE values configurable

2013-01-09 Thread Greg KH
nux...@vger.kernel.org; linux-kernel@vger.kernel.org; > > eduardo.valen...@ti.com; hongbo.zh...@linaro.org; w...@nvidia.com > > Subject: Re: [PATCH 7/9] Thermal: Make PER_ZONE values configurable > > > > On Mon, Jan 07, 2013 at 12:43:24PM +0530, Durgadoss R wrote: > > > This

RE: [PATCH 7/9] Thermal: Make PER_ZONE values configurable

2013-01-09 Thread R, Durgadoss
g; w...@nvidia.com > Subject: Re: [PATCH 7/9] Thermal: Make PER_ZONE values configurable > > On Mon, Jan 07, 2013 at 12:43:24PM +0530, Durgadoss R wrote: > > This patch makes MAX_SENSORS_PER_ZONE and > > MAX_CDEVS_PER_ZONE values configurable. The > > default value is 1, and

Re: [PATCH 7/9] Thermal: Make PER_ZONE values configurable

2013-01-07 Thread Greg KH
On Mon, Jan 07, 2013 at 12:43:24PM +0530, Durgadoss R wrote: > This patch makes MAX_SENSORS_PER_ZONE and > MAX_CDEVS_PER_ZONE values configurable. The > default value is 1, and range is 1-12. Why would we ever want to change this? Why make this configurable at all, how is a distro supposed to set

[PATCH 7/9] Thermal: Make PER_ZONE values configurable

2013-01-06 Thread Durgadoss R
This patch makes MAX_SENSORS_PER_ZONE and MAX_CDEVS_PER_ZONE values configurable. The default value is 1, and range is 1-12. Signed-off-by: Durgadoss R --- drivers/thermal/Kconfig | 14 ++ include/linux/thermal.h |6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) dif