Re: [PATCH] thermal: tegra: allow sensor registeration to fail

2017-12-04 Thread Eduardo Valentin
Hello, On Fri, Oct 27, 2017 at 04:54:13PM -0700, Nicolin Chen wrote: > Not all sensors may be used on a platform. So there could be > some missing thermal zones in the Device Tree. However, the > the driver now errors out whenever a sensor fails to register > the thermal zone. > > Since the

Re: [PATCH] thermal: tegra: allow sensor registeration to fail

2017-12-04 Thread Eduardo Valentin
Hello, On Fri, Oct 27, 2017 at 04:54:13PM -0700, Nicolin Chen wrote: > Not all sensors may be used on a platform. So there could be > some missing thermal zones in the Device Tree. However, the > the driver now errors out whenever a sensor fails to register > the thermal zone. > > Since the

[PATCH] thermal: tegra: allow sensor registeration to fail

2017-10-27 Thread Nicolin Chen
Not all sensors may be used on a platform. So there could be some missing thermal zones in the Device Tree. However, the the driver now errors out whenever a sensor fails to register the thermal zone. Since the driver could live with other sensors, this change allows other sensors to continue the

[PATCH] thermal: tegra: allow sensor registeration to fail

2017-10-27 Thread Nicolin Chen
Not all sensors may be used on a platform. So there could be some missing thermal zones in the Device Tree. However, the the driver now errors out whenever a sensor fails to register the thermal zone. Since the driver could live with other sensors, this change allows other sensors to continue the