Re: [PATCH 21/25] thermal/drivers/hisi: Prepare to add support for other hisi platforms

2017-10-16 Thread Eduardo Valentin
On Tue, Oct 10, 2017 at 08:02:46PM +0200, Daniel Lezcano wrote: > From: Kevin Wangtao > > For platform compatibility, add the tsensor ops to a thermal data structure. > Each platform has its own probe function to register proper tsensor ops > function to the pointer, platform related resource req

[PATCH 21/25] thermal/drivers/hisi: Prepare to add support for other hisi platforms

2017-10-10 Thread Daniel Lezcano
From: Kevin Wangtao For platform compatibility, add the tsensor ops to a thermal data structure. Each platform has its own probe function to register proper tsensor ops function to the pointer, platform related resource request are also implemented in the platform probe function. Signed-off-by: