Re: [PATCHv4 02/18] thermal: core: allow binding via .bind when tzp is present

2013-11-05 Thread Wei Ni
&& pos->ops->bind) { > + if (pos->ops->bind) { Hi, Eduardo In bind_tz() routine, it also has same problem. I had sent out similar patch "[PATCHv4 02/18] thermal: core: allow binding via .bind when tzp is present" to fix it, but no response yet. I

[PATCHv4 02/18] thermal: core: allow binding via .bind when tzp is present

2013-09-26 Thread Eduardo Valentin
This patch allows drivers register thermal zone devices with thermal zone params and .bind callbacks. In this case, it will use the .bind callback. Cc: Zhang Rui Cc: linux...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- drivers/thermal/thermal_core.c | 2