Re: [PATCH 2/3] thermal: hisilicon: fix for dependency

2016-11-15 Thread Leo Yan
On Tue, Nov 15, 2016 at 08:24:55PM +0800, Zhang Rui wrote: > On Sat, 2016-11-12 at 20:05 +0800, Leo Yan wrote: > > Hi Rui, Eduardo, > > > > On Wed, Aug 31, 2016 at 04:50:16PM +0800, Leo Yan wrote: > > > > > > The thermal driver is standalone driver which is used to enable > > > thermal sensors, s

Re: [PATCH 2/3] thermal: hisilicon: fix for dependency

2016-11-15 Thread Zhang Rui
On Sat, 2016-11-12 at 20:05 +0800, Leo Yan wrote: > Hi Rui, Eduardo, > > On Wed, Aug 31, 2016 at 04:50:16PM +0800, Leo Yan wrote: > > > > The thermal driver is standalone driver which is used to enable > > thermal sensors, so it can be used with any cooling device and > > should not bind with CPU

Re: [PATCH 2/3] thermal: hisilicon: fix for dependency

2016-11-12 Thread Leo Yan
Hi Rui, Eduardo, On Wed, Aug 31, 2016 at 04:50:16PM +0800, Leo Yan wrote: > The thermal driver is standalone driver which is used to enable > thermal sensors, so it can be used with any cooling device and > should not bind with CPU cooling device driver. > > This original patch is suggested by Am

[PATCH 2/3] thermal: hisilicon: fix for dependency

2016-08-31 Thread Leo Yan
The thermal driver is standalone driver which is used to enable thermal sensors, so it can be used with any cooling device and should not bind with CPU cooling device driver. This original patch is suggested by Amit Kucheria; so it's to polish the dependency in Kconfig, and remove the dependency w