All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregory CLEMENT <gregory.clement@free-electrons.com>
To: Zhang Rui <rui.zhang@intel.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	linux-pm@vger.kernel.org
Cc: Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org,
	Lior Amsalem <alior@marvell.com>,
	Tawfik Bayouk <tawfik@marvell.com>,
	Nadav Haklai <nadavh@marvell.com>,
	stable@vger.kernel.org
Subject: Re: [PATCH] thermal: armada: Update Armada 380 thermal sensor coefficients
Date: Mon, 27 Apr 2015 09:40:54 +0200	[thread overview]
Message-ID: <553DE806.4030905@free-electrons.com> (raw)
In-Reply-To: <1429117688-27100-1-git-send-email-gregory.clement@free-electrons.com>

Hi Zhang, Eduardo,

On 15/04/2015 19:08, Gregory CLEMENT wrote:
> From: Nadav Haklai <nadavh@marvell.com>
> 
> Improve the Armada 380 thermal sensor accuracy by using updated formula.
> The updated formula is:
> Temperature[C degrees] = 0.4761 * tsen_vsen_out - 279.1
> 
> Signed-off-by: Nadav Haklai <nadavh@marvell.com>
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> Cc: <stable@vger.kernel.org> #v3.16

Any chance that this fix was merged in 4.1-rc ?

Thanks,

Gregory


> ---
>  drivers/thermal/armada_thermal.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/thermal/armada_thermal.c b/drivers/thermal/armada_thermal.c
> index c2556cf5186b..01255fd65135 100644
> --- a/drivers/thermal/armada_thermal.c
> +++ b/drivers/thermal/armada_thermal.c
> @@ -224,9 +224,9 @@ static const struct armada_thermal_data armada380_data = {
>  	.is_valid_shift = 10,
>  	.temp_shift = 0,
>  	.temp_mask = 0x3ff,
> -	.coef_b = 1169498786UL,
> -	.coef_m = 2000000UL,
> -	.coef_div = 4289,
> +	.coef_b = 2931108200UL,
> +	.coef_m = 5000000UL,
> +	.coef_div = 10502,
>  	.inverted = true,
>  };
>  
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] thermal: armada: Update Armada 380 thermal sensor coefficients
Date: Mon, 27 Apr 2015 09:40:54 +0200	[thread overview]
Message-ID: <553DE806.4030905@free-electrons.com> (raw)
In-Reply-To: <1429117688-27100-1-git-send-email-gregory.clement@free-electrons.com>

Hi Zhang, Eduardo,

On 15/04/2015 19:08, Gregory CLEMENT wrote:
> From: Nadav Haklai <nadavh@marvell.com>
> 
> Improve the Armada 380 thermal sensor accuracy by using updated formula.
> The updated formula is:
> Temperature[C degrees] = 0.4761 * tsen_vsen_out - 279.1
> 
> Signed-off-by: Nadav Haklai <nadavh@marvell.com>
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> Cc: <stable@vger.kernel.org> #v3.16

Any chance that this fix was merged in 4.1-rc ?

Thanks,

Gregory


> ---
>  drivers/thermal/armada_thermal.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/thermal/armada_thermal.c b/drivers/thermal/armada_thermal.c
> index c2556cf5186b..01255fd65135 100644
> --- a/drivers/thermal/armada_thermal.c
> +++ b/drivers/thermal/armada_thermal.c
> @@ -224,9 +224,9 @@ static const struct armada_thermal_data armada380_data = {
>  	.is_valid_shift = 10,
>  	.temp_shift = 0,
>  	.temp_mask = 0x3ff,
> -	.coef_b = 1169498786UL,
> -	.coef_m = 2000000UL,
> -	.coef_div = 4289,
> +	.coef_b = 2931108200UL,
> +	.coef_m = 5000000UL,
> +	.coef_div = 10502,
>  	.inverted = true,
>  };
>  
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2015-04-27  7:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-15 17:08 [PATCH] thermal: armada: Update Armada 380 thermal sensor coefficients Gregory CLEMENT
2015-04-15 17:08 ` Gregory CLEMENT
2015-04-27  7:40 ` Gregory CLEMENT [this message]
2015-04-27  7:40   ` Gregory CLEMENT
2015-05-06 12:45   ` Gregory CLEMENT
2015-05-06 12:45     ` Gregory CLEMENT

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=553DE806.4030905@free-electrons.com \
    --to=gregory.clement@free-electrons.com \
    --cc=alior@marvell.com \
    --cc=andrew@lunn.ch \
    --cc=edubezval@gmail.com \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=nadavh@marvell.com \
    --cc=rui.zhang@intel.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=stable@vger.kernel.org \
    --cc=tawfik@marvell.com \
    --cc=thomas.petazzoni@free-electrons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.