From: Chanwoo Choi <cw00.choi@samsung.com>
To: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, linux-iio@vger.kernel.org,
naveenkrishna.ch@gmail.com, kgene.kim@samsung.com,
linux-arm-kernel@lists.infradead.org, cpgs@samsung.com,
devicetree@vger.kernel.org, lars@metafoo.de
Subject: Re: [PATCH 3/4 v2] ARM: DTS: use new compatible string for thermistors in trats2
Date: Wed, 25 Jun 2014 15:35:52 +0900 [thread overview]
Message-ID: <53AA6DC8.8030201@samsung.com> (raw)
In-Reply-To: <1403677773-21141-4-git-send-email-ch.naveen@samsung.com>
On 06/25/2014 03:29 PM, Naveen Krishna Chatradhi wrote:
> As Murata Manufactures the NTC based thermistors. The vendor
> name in the compatibility is preposed to change to "murata"
>
> This patch uses the new compatibility string in exynos4412 based
> Trats2 board.
>
> Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
> Cc: Chanwoo Choi <cw00.choi@samsung.com>
> ---
> Changes since v1:
> None
>
> arch/arm/boot/dts/exynos4412-trats2.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
> index 11967f4..d35755a 100644
> --- a/arch/arm/boot/dts/exynos4412-trats2.dts
> +++ b/arch/arm/boot/dts/exynos4412-trats2.dts
> @@ -771,7 +771,7 @@
> };
>
> thermistor-ap@0 {
> - compatible = "ntc,ncp15wb473";
> + compatible = "murata,ncp15wb473";
> pullup-uv = <1800000>; /* VCC_1.8V_AP */
> pullup-ohm = <100000>; /* 100K */
> pulldown-ohm = <100000>; /* 100K */
> @@ -779,7 +779,7 @@
> };
>
> thermistor-battery@1 {
> - compatible = "ntc,ncp15wb473";
> + compatible = "murata,ncp15wb473";
> pullup-uv = <1800000>; /* VCC_1.8V_AP */
> pullup-ohm = <100000>; /* 100K */
> pulldown-ohm = <100000>; /* 100K */
>
Looks good to me.
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Thanks,
Chanwoo Choi
WARNING: multiple messages have this Message-ID (diff)
From: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Naveen Krishna Chatradhi
<ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
naveenkrishna.ch-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
cpgs-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org
Subject: Re: [PATCH 3/4 v2] ARM: DTS: use new compatible string for thermistors in trats2
Date: Wed, 25 Jun 2014 15:35:52 +0900 [thread overview]
Message-ID: <53AA6DC8.8030201@samsung.com> (raw)
In-Reply-To: <1403677773-21141-4-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
On 06/25/2014 03:29 PM, Naveen Krishna Chatradhi wrote:
> As Murata Manufactures the NTC based thermistors. The vendor
> name in the compatibility is preposed to change to "murata"
>
> This patch uses the new compatibility string in exynos4412 based
> Trats2 board.
>
> Signed-off-by: Naveen Krishna Chatradhi <ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> Cc: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> ---
> Changes since v1:
> None
>
> arch/arm/boot/dts/exynos4412-trats2.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
> index 11967f4..d35755a 100644
> --- a/arch/arm/boot/dts/exynos4412-trats2.dts
> +++ b/arch/arm/boot/dts/exynos4412-trats2.dts
> @@ -771,7 +771,7 @@
> };
>
> thermistor-ap@0 {
> - compatible = "ntc,ncp15wb473";
> + compatible = "murata,ncp15wb473";
> pullup-uv = <1800000>; /* VCC_1.8V_AP */
> pullup-ohm = <100000>; /* 100K */
> pulldown-ohm = <100000>; /* 100K */
> @@ -779,7 +779,7 @@
> };
>
> thermistor-battery@1 {
> - compatible = "ntc,ncp15wb473";
> + compatible = "murata,ncp15wb473";
> pullup-uv = <1800000>; /* VCC_1.8V_AP */
> pullup-ohm = <100000>; /* 100K */
> pulldown-ohm = <100000>; /* 100K */
>
Looks good to me.
Reviewed-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Thanks,
Chanwoo Choi
WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4 v2] ARM: DTS: use new compatible string for thermistors in trats2
Date: Wed, 25 Jun 2014 15:35:52 +0900 [thread overview]
Message-ID: <53AA6DC8.8030201@samsung.com> (raw)
In-Reply-To: <1403677773-21141-4-git-send-email-ch.naveen@samsung.com>
On 06/25/2014 03:29 PM, Naveen Krishna Chatradhi wrote:
> As Murata Manufactures the NTC based thermistors. The vendor
> name in the compatibility is preposed to change to "murata"
>
> This patch uses the new compatibility string in exynos4412 based
> Trats2 board.
>
> Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
> Cc: Chanwoo Choi <cw00.choi@samsung.com>
> ---
> Changes since v1:
> None
>
> arch/arm/boot/dts/exynos4412-trats2.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
> index 11967f4..d35755a 100644
> --- a/arch/arm/boot/dts/exynos4412-trats2.dts
> +++ b/arch/arm/boot/dts/exynos4412-trats2.dts
> @@ -771,7 +771,7 @@
> };
>
> thermistor-ap at 0 {
> - compatible = "ntc,ncp15wb473";
> + compatible = "murata,ncp15wb473";
> pullup-uv = <1800000>; /* VCC_1.8V_AP */
> pullup-ohm = <100000>; /* 100K */
> pulldown-ohm = <100000>; /* 100K */
> @@ -779,7 +779,7 @@
> };
>
> thermistor-battery at 1 {
> - compatible = "ntc,ncp15wb473";
> + compatible = "murata,ncp15wb473";
> pullup-uv = <1800000>; /* VCC_1.8V_AP */
> pullup-ohm = <100000>; /* 100K */
> pulldown-ohm = <100000>; /* 100K */
>
Looks good to me.
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Thanks,
Chanwoo Choi
next prev parent reply other threads:[~2014-06-25 6:35 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-25 6:29 [PATCH 0/4 v2] hwmon: ntc_thermistor: prepose vendor prefix change Naveen Krishna Chatradhi
2014-06-25 6:29 ` Naveen Krishna Chatradhi
2014-06-25 6:29 ` [PATCH 1/4 v2] devicetree: bindings: Document murata vendor prefix Naveen Krishna Chatradhi
2014-06-25 6:29 ` Naveen Krishna Chatradhi
2014-06-25 6:29 ` Naveen Krishna Chatradhi
2014-06-25 14:10 ` Guenter Roeck
2014-06-25 14:10 ` Guenter Roeck
2014-06-25 14:10 ` Guenter Roeck
2014-06-25 6:29 ` [PATCH 2/4 v2] hwmon: ntc_thermistor: Use the manufacturer name properly Naveen Krishna Chatradhi
2014-06-25 6:29 ` Naveen Krishna Chatradhi
2014-06-25 10:36 ` Javier Martinez Canillas
2014-06-25 10:36 ` Javier Martinez Canillas
2014-06-25 10:36 ` Javier Martinez Canillas
2014-06-25 10:42 ` Naveen Krishna Ch
2014-06-25 10:42 ` Naveen Krishna Ch
2014-06-25 14:10 ` Guenter Roeck
2014-06-25 14:10 ` Guenter Roeck
2014-06-25 6:29 ` [PATCH 3/4 v2] ARM: DTS: use new compatible string for thermistors in trats2 Naveen Krishna Chatradhi
2014-06-25 6:29 ` Naveen Krishna Chatradhi
2014-06-25 6:29 ` Naveen Krishna Chatradhi
2014-06-25 6:35 ` Chanwoo Choi [this message]
2014-06-25 6:35 ` Chanwoo Choi
2014-06-25 6:35 ` Chanwoo Choi
2014-06-25 6:29 ` [PATCH 4/4 v2] ARM: DTS: Add NTC thermistor nodes to Exynos5420 based Peach_PIT Naveen Krishna Chatradhi
2014-06-25 6:29 ` Naveen Krishna Chatradhi
2014-06-25 10:38 ` Javier Martinez Canillas
2014-06-25 10:38 ` Javier Martinez Canillas
2014-06-25 10:38 ` Javier Martinez Canillas
2014-06-25 20:40 ` Doug Anderson
2014-06-25 20:40 ` Doug Anderson
2014-06-25 20:40 ` Doug Anderson
2014-06-26 6:16 ` Naveen Krishna Ch
2014-06-26 6:16 ` Naveen Krishna Ch
2014-06-26 6:16 ` Naveen Krishna Ch
2014-06-26 8:45 ` Naveen Krishna Ch
2014-06-26 8:45 ` Naveen Krishna Ch
2014-06-26 8:45 ` Naveen Krishna Ch
2014-06-26 11:46 ` Naveen Krishna Ch
2014-06-26 11:46 ` Naveen Krishna Ch
2014-06-26 11:46 ` Naveen Krishna Ch
2014-06-25 10:57 ` [PATCH 0/4 v2] hwmon: ntc_thermistor: prepose vendor prefix change Kukjin Kim
2014-06-25 10:57 ` Kukjin Kim
2014-06-25 14:12 ` Guenter Roeck
2014-06-25 14:12 ` Guenter Roeck
2014-07-17 4:21 ` Naveen Krishna Ch
2014-07-17 4:21 ` Naveen Krishna Ch
2014-07-17 4:21 ` Naveen Krishna Ch
2014-07-17 14:05 ` Javier Martinez Canillas
2014-07-17 14:05 ` Javier Martinez Canillas
2014-07-17 14:05 ` Javier Martinez Canillas
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=53AA6DC8.8030201@samsung.com \
--to=cw00.choi@samsung.com \
--cc=ch.naveen@samsung.com \
--cc=cpgs@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=kgene.kim@samsung.com \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=naveenkrishna.ch@gmail.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.