All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Naveen Krishna Chatradhi' <ch.naveen@samsung.com>,
	linux-samsung-soc@vger.kernel.org, linux-iio@vger.kernel.org,
	jdelvare@suse.de, linux@roeck-us.net
Cc: naveenkrishna.ch@gmail.com, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, lars@metafoo.de
Subject: RE: [PATCH 0/4 v2] hwmon: ntc_thermistor: prepose vendor prefix change
Date: Wed, 25 Jun 2014 19:57:07 +0900	[thread overview]
Message-ID: <02b501cf9064$34f16b80$9ed44280$@samsung.com> (raw)
In-Reply-To: <1403677773-21141-1-git-send-email-ch.naveen@samsung.com>

Naveen Krishna Chatradhi wrote:
> 
+ Jean Delvare, Guenter Roeck

I'm adding maintainers for drivers/hwmon/ntc* but I'm not sure.

Hi,

This series looks good to me. I will take 3/4 and 4/4 for exynos DT changes once
hwmon/ntc maintainer pick the others.

Thanks,
Kukjin

> As Murata is the manufacturer of the NTC (Negative Temperature coefficient)
> based Thermistors. ntc_thermistor driver extensively used the prefix "ntc".
> But, vendor-prefix should be "murata" instead of "ntc".
> 
> This patchset
> 1. Updates the vendor-prefix, DT bindings and Documentation,
>    where ever necessary.
> 2. Adds thermistor nodes to Exynos5420 based Peach PIT board.
> 
> Patches:
> 1/4. devicetree: bindings: Document murata vendor prefix
>      Adds the vendor prefix "murata" to vendor-prefixes.txt.
> 2/4. hwmon: ntc_thermistor: Use the manufacturer name properly
>      Updates the driver, Kconfig, device tree bindings and Documentation
>      with the Manufacturer/vendor information.
>      Keeps the old bindings marked as <DEPRECATED> in code and Documentation
> 3/4. ARM: DTS: use new compatible string as per the documentation
>      Updates the device node in Exynos4412 based Trats2 board
>      with the new device tree bindings.
> 4/4. ARM: DTS: Add NTC thermistor nodes as child nodes to ADC
>      Adds Thermistor nodes to Exynos5420 based Peach PIT board.
> 
> This patchset
> Naveen Krishna Chatradhi (4):
>   devicetree: bindings: Document murata vendor prefix
>   hwmon: ntc_thermistor: Use the manufacturer name properly
>   ARM: DTS: use new compatible string as per the documentation
>   ARM: DTS: Add NTC thermistor nodes to Exynos5420 based Peach_PIT
> 
>  .../devicetree/bindings/arm/samsung/exynos-adc.txt |    2 +-
>  .../devicetree/bindings/hwmon/ntc_thermistor.txt   |   20 ++++++++----
>  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
>  Documentation/hwmon/ntc_thermistor                 |    8 ++---
>  arch/arm/boot/dts/exynos4412-trats2.dts            |    4 +--
>  arch/arm/boot/dts/exynos5420-peach-pit.dts         |   34
++++++++++++++++++++
>  drivers/hwmon/Kconfig                              |    5 +--
>  drivers/hwmon/ntc_thermistor.c                     |   14 +++++++-
>  8 files changed, 72 insertions(+), 16 deletions(-)
> 
> --
> 1.7.9.5

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4 v2] hwmon: ntc_thermistor: prepose vendor prefix change
Date: Wed, 25 Jun 2014 19:57:07 +0900	[thread overview]
Message-ID: <02b501cf9064$34f16b80$9ed44280$@samsung.com> (raw)
In-Reply-To: <1403677773-21141-1-git-send-email-ch.naveen@samsung.com>

Naveen Krishna Chatradhi wrote:
> 
+ Jean Delvare, Guenter Roeck

I'm adding maintainers for drivers/hwmon/ntc* but I'm not sure.

Hi,

This series looks good to me. I will take 3/4 and 4/4 for exynos DT changes once
hwmon/ntc maintainer pick the others.

Thanks,
Kukjin

> As Murata is the manufacturer of the NTC (Negative Temperature coefficient)
> based Thermistors. ntc_thermistor driver extensively used the prefix "ntc".
> But, vendor-prefix should be "murata" instead of "ntc".
> 
> This patchset
> 1. Updates the vendor-prefix, DT bindings and Documentation,
>    where ever necessary.
> 2. Adds thermistor nodes to Exynos5420 based Peach PIT board.
> 
> Patches:
> 1/4. devicetree: bindings: Document murata vendor prefix
>      Adds the vendor prefix "murata" to vendor-prefixes.txt.
> 2/4. hwmon: ntc_thermistor: Use the manufacturer name properly
>      Updates the driver, Kconfig, device tree bindings and Documentation
>      with the Manufacturer/vendor information.
>      Keeps the old bindings marked as <DEPRECATED> in code and Documentation
> 3/4. ARM: DTS: use new compatible string as per the documentation
>      Updates the device node in Exynos4412 based Trats2 board
>      with the new device tree bindings.
> 4/4. ARM: DTS: Add NTC thermistor nodes as child nodes to ADC
>      Adds Thermistor nodes to Exynos5420 based Peach PIT board.
> 
> This patchset
> Naveen Krishna Chatradhi (4):
>   devicetree: bindings: Document murata vendor prefix
>   hwmon: ntc_thermistor: Use the manufacturer name properly
>   ARM: DTS: use new compatible string as per the documentation
>   ARM: DTS: Add NTC thermistor nodes to Exynos5420 based Peach_PIT
> 
>  .../devicetree/bindings/arm/samsung/exynos-adc.txt |    2 +-
>  .../devicetree/bindings/hwmon/ntc_thermistor.txt   |   20 ++++++++----
>  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
>  Documentation/hwmon/ntc_thermistor                 |    8 ++---
>  arch/arm/boot/dts/exynos4412-trats2.dts            |    4 +--
>  arch/arm/boot/dts/exynos5420-peach-pit.dts         |   34
++++++++++++++++++++
>  drivers/hwmon/Kconfig                              |    5 +--
>  drivers/hwmon/ntc_thermistor.c                     |   14 +++++++-
>  8 files changed, 72 insertions(+), 16 deletions(-)
> 
> --
> 1.7.9.5

  parent reply	other threads:[~2014-06-25 10:57 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
     [not found] ` <1403677773-21141-1-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
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
     [not found]     ` <1403677773-21141-2-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
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 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
     [not found]     ` <1403677773-21141-4-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-06-25  6:35       ` Chanwoo Choi
2014-06-25  6:35         ` Chanwoo Choi
2014-06-25  6:35         ` Chanwoo Choi
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
     [not found]   ` <1403677773-21141-3-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
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 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
     [not found]   ` <1403677773-21141-5-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
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
     [not found]       ` <CAD=FV=WeuFhGK=JNEm20CT73J=c1Zc_dZGQT6bKeob895M+kQA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-26  6:16         ` Naveen Krishna Ch
2014-06-26  6:16           ` Naveen Krishna Ch
2014-06-26  6:16           ` Naveen Krishna Ch
     [not found]           ` <CAHfPSqBL9hH+r8Fy4GbbY1E_sJVCP-gpDHATDJgRHP4wKrFaiA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
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 ` Kukjin Kim [this message]
2014-06-25 10:57   ` [PATCH 0/4 v2] hwmon: ntc_thermistor: prepose vendor prefix change Kukjin Kim
2014-06-25 14:12   ` Guenter Roeck
2014-06-25 14:12     ` Guenter Roeck
     [not found]     ` <53AAD8C8.3080506-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2014-07-17  4:21       ` Naveen Krishna Ch
2014-07-17  4:21         ` Naveen Krishna Ch
2014-07-17  4:21         ` Naveen Krishna Ch
     [not found]         ` <CAHfPSqCGf2d6xXDGr974+4ipNsYx3-fOLT+u2OGN=c9FVPEkZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
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='02b501cf9064$34f16b80$9ed44280$@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=ch.naveen@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jdelvare@suse.de \
    --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=linux@roeck-us.net \
    --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.