From: Tomasz Figa <tomasz.figa@gmail.com>
To: Chanwoo Choi <cw00.choi@samsung.com>
Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, rob.herring@calxeda.com,
pawel.moll@arm.com, mark.rutland@arm.com, swarren@wwwdotorg.org,
ijc+devicetree@hellion.org.uk, rob@landley.net,
kgene.kim@samsung.com, jic23@kernel.org, ch.naveen@samsung.com,
dianders@chromium.org, lars@metafoo.de, sachin.kamat@linaro.org,
kyungmin.park@samsung.com
Subject: Re: [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
Date: Sun, 10 Nov 2013 19:18:11 +0100 [thread overview]
Message-ID: <1404489.sfyjHCEcVN@flatron> (raw)
In-Reply-To: <1382492690-4056-1-git-send-email-cw00.choi@samsung.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
Date: Sun, 10 Nov 2013 19:18:11 +0100 [thread overview]
Message-ID: <1404489.sfyjHCEcVN@flatron> (raw)
In-Reply-To: <1382492690-4056-1-git-send-email-cw00.choi@samsung.com>
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 at 12D10000 {
> /* NTC thermistor is a hwmon device */
> ncp15wb473 at 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
next prev parent reply other threads:[~2013-11-10 18:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-23 1:44 [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) Chanwoo Choi
2013-10-23 1:44 ` Chanwoo Choi
2013-10-23 2:05 ` Jingoo Han
2013-10-23 2:05 ` Jingoo Han
2013-10-23 2:51 ` Naveen Krishna Ch
2013-10-23 2:51 ` Naveen Krishna Ch
2013-11-04 1:58 ` Chanwoo Choi
2013-11-04 1:58 ` Chanwoo Choi
2013-11-10 18:18 ` Tomasz Figa [this message]
2013-11-10 18:18 ` Tomasz Figa
2013-12-03 5:44 ` Rob Herring
2013-12-03 5:44 ` Rob Herring
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=1404489.sfyjHCEcVN@flatron \
--to=tomasz.figa@gmail.com \
--cc=ch.naveen@samsung.com \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jic23@kernel.org \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=sachin.kamat@linaro.org \
--cc=swarren@wwwdotorg.org \
/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.