Re: [PATCH] thermal: rcar_gen3_thermal: Fix does not have interrupts counting

2018-11-05 Thread Hoan
Dear Niklas-san On 2018/11/02 18:31, Niklas Söderlund wrote: Hi Hoan-san, Thanks for your patch. On 2018-10-30 18:10:01 +0900, Nguyen An Hoan wrote: From: Hoan Nguyen An This patch fixes thermal interrupts that did not happen when temprature changed. Add the function

Re: [PATCH] thermal: rcar_gen3_thermal: Fix does not have interrupts counting

2018-11-02 Thread Niklas Söderlund
Hi Hoan-san, Thanks for your patch. On 2018-10-30 18:10:01 +0900, Nguyen An Hoan wrote: > From: Hoan Nguyen An > > This patch fixes thermal interrupts that did not happen when temprature > changed. > Add the function rcar_gen3_thermal_update_threshold(), this function is used > to >

Re: [PATCH] thermal: rcar_gen3_thermal: Fix does not have interrupts counting

2018-10-30 Thread Sergei Shtylyov
Hello! On 10/30/2018 12:10 PM, Nguyen An Hoan wrote: > From: Hoan Nguyen An > > This patch fixes thermal interrupts that did not happen when temprature > changed. Temperature. > Add the function rcar_gen3_thermal_update_threshold(), this function is used > to > calculate the value

Re: [PATCH] thermal: rcar_gen3_thermal: Fix does not have interrupts counting

2018-10-30 Thread Geert Uytterhoeven
CC actual maintainer, developer, and subsystem On Tue, Oct 30, 2018 at 10:10 AM Nguyen An Hoan wrote: > From: Hoan Nguyen An > > This patch fixes thermal interrupts that did not happen when temprature > changed. > Add the function rcar_gen3_thermal_update_threshold(), this function is used >

[PATCH] thermal: rcar_gen3_thermal: Fix does not have interrupts counting

2018-10-30 Thread Nguyen An Hoan
From: Hoan Nguyen An This patch fixes thermal interrupts that did not happen when temprature changed. Add the function rcar_gen3_thermal_update_threshold(), this function is used to calculate the value written to the threshold registers REG_GEN3_IRQTEMP1 and REG_GEN3_IRQTEMP2. This patch is