Re: [PATCH 4/7] thermal: rcar_gen3_thermal: record more information about each TSC

2017-03-07 Thread Wolfram Sang
On Mon, Mar 06, 2017 at 09:03:58PM +0100, Niklas Söderlund wrote: > The struct rcar_gen3_thermal_tsc benefits from knowing which TSC it > represent. Record this at probe time before this information is lost. > > Signed-off-by: Niklas Söderlund See next review. I don't think this is needed.

Re: [PATCH 4/7] thermal: rcar_gen3_thermal: record more information about each TSC

2017-03-07 Thread Geert Uytterhoeven
On Mon, Mar 6, 2017 at 9:03 PM, Niklas Söderlund wrote: > The struct rcar_gen3_thermal_tsc benefits from knowing which TSC it > represent. Record this at probe time before this information is lost. > > Signed-off-by: Niklas Söderlund Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH 4/7] thermal: rcar_gen3_thermal: record more information about each TSC

2017-03-07 Thread Geert Uytterhoeven
Hi Niklas, On Mon, Mar 6, 2017 at 9:03 PM, Niklas Söderlund wrote: > The struct rcar_gen3_thermal_tsc benefits from knowing which TSC it > represent. Record this at probe time before this information is lost. > > Signed-off-by: Niklas Söderlund > --- > drivers/thermal/rcar_gen3_thermal.c | 5 ++

[PATCH 4/7] thermal: rcar_gen3_thermal: record more information about each TSC

2017-03-06 Thread Niklas Söderlund
The struct rcar_gen3_thermal_tsc benefits from knowing which TSC it represent. Record this at probe time before this information is lost. Signed-off-by: Niklas Söderlund --- drivers/thermal/rcar_gen3_thermal.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/thermal/rcar_gen3_the