devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
@ 2013-10-23  1:44 Chanwoo Choi
  2013-10-23  2:05 ` Jingoo Han
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Chanwoo Choi @ 2013-10-23  1:44 UTC (permalink / raw)
  To: devicetree, linux-doc, linux-arm-kernel, linux-samsung-soc
  Cc: rob.herring, pawel.moll, mark.rutland, swarren, ijc+devicetree,
	rob, kgene.kim, jic23, ch.naveen, dianders, lars, sachin.kamat,
	kyungmin.park, Chanwoo Choi

This patch fix typo of property name from 'pullup-uV' to 'pullup-uv'.
The ntc_thermistor.c use 'pullup-uv' when parsing dt data.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
index 47ada1d..5d49f2b 100644
--- a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
+++ b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
@@ -49,7 +49,7 @@ adc@12D10000 {
 	/* NTC thermistor is a hwmon device */
 	ncp15wb473@0 {
 		compatible = "ntc,ncp15wb473";
-		pullup-uV = <1800000>;
+		pullup-uv = <1800000>;
 		pullup-ohm = <47000>;
 		pulldown-ohm = <0>;
 		io-channels = <&adc 4>;
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
  2013-10-23  1:44 [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) Chanwoo Choi
@ 2013-10-23  2:05 ` Jingoo Han
  2013-10-23  2:51 ` Naveen Krishna Ch
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jingoo Han @ 2013-10-23  2:05 UTC (permalink / raw)
  To: 'Chanwoo Choi', devicetree, linux-doc, linux-arm-kernel,
	linux-samsung-soc
  Cc: 'Rob Herring', 'Pawel Moll',
	'Mark Rutland', swarren, ijc+devicetree,
	'Rob Landley', 'Kukjin Kim', jic23,
	'Kyungmin Park', 'Douglas Anderson', lars,
	sachin.kamat, kyungmin.park, 'Jingoo Han'

On Wednesday, October 23, 2013 10:45 AM, Chanwoo Choi wrote:
> 
> This patch fix typo of property name from 'pullup-uV' to 'pullup-uv'.
> The ntc_thermistor.c use 'pullup-uv' when parsing dt data.
> 
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han

> ---
>  Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> index 47ada1d..5d49f2b 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> @@ -49,7 +49,7 @@ adc@12D10000 {
>  	/* NTC thermistor is a hwmon device */
>  	ncp15wb473@0 {
>  		compatible = "ntc,ncp15wb473";
> -		pullup-uV = <1800000>;
> +		pullup-uv = <1800000>;
>  		pullup-ohm = <47000>;
>  		pulldown-ohm = <0>;
>  		io-channels = <&adc 4>;
> --
> 1.8.0
> 
> --


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
  2013-10-23  1:44 [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) Chanwoo Choi
  2013-10-23  2:05 ` Jingoo Han
@ 2013-10-23  2:51 ` Naveen Krishna Ch
  2013-11-04  1:58 ` Chanwoo Choi
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Naveen Krishna Ch @ 2013-10-23  2:51 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: devicetree, linux-doc, linux-arm-kernel,
	linux-samsung-soc@vger.kernel.org, rob.herring, pawel.moll,
	mark.rutland, swarren, ijc+devicetree, rob, Kukjin Kim, jic23,
	My self, dianders, lars, sachin.kamat, kyungmin.park

On 23 October 2013 07:14, Chanwoo Choi <cw00.choi@samsung.com> wrote:
> This patch fix typo of property name from 'pullup-uV' to 'pullup-uv'.
> The ntc_thermistor.c use 'pullup-uv' when parsing dt data.
>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

Thanks for the correction.

Acked-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
> ---
>  Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> index 47ada1d..5d49f2b 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> @@ -49,7 +49,7 @@ adc@12D10000 {
>         /* NTC thermistor is a hwmon device */
>         ncp15wb473@0 {
>                 compatible = "ntc,ncp15wb473";
> -               pullup-uV = <1800000>;
> +               pullup-uv = <1800000>;
>                 pullup-ohm = <47000>;
>                 pulldown-ohm = <0>;
>                 io-channels = <&adc 4>;
> --
> 1.8.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Shine bright,
(: Nav :)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
  2013-10-23  1:44 [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) Chanwoo Choi
  2013-10-23  2:05 ` Jingoo Han
  2013-10-23  2:51 ` Naveen Krishna Ch
@ 2013-11-04  1:58 ` Chanwoo Choi
  2013-11-10 18:18 ` Tomasz Figa
  2013-12-03  5:44 ` Rob Herring
  4 siblings, 0 replies; 6+ messages in thread
From: Chanwoo Choi @ 2013-11-04  1:58 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: devicetree, linux-doc, linux-arm-kernel, linux-samsung-soc,
	rob.herring, pawel.moll, mark.rutland, swarren, ijc+devicetree,
	rob, kgene.kim, jic23, ch.naveen, dianders, lars, sachin.kamat,
	kyungmin.park

Ping!

Thanks,
Chanwoo Choi

On 10/23/2013 10:44 AM, Chanwoo Choi wrote:
> This patch fix typo of property name from 'pullup-uV' to 'pullup-uv'.
> The ntc_thermistor.c use 'pullup-uv' when parsing dt data.
> 
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> ---
>  Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> index 47ada1d..5d49f2b 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> @@ -49,7 +49,7 @@ adc@12D10000 {
>  	/* NTC thermistor is a hwmon device */
>  	ncp15wb473@0 {
>  		compatible = "ntc,ncp15wb473";
> -		pullup-uV = <1800000>;
> +		pullup-uv = <1800000>;
>  		pullup-ohm = <47000>;
>  		pulldown-ohm = <0>;
>  		io-channels = <&adc 4>;
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
  2013-10-23  1:44 [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) Chanwoo Choi
                   ` (2 preceding siblings ...)
  2013-11-04  1:58 ` Chanwoo Choi
@ 2013-11-10 18:18 ` Tomasz Figa
  2013-12-03  5:44 ` Rob Herring
  4 siblings, 0 replies; 6+ messages in thread
From: Tomasz Figa @ 2013-11-10 18:18 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: devicetree, linux-doc, linux-arm-kernel, linux-samsung-soc,
	rob.herring, pawel.moll, mark.rutland, swarren, ijc+devicetree,
	rob, kgene.kim, jic23, ch.naveen, dianders, lars, sachin.kamat,
	kyungmin.park

Hi Chanwoo,

On Wednesday 23 of October 2013 10:44:50 Chanwoo Choi wrote:
> This patch fix typo of property name from 'pullup-uV' to 'pullup-uv'.
> The ntc_thermistor.c use 'pullup-uv' when parsing dt data.
> 
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> ---
>  Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> index 47ada1d..5d49f2b 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt
> @@ -49,7 +49,7 @@ adc@12D10000 {
>  	/* NTC thermistor is a hwmon device */
>  	ncp15wb473@0 {
>  		compatible = "ntc,ncp15wb473";
> -		pullup-uV = <1800000>;
> +		pullup-uv = <1800000>;
>  		pullup-ohm = <47000>;
>  		pulldown-ohm = <0>;
>  		io-channels = <&adc 4>;
> 

Good catch.

Reviewed-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
  2013-10-23  1:44 [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) Chanwoo Choi
                   ` (3 preceding siblings ...)
  2013-11-10 18:18 ` Tomasz Figa
@ 2013-12-03  5:44 ` Rob Herring
  4 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2013-12-03  5:44 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, Rob Herring, Pawel Moll,
	Mark Rutland, Stephen Warren, Ian Campbell, Rob Landley,
	Kukjin Kim, Jonathan Cameron, ch.naveen, Douglas Anderson,
	Lars-Peter Clausen, Sachin Kamat, Kyungmin Park

On Tue, Oct 22, 2013 at 8:44 PM, Chanwoo Choi <cw00.choi@samsung.com> wrote:
> This patch fix typo of property name from 'pullup-uV' to 'pullup-uv'.
> The ntc_thermistor.c use 'pullup-uv' when parsing dt data.
>
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> ---
>  Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied for 3.13.

Rob

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-03  5:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23  1:44 [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) Chanwoo Choi
2013-10-23  2:05 ` Jingoo Han
2013-10-23  2:51 ` Naveen Krishna Ch
2013-11-04  1:58 ` Chanwoo Choi
2013-11-10 18:18 ` Tomasz Figa
2013-12-03  5:44 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).